Expense-tracker-mcp
Verified Safeby Dhruta25
Overview
The server provides an API for tracking and managing personal expenses, allowing users to add, list, delete, update, and query expense records.
Installation
python test.pySecurity Notes
The SQLite database operations use parameterized queries, effectively preventing SQL injection vulnerabilities. No 'eval' or similar dangerous functions are used, and no hardcoded secrets or sensitive network configurations are present. The database path is relative to the script, enhancing portability and security.
Similar Servers
mcp-python-starter
A feature-complete Model Context Protocol (MCP) server template in Python for developing AI applications and agents.
mcp-server-demo
This server demonstrates a basic implementation of the Multi-Modal Compute Protocol (MCP) using the FastMCP framework, exposing a simple 'hello' tool over HTTP or standard I/O for agent interaction.
famvest-mcp-server
This server provides tools for managing and accessing financial portfolio data from Famvest.
mcp-remote-server
Provides an MCP server that exposes simple utility functions as tools for multi-agent systems.