MCP server (stdio/npm) that wraps the Reportia HTTP API. 66 curated tools for accounting, movements, commissions, mappings, cost-center reports, SIIGO, invoices, uploads. Install: npx mcp-reportia.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-reportia": {
"command": "npx",
"args": [
"-y",
"javalenciacai/mcp-reportia"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-reportia npx -y javalenciacai/mcp-reportia
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-reportia": {
"command": "npx",
"args": [
"-y",
"javalenciacai/mcp-reportia"
]
}
}
}
📋 Copy
README Excerpt
Servidor **[MCP](https://modelcontextprotocol.io/)** (Model Context Protocol) independiente que envuelve la **API HTTP real de Reportia** y la expone a través del transporte `stdio` con **JSON-RPC newline-delimited**. Pensado para ser consumido por clientes MCP (Claude Desktop, Cursor, Hermes Agent, otros) con un único `npx`, sin ejecutar código de servidor propio.
Tools (20)
REPORTIA_BASE_URL REPORTIA_COMPANY_ID REPORTIA_DOWNLOAD_DIR REPORTIA_EMAIL REPORTIA_PASSWORD REPORTIA_TIMEOUT_MS REPORTIA_TOKEN REPORTIA_USER_AGENT mcpServers npx reportia reportia_account_codes_search reportia_account_mapping_create reportia_account_mapping_update reportia_account_mappings_list reportia_commission_export_excel reportia_commission_list reportia_companies_list reportia_company_activate reportia_company_get