F
licenseNot graded
qualityD
maintenanceA local MCP server for tracking personal expenses using SQLite, enabling users to add, list, and summarize expenses via natural language.
-
No user-submitted related servers found.
Scored across 5 tools
Each tool has a clearly distinct purpose: add, delete, list, summarize, and update. No overlap or ambiguity.
Four tools follow verb_noun pattern (add_expense, delete_expense, list_expenses, update_expense), but 'summarize' lacks a noun, which is a minor inconsistency.
Five tools is well-scoped for an expense tracker, covering essential operations without being excessive or insufficient.
CRUD operations are present (add, delete, update) along with listing and summarization. Missing a get_expense by ID, but list by date range covers retrieval adequately. Minor gap in filtering without summary.