Skip to main content
Glama
PK-SANGAMESWAR

Expense Tracker MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

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/PK-SANGAMESWAR/mcp-expense-tracker'

If you have feedback or need assistance with the MCP directory API, please join our Discord server