MCP stdio server for Realbyte Money Manager .mmbak backups.
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"moneymanager-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# moneymanager-mcp [](https://github.com/shubham1172/moneymanager-mcp/actions/workflows/ci.yml)  MCP stdio server for querying Realbyte Money Manager `.mmbak` exports with AI clients. The server reads a local `.mmbak` file, which is a ZIP-wrapped SQLite database, through the `moneymanager-parser` SDK. It exposes tools for filtered queries, schema inspection, category listing, accounts (names and balances), and currencies. Queries can filter by account or group totals by account. Query top/list rows include `account` and `to_account` for each transaction. ## Install ```bash pip install moneymanager-mcp ``` ## Run Point the server at a backup file with `MONEY_BACKUP` or pass `backup_path` to each tool: ```bash export MONEY_BACKUP=/path/to/backup.mmbak moneymanager-mcp ``` Tools: - `query(backup_path=None, date_from=None, date_to=None, month=None, category=None, account=None, search=None, kind="expense", group_by=None, top=None, list_n=None, limit=24)` - `schema(backup_path=None)` - `list_categories(backup_path=None)` - `accounts(backup_path=None)` - `currency(backup_path=None)` Invalid or missing backups return a JSON error payload instead of crashing the server. ## Client configuration These clients launch `moneymanager-mcp` as a local stdio server, so the command must be on your `PATH`. Installing with [pipx](https://pipx.pypa.io) keeps it isolated and globally available: ```bash pipx install moneymanager-mcp # or: pip install --user moneymanager-mcp ``` Point the server at your backup with the `MONEY_BACKUP` environment variable (shown below), or omit it and pass `backup_path` to each tool call. ### GitHub Copilot CLI Option A — interactive: start `copilot`, run the `/mcp` slash command, choose **Add server**, and enter the command `moneymanager-mcp` with the `MONEY_BACKUP` environment variable. …
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.