A
licenseNot graded
qualityA
maintenanceEnables MCP-enabled assistants to access and interact with your Lunch Money financial data, including transactions, spending, and uncategorized items, through natural language.
MIT
No user-submitted related servers found.
Scored across 6 tools
Each tool targets a distinct resource or action: user info, categories, arithmetic, transaction list, single transaction, and accounts. No overlap or ambiguity.
All tools use a consistent verb_noun pattern in snake_case (e.g., get_current_user, get_transactions, add_numbers). No mixing of conventions.
6 tools is well-scoped for a personal finance MCP server covering user, categories, transactions, and accounts with a helper arithmetic tool. Not too many or too few.
The server is heavily read-only, missing write operations for transactions, categories, and accounts. The arithmetic helper is out of domain, and there are no create, update, or delete tools.