Expense Tracker MCP Server
💰 지출 관리 MCP 서버
Python, FastMCP, SQLite를 사용하여 지출을 관리하고 분석하는 원격 Model Context Protocol (MCP) 서버입니다.
이 프로젝트는 주로 학습 목적으로 제작되었으며, MCP 서버가 어떻게 작동하는지, 도구와 리소스가 어떻게 노출되는지, 그리고 MCP 서버를 원격으로 어떻게 접근할 수 있는지 이해하기 위한 것입니다.
⚠️ 이는 학습용 프로젝트이며, 프로덕션 환경에 적합한 금융 애플리케이션으로 제작된 것이 아닙니다.
변경 사항 :
이전 => if name == "main": mcp.run()
이후 => 1if name == "main": mcp.run(transport = "http" , host = "0.0.0.0" , port = 8000 )
🚀 기능
지출 추가
지출 조회
지출 수정
지출 삭제
지출 검색
총 지출 계산
카테고리별 지출 요약
월별 지출 요약
전체 지출 요약
MCP 도구 및 리소스
원격 MCP 서버
Related MCP server: Expense Tracker MCP Server
🛠️ 기술 스택
Python
FastMCP
SQLite
uv
MCP
원격/HTTP 전송
📂 프로젝트 구조
ExpenseTracker_Mcp_Server/
│
├── expenseTracker/
│ ├── main.py
│ └── categories.json
│
├── README.md
├── pyproject.toml
├── uv.lock
└── .gitignore
This server cannot be installed
Maintenance
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
- FlicenseNot gradedqualityBmaintenanceEnables tracking of personal expenses with tools to add, list, update, delete, and summarize expenses by category.
- FlicenseBqualityCmaintenanceEnables users to add, list, and summarize expenses, and exposes expense categories as a resource.3
- FlicenseBqualityDmaintenanceA remote MCP server for expense tracking, providing tools to add, list, update, delete expenses, and generate summaries, budget status, and monthly trends.8
- FlicenseBqualityCmaintenanceAn AI-powered MCP server for personal and group expense management, providing CRUD operations, advanced filtering, analytics, Splitwise-style splitting, budget tracking, and report generation.38
Related MCP Connectors
Capture receipts, scan Gmail, analyze spending, and create reviewed reports from AI assistants.
Hosted MCP server for Mini Accountant: invoices, expenses, customers, analytics, tax estimates.
Log, query, and edit expenses, budgets, and accounts in Ledgy from any MCP-compatible AI assistant.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ayushpaliwal1920/ExpenseTracker_Remote_Mcp_Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server