Reportia HTTP API as 66 curated MCP tools (accounting, mappings, SIIGO).
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@james.valencia/mcp-reportia · npm · 0.1.5
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.javalenciacai/mcp-reportia",
"description": "Reportia HTTP API as 66 curated MCP tools (accounting, mappings, SIIGO).",
"repository": {
"url": "https://github.com/javalenciacai/mcp-reportia.git",
"source": "github"
},
"version": "0.1.5",
"packages": [
{
"registryType": "npm",
"identifier": "@james.valencia/mcp-reportia",
"version": "0.1.5",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the Reportia API (without trailing slash). Example: https://reportia.example.com",
"isRequired": true,
"name": "REPORTIA_BASE_URL"
},
{
"description": "Bearer token for M2M authentication. Mutually exclusive with REPORTIA_EMAIL+REPORTIA_PASSWORD.",
"isSecret": true,
"name": "REPORTIA_TOKEN"
},
{
"description": "Email for cookie-session authentication.",
"name": "REPORTIA_EMAIL"
},
{
"description": "Password for cookie-session authentication.",
"isSecret": true,
"name": "REPORTIA_PASSWORD"
},
{
"description": "Default companyId used when a tool accepts it as optional.",
"name": "REPORTIA_COMPANY_ID"
},
{
"description": "HTTP request timeout in milliseconds (default 30000).",
"name": "REPORTIA_TIMEOUT_MS"
},
{
"description": "Directory where downloaded Excel/PDF exports are saved (default ./downloads).",
"name": "REPORTIA_DOWNLOAD_DIR"
},
{
"description": "Custom User-Agent header (default mcp-reportia/0.1.0).",
"name": "REPORTIA_USER_AGENT"
},
{
"description": "Maximum bytes for a single binary download (default 104857600 = 100MB).",
"name": "REPORTIA_MAX_DOWNLOAD_BYTES"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-03T16:48:12.454251Z",
"publishedAt": "2026-08-03T16:48:12.454251Z",
"updatedAt": "2026-08-03T16:48:12.454251Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.5last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.