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-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.
mcp-remote-server
Provides an MCP server that exposes simple utility functions as tools for multi-agent systems.
tutto-mcp-server
Implements a Model Context Protocol (MCP) server in Python using FastMCP to expose custom tools and resources for consumption by language models.
basic-mcp-server
This server provides a set of simple utility tools (dice roll, arithmetic) exposed via an HTTP API using FastMCP for potential agent interaction.