Skip to main content
Glama
tanishra

ExpenseTracker MCP Server

by tanishra

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DB_HOSTNoThe database hostlocalhost
DB_NAMENoThe database nameexpense_tracker
DB_PORTNoThe database port5432
DB_USERNoThe database userexpense_user
DB_PASSWORDYesThe database password

Capabilities

Features and capabilities supported by this server

CapabilityDetails
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

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
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