mcpbeat Sign in

MCP Reportia MCP Server

local only

MCP Reportia runs on your own machine — the client starts it, so there is no endpoint to ping. 110 installs a week from npm. Last commit 12 Sep 2026.

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

Installs per day peak 578 · avg 68 · -7% w/w
a month agotoday
110
Installs / week
npm · @james.valencia/mcp-reportia
0
Stars
0 open issues
12 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Reportia every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-reportia -- npx -y @james.valencia/mcp-reportia
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-reportia": {
      "args": [
        "-y",
        "@james.valencia/mcp-reportia"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-reportia]
command = "npx"
args = ["-y", "@james.valencia/mcp-reportia"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-reportia": {
      "args": [
        "-y",
        "@james.valencia/mcp-reportia"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-reportia": {
      "args": [
        "-y",
        "@james.valencia/mcp-reportia"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: REPORTIA_BASE_URL (Base URL of the Reportia API (without trailing slash). Example: https://reportia.example.com), REPORTIA_TOKEN (Bearer token for M2M authentication. Mutually exclusive with REPORTIA_COOKIE; either can be paired with REPORTIA_EMAIL+REPORTIA_PASSWORD (session login) for cookie fallback.), REPORTIA_COOKIE (Pre-issued Reportia session cookie (e.g. connect.sid=s%3A...). For upstream callers that already hold the resolved user's session and want the child to authenticate as that user without re-login. Mutually exclusive with REPORTIA_TOKEN. Skips /api/auth/login and /api/auth/logout.), REPORTIA_EMAIL (Email for cookie-session authentication.), REPORTIA_PASSWORD (Password for cookie-session authentication.), REPORTIA_COMPANY_ID (Default companyId used when a tool accepts it as optional.), REPORTIA_TIMEOUT_MS (HTTP request timeout in milliseconds (default 30000).), REPORTIA_DOWNLOAD_DIR (Directory where downloaded Excel/PDF exports are saved (default ./downloads).), REPORTIA_USER_AGENT (Custom User-Agent header (default mcp-reportia/0.1.0).), REPORTIA_MAX_DOWNLOAD_BYTES (Maximum bytes for a single binary download (default 104857600 = 100MB).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Reportia

same job, measured the same way
Agentmap
by raymondchins

The TS/JS-accurate repo map for coding agents: ts-morph import/symbol/call graph + MCP query tools

201 installs/wk local only
CallRail MCP
by pghdma

CallRail REST API v3: 57 tools for calls, leads, trackers, tags, users, and agency reporting.

134 installs/wk local only
Actual Budget MCP Server
by s-stefanov

MCP server exposing Actual Budget accounts, transactions, budgets and reporting to LLM assistants.

539 installs/wk local only
Klaviyo MCP
by scalably

Klaviyo MCP: campaigns, flows, segments, metrics, reports, profiles across many accounts. 24 tools.

28 installs/wk local only
MCP Siigo
by codespar

Siigo — Colombian accounting + DIAN e-invoicing

17 installs/wk local only
Reddit Ads MCP
by mkerchenski

MCP server for the Reddit Ads API. List accounts, campaigns, ads, and pull reports.

local only
Ejentum MCP
by ejentum

Reasoning, code, anti-deception, memory harness MCP tools. Stdio or HTTPS api.ejentum.com/mcp

40 installs/wk answering
MCP Quipu
by nubiia-dev

Quipu API integration with 18 MCP tools for invoices, expenses, contacts and Spanish VAT reporting

27 installs/wk local only

MCP Reportia — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Reportia?
MCP Reportia runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @james.valencia/mcp-reportia was installed 110 times last week.
How do I connect MCP Reportia?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @james.valencia/mcp-reportia straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Reportia?
The npm package @james.valencia/mcp-reportia was installed 110 times in the last week. Week over week that is -7%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Reportia open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.