Skip to main content
Glama
Siddharth202002

Finance Tracking MCP

Finance Tracking MCP

개인 지출을 추적하기 위한 작은 MCP 서버로, FastMCP와 SQLite 위의 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