Skip to main content
Glama
Siddharth202002

Finance Tracking MCP

Finance Tracking MCP

個人の支出を追跡するための小さなMCPサーバーで、SQLite上でFastMCPとSQLAlchemyを使用して構築されています。

ツール

ツール

説明

add_expense

新しい支出を追加します(タイトル、金額、カテゴリ、任意の日付とメモ)。デフォルトは今日の日付です。

edit_expense

IDで既存の支出を更新します。渡したフィールドのみが変更されます。

expense_summary

合計とカテゴリ別の内訳を表示します。カテゴリや月(YYYY-MM)でフィルタリングできます。

Related MCP server: Expense Tracker MCP Server

リソース

URI

説明

expense://categories

categories.json のカテゴリ一覧をJSONとして提供します。

要件

  • Python 3.12以上

  • uv

実行方法

uv run main.py

サーバーは初回実行時に main.py と同じディレクトリに expenses.db を作成します。このファイルはgitignoreされているため、データはローカルに保持されます。

Claudeで使用する

MCPクライアント設定にサーバーを追加します。例:

{
  "mcpServers": {
    "finance-tracking": {
      "command": "uv",
      "args": ["run", "--directory", "/path/to/finance-tracking-mcp", "main.py"]
    }
  }
}

プロジェクト構成

main.py           # MCP server: tools, resource, and SQLAlchemy models
categories.json   # Category list exposed via the expense://categories resource
pyproject.toml    # Project metadata and dependencies
Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables users to track and manage daily expenses through SQLite storage, supporting operations like adding, updating, deleting expenses, calculating totals by category, and filtering expenses by date range or category.
  • F
    license
    A
    quality
    D
    maintenance
    Enables tracking and managing personal expenses through a local SQLite database. Supports adding, editing, deleting, listing, and summarizing expenses by category, as well as managing credit accounts.
    6
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables natural language management of personal expenses, including adding, listing, and summarizing expenses with local SQLite storage.
  • F
    license
    B
    quality
    D
    maintenance
    Tracks and manages personal expenses with tools to add, view, filter by category, and summarize spending over date ranges using SQLite storage.
    4

View all related MCP servers

Related MCP Connectors

  • Personal finance by conversation: expenses, receipts, statement import, budgets, net worth.

  • Explore, query, and inspect SQLite databases with ease. List tables, preview results, and view det…

  • Log, query, and edit expenses, budgets, and accounts in Ledgy from any MCP-compatible AI assistant.

View all MCP Connectors

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/Siddharth202002/finance-tracking-mcp-server'

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