Expense Tracker MCP
Provides tools for managing expenses stored in a SQLite database, including adding, removing, and listing expenses with optional filtering by type and date range.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Expense Tracker MCPAdd a $12.50 lunch expense for today"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Expense Tracker MCP
A FastMCP server that stores expenses in SQLite. The database is created as
expenses.db beside main.py by default.
Tools
add_expense(amount, expense_type, expense_date, description=None)adds an expense and returns the stored row.remove_expense(expense_id)removes an expense by ID and returns the deleted row.list_expenses(expense_type=None, start_date=None, end_date=None)lists expenses and returns their count and total. Type matching is case-insensitive, and both date boundaries are inclusive.
Dates use ISO YYYY-MM-DD format. To store the database somewhere else, set
the EXPENSE_DB_PATH environment variable before starting the server.
Related MCP server: Expense Tracker MCP Server
Resources
expense://typesexposes expense_types.json asapplication/json. It contains the supportedexpense_typevalues and the correspondingsub_expense_typesthat an MCP client or LLM can use when categorizing an expense.
Run
uv run main.pyThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseCqualityDmaintenanceEnables personal expense management with SQLite storage, allowing users to add, update, delete, list, and summarize expenses by category through natural language interactions.5
- FlicenseAqualityDmaintenanceEnables tracking and managing personal expenses through a local SQLite database. Supports adding, editing, deleting, listing, and summarizing expenses by category, as well as managing credit accounts.6
- Flicense-qualityDmaintenanceEnables users to manage expenses with category support, including adding expenses with date, amount, category, and notes, using SQLite for persistence.
- FlicenseBqualityCmaintenanceEnables users to add, list, and summarize expenses, and exposes expense categories as a resource.3
Related MCP Connectors
Log, query, and edit expenses, budgets, and accounts in Ledgy from any MCP-compatible AI assistant.
Personal finance by conversation: expenses, receipts, statement import, budgets, net worth.
Hosted remote MCP server for YNAB on Cloudflare Workers with OAuth
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/askMohan/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server