Loading MCP server directory, please wait...
Reportia HTTP API as 66 curated MCP tools (accounting, mappings, SIIGO).
npx @getmcp/cli add io.github.javalenciacai/mcp-reportiaRequires Node.js 18+. Community-contributed server. Review source before installing.
REPORTIA_BASE_URLBase URL of the Reportia API (without trailing slash). Example: https://reportia.example.com
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.javalenciacai/mcp-reportia": {
"command": "npx",
"args": [
"-y",
"@james.valencia/mcp-reportia"
],
"env": {
"REPORTIA_BASE_URL": "",
"REPORTIA_TOKEN": "",
"REPORTIA_EMAIL": "",
"REPORTIA_PASSWORD": "",
"REPORTIA_COMPANY_ID": "",
"REPORTIA_TIMEOUT_MS": "",
"REPORTIA_DOWNLOAD_DIR": "",
"REPORTIA_USER_AGENT": "",
"REPORTIA_MAX_DOWNLOAD_BYTES": ""
}
}
}
}