Skip to main content
Glama
Siddharth202002

Finance Tracking MCP

财务追踪 MCP

一个用于追踪个人支出的小型 MCP 服务器,基于 FastMCP 和 SQLAlchemy 构建,运行在 SQLite 之上。

工具

工具

描述

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