LunchMoney MCP Server
Related Servers
Alternatives to LunchMoney MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI assistants to interact directly with Lunch Money's financial API, allowing users to query transactions, access budget information, and perform financial analysis through natural language.-
- AlicenseBqualityCmaintenanceAn MCP server providing full integration with the Lunch Money API to manage financial data including transactions, budgets, assets, and categories. It enables AI assistants to perform CRUD operations on financial records through a standardized HTTP interface.26MIT
- AlicenseNot gradedqualityCmaintenanceA comprehensive MCP server that enables AI assistants to manage Lunch Money finances through 37 tools for transactions, budgets, and accounts. It supports both local stdio and remote HTTP transport modes with secure, encrypted credential storage.7 npm3MIT
- AlicenseBqualityFmaintenanceAn MCP server that lets AI assistants interact with your Lunchmoney data, enabling natural language queries about transactions, budgets, and spending patterns.48 npm27MIT
- AlicenseNot gradedqualityCmaintenanceA Model Context Protocol server that allows AI assistants to interact with Lunch Money accounts, enabling management of transactions, categories, budgets, and other financial data through natural language commands.MIT
- FlicenseAqualityBmaintenanceA lightweight MCP server for managing personal finances locally. It allows users to log transactions, view summaries, manage categories, and interact with their budget via any MCP-compatible LLM client.12-
TDQS
Scored across 59 tools
Tools are generally distinct by resource (categories, tags, transactions, accounts, crypto, budget). Some potential confusion exists among get_all_manual_crypto, get_all_synced_crypto, and get_all_plaid_accounts, and between get_single_recurring_item and recurring-related transaction filters, but descriptions clarify boundaries well.
Most tools follow a clear verb_noun pattern (get_all_*, create_*, update_*, delete_*), but there are inconsistencies: 'trigger_plaid_fetch' is verb-object-inverted, 'upsert_budget' uses a nonstandard verb, and 'split_transaction'/'unsplit' patterns are implied rather than explicit. Also, 'delete_transaction_attachment' exists while there is no get/create/update for attachments.
59 tools is a very large surface for an agent to navigate, even if each maps to a real API endpoint. The breadth is understandable because the Lunch Money API covers many resources, but the count pushes toward the high end and will increase selection difficulty.
The tool set comprehensively covers the domain: transactions (CRUD, bulk, split/group, attachments), accounts (manual/plaid/crypto, synced/crypto), categories, budgets, recurring items, tags, and balance history. No major obvious gaps for the apparent personal-finance API surface, aside from negligible attachment listing/deletion.