F
licenseA
qualityD
maintenanceA Model Context Protocol (MCP) server for tracking personal expenses. This server provides tools to add, list, and summarize expenses, utilizing a local SQLite database for storage.
3
-
No user-submitted related servers found.
Scored across 4 tools
Each tool has a distinct purpose: add, delete, list, and summarize expenses. No overlap exists.
All tool names follow a consistent verb_noun pattern (add_expense, delete_expense, get_expense_summary, list_expenses).
With 4 tools, the server covers the core operations of an expense tracker without being too sparse or bloated.
CRUD operations are mostly covered (create, read, delete, list), but an update/edit expense tool is missing, which is a minor gap.