Skip to main content
Glama
sonali1103

Expense Manager MCP Server

by sonali1103

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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 entry.

list_expensesB

List expenses within an inclusive date range.

summarizeA

Summarize expenses by category within an inclusive date range.

update_expenseA

Update only the provided fields of an existing expense.

delete_expenseA

Delete an expense entry by ID.

search_expensesB

Search expenses by category, subcategory, or note.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
categoriesReturn available expense categories as JSON.