expense-tracker-mcp-server
Verified Safeby yashsdhond
Overview
This server provides an API for tracking and summarizing personal expenses, allowing users to add entries, list them by date, and get category-wise summaries.
Installation
python main.pySecurity Notes
The server uses parameterized SQL queries for all database operations, effectively preventing SQL injection vulnerabilities. There are no obvious signs of 'eval', obfuscation, or hardcoded sensitive secrets. It serves on 0.0.0.0, meaning it's externally accessible if deployed without a firewall, but this is typical for a server. Data is stored locally in an SQLite database, so security relies on the host system's file permissions.
Similar Servers
test-remote-mcp-server
This server provides a simple API for tracking, listing, and summarizing personal expenses.
ExpenseTrackerwithFastApi-McpServer-ClaudeDesktop
Converts an existing FastAPI expense tracker application into a FastMCP server, enabling integration with clients like Claude Desktop.
test-mcp-server-remote
Manages and tracks personal or business expenses via an API, including adding, listing, and summarizing entries.
Expenses-Tracker-MCP-Server
Provides a backend for AI clients to manage, track, and analyze personal or business expenses through a Model Context Protocol (MCP) interface.