Monarch Money✓
io.github.vargahis/monarch-money · v0.1.2
{}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.vargahis/monarch-money",
"description": "MCP server for Monarch Money — accounts, transactions, budgets, cashflow, investments, and more",
"title": "Monarch Money",
"repository": {
"url": "https://github.com/vargahis/monarch-mcp",
"source": "github"
},
"version": "0.1.2",
"packages": [
{
"registryType": "pypi",
"identifier": "monarch-mcp",
"version": "0.1.2",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Enable write tools (create, update, delete data). Read-only by default.",
"format": "boolean",
"default": "false",
"type": "named",
"name": "--enable-write"
}
]
},
{
"registryType": "mcpb",
"identifier": "https://github.com/vargahis/monarch-mcp/releases/download/v0.1.2/monarch-mcp-v0.1.2.mcpb",
"fileSha256": "fa0269f5043d5ec3838f3a9dea21684bdf52e4fe8e64156e063705e16310eed1",
"transport": {
"type": "stdio"
}
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}