Skip to main content
Glama
InfoSage05

Expense Tracker MCP

by InfoSage05

Expense Tracker MCP

This is a small MCP server for tracking expenses. It stores data in a local SQLite database and gives you tools to add, list, and summarize expenses.

What it does

  • Adds a new expense

  • Lists expenses for a date range

  • Summarizes spending by category

  • Exposes a categories resource if categories.json is present next to main.py

Related MCP server: Expense Tracker MCP Server

Main files

  • main.py - starts the MCP server and defines the tools

  • expenses.db - local database created automatically on first run

  • categories.json - optional file for category data

How to use

  1. Install the dependencies.

pip install -e .
  1. Start the server.

python main.py
  1. Connect it to your MCP client and use these tools:

  • add_expense(date, amount, category, subcategory="", note="")

  • list_expenses(start_date, end_date)

  • summarize(start_date, end_date, category=None)

Notes

  • Dates should use the same text format everywhere, like YYYY-MM-DD.

  • The database file is created in the same folder as main.py.

  • If you want the categories resource to work, add a categories.json file in the project folder.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivitySlowing
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    A Model Context Protocol (MCP) server for tracking personal expenses. This server provides tools to add, list, and summarize expenses, utilizing a local SQLite database for storage.
    3
    -
  • F
    license
    Not graded
    quality
    B
    maintenance
    A simple MCP server for tracking expenses in a local SQLite database, enabling add, read, update, delete, and summarization of expenses with predefined categories.
    -
  • F
    license
    A
    quality
    C
    maintenance
    MCP server for managing personal expenses, enabling users to add, list, and summarize expenses by category, with data stored in a local SQLite database.
    3
    -

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/InfoSage05/Expense-Tracker-MCP'

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