Skip to main content
Glama
MuazamAbbas

expense-tracker-remote-mcp-server

by MuazamAbbas

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DB_PATHNoPath to SQLite databaseexpenses.db
DEFAULT_BUDGETNoDefault monthly budget1000.0

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
add_expenseC

Add a new expense to the database.

list_expensesB

List expenses with optional filters for category and date range.

get_summaryC

Get spending summary grouped by category.

delete_expenseA

Delete an expense by its ID.

update_expenseC

Update an existing expense's details.

get_budget_statusB

Check budget vs actual spending for current month.

get_monthly_trendB

Get monthly spending trends over time.

search_expensesA

Search expenses by description keyword.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
get_current_month_expensesGet current month's expenses as a resource.
get_expense_summaryGet overall expense summary as a resource.

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/MuazamAbbas/expense-tracker-remote-mcp-server'

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