F
licenseNot graded
qualityC
maintenanceMCP server for tracking expenses with local SQLite storage. Provides tools to add, list, and summarize expenses by category.
-
No user-submitted related servers found.
Scored across 3 tools
Each tool has a clearly distinct purpose: adding, listing, and summarizing expenses. There is no overlap or ambiguity.
Two tools follow verb_noun pattern consistently, but summarizemissing a noun and pluralization differs (expense vs expenses), which is a minor deviation.
Three tools is borderline low for an expense tracker; while core read and create are covered, it feels slightly under-scoped.
Notable missing operations: update and delete for expenses, and no category management. This creates significant gaps in typical expense tracking workflows.