expense-tracker-mcp-server
Verified Safeby arpitmishra917
Overview
Provides an API for tracking personal expenses, allowing users to add, list, and summarize their financial outgoings.
Installation
python main.pySecurity Notes
SQL injection prevention via parameterized queries in database operations. No 'eval' or hardcoded secrets found. The server binds to '0.0.0.0' (all network interfaces), which should be considered in deployment for external access and proper firewalling.
Similar Servers
Trackor
Provides an MCP server for tracking personal expenses, including adding, listing, summarizing, updating, and exporting data.
expense-tracker-mcp-server
An MCP server designed for tracking, listing, and summarizing personal or small-scale expenses.
TEST-REMOTE-MCP-SERVER
Manages and tracks personal expenses, allowing users to add, list, and summarize financial transactions.
Expense-Tracker-MCP-Server
A Micro-Agent Compute Protocol (MCP) server for tracking and managing personal expenses using a local SQLite database.