ExpenseTracker MCP Server
by tanishra
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_HOST | No | The database host | localhost |
| DB_NAME | No | The database name | expense_tracker |
| DB_PORT | No | The database port | 5432 |
| DB_USER | No | The database user | expense_user |
| DB_PASSWORD | Yes | The database password |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add_expenseD | – |
| read_expenseD | – |
| update_expenseD | – |
| delete_expenseD | – |
| list_expensesD | – |
| summarizeD | – |
| monthly_reportD | – |
| top_spending_categoriesD | – |
| daily_averageD | – |
| budget_alertD | – |
| export_csvD | – |
| health_checkD | – |
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/tanishra/Expense-Tracker-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server