Skip to main content
Glama
BRachana

Expense Tracker MCP

by BRachana

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EXPENSE_TRACKER_DB_PATHNoDatabase location
EXPENSE_TRACKER_CONFIG_PATHNoConfig location

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
}
logging
{}
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 tracker.

get_expenseA

Get a single expense by ID.

update_expenseC

Update an existing expense.

delete_expenseB

Delete an expense.

list_expensesA

List all expenses or filter by category.

summarize_expensesB

Summarize expenses by category with optional date range and category filter.

set_budgetA

Set or update a budget for a category.

check_budget_statusC

Check spending against budget for a category/month.

add_recurring_expenseC

Add a recurring monthly expense.

list_recurring_expensesC

List all recurring expenses.

generate_due_recurring_expensesB

Generate expenses for recurring items that are due.

export_expenses_csvB

Export expenses to a CSV file.

monthly_reportC

Generate a monthly expense report.

Prompts

Interactive templates invoked by user choice

NameDescription
weekly_expense_reportGet a summary of expenses from the past 7 days
categorize_expenseCategorize a raw expense description and add it to the tracker

Resources

Contextual data attached and managed by the client

NameDescription
resource_categoriesResource: List of all available expense categories and subcategories.
resource_recent_expensesResource: Recent expenses (last 10).
resource_summaryResource: Current month expense summary by category.

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/BRachana/Expense-tracker-remote-MCP-server'

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