Recite MCP✓
io.github.rivradev/recite-mcp · v0.1.4
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.rivradev/recite-mcp",
"description": "Local MCP server for Recite receipt processing with ledger and memory tools.",
"title": "Recite MCP",
"repository": {
"url": "https://github.com/rivradev/recite-mcp",
"source": "github"
},
"version": "0.1.4",
"packages": [
{
"registryType": "pypi",
"identifier": "recite-mcp",
"version": "0.1.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Recite API key used for receipt processing requests.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "RECITE_API_KEY"
},
{
"description": "Optional local data directory for config, ledger, and memory files.",
"format": "string",
"name": "RECITE_HOME"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}