Lunch Money MCP Server
Related Servers
Alternatives to Lunch Money 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.-
- AlicenseAqualityAmaintenanceAn MCP server implementation that provides programmatic access to personal finance data through LunchMoney's API, enabling AI assistants to manage transactions, budgets, categories, and assets.599,103 npm107MIT
- 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.8 npm3MIT
- 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
- 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 comprehensive MCP server for managing personal finances, enabling users to track expenses, manage budgets, monitor financial goals, and analyze spending patterns through an AI assistant. All data is stored locally in SQLite for complete privacy.2 npmMIT
TDQS
Scored across 26 tools
Every tool has a clearly distinct purpose targeting specific resources (e.g., assets, budgets, categories) and actions (create, get, update, delete), with no overlap or ambiguity. For example, bulkUpdateTransactions handles multiple transactions uniquely, while other tools manage individual entities.
Tool names follow a consistent verb_noun pattern throughout, such as createAsset, getAssets, updateAsset, deleteAsset, with no deviations in style or convention. This predictability makes it easy for agents to understand and select the correct tool.
With 26 tools, the count is borderline high for a personal finance server, potentially feeling heavy but still manageable. It covers a broad domain comprehensively, though it might be overwhelming compared to more focused servers with fewer tools.
The tool set provides complete CRUD/lifecycle coverage for all core entities (assets, budgets, categories, recurring items, tags, transactions, and user details), with no obvious gaps. Each resource has create, get, update, and delete operations, ensuring agents can handle full workflows without dead ends.