DaniManas/exp-tracker-local-mcp
If you are the rightful owner of exp-tracker-local-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for managing personal expenses using SQLite, with FastMCP tools for various expense operations.
Tools
Functions exposed to the LLM to take actions
add_expense
Add a new expense with date, amount, category, subcategory, and note.
list_expenses
List expenses within a specified date range.
update_expense
Update an existing expense by ID with optional new details.
delete_expense
Delete an expense by its ID.
summarize
Summarize expenses over a date range, optionally filtered by category.
get_statistics
Retrieve statistics like count, totals, min/max, and average for expenses.
get_spending_trends
Show aggregated spending trends grouped by time intervals.
export_to_csv
Export expenses to a CSV file for a specified date range.
set_budget
Set or update a budget for a category over a specific period.
check_budget_status
Compare actual spending against the set budget for a category.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client