Odel
mcp reportia

mcp reportia

Local
@javalenciacaiTypeScriptMITUpdated 2 days ago

Reportia HTTP API as 66 curated MCP tools (accounting, mappings, SIIGO).

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@james.valencia/mcp-reportiav0.2.0

Run

npx -y @james.valencia/mcp-reportia

MCP client config

{
  "mcpServers": {
    "mcp-reportia": {
      "command": "npx",
      "args": [
        "-y",
        "@james.valencia/mcp-reportia"
      ]
    }
  }
}