Expense Tracker MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add_expenseC | Add a new expense to the database. |
| list_expensesC | List all expenses in the database between start_date and end_date (inclusive). |
| summarizeB | Summarize expenses by category within the inclusive date range. Returns list of {"category": ..., "total": ...} ordered by total descending. |
| edit_expenseC | Edit an existing expense in the database. |
| delete_expenseC | Delete an expense from the database. |
| add_creditC | Add credit to the user's account. By default updates 'default' user. Returns new credit amount. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| categories |
Latest Blog Posts
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/PK-SANGAMESWAR/mcp-expense-tracker'
If you have feedback or need assistance with the MCP directory API, please join our Discord server