fast-mcp-demo-server
Verified Safeby Harsh-Arya-exe
Overview
A server for tracking and managing personal expenses, offering tools to add, list, and summarize financial data.
Installation
python main.pySecurity Notes
Uses parameterized SQL queries to prevent injection. Stores the SQLite database in the system's temporary directory, which is generally writable and limits persistence between reboots. No obvious hardcoded secrets or dangerous patterns like `eval`. Error handling provides generic messages, but could be more abstract to avoid revealing implementation details.
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.
Expense-tracker-mcp
The server provides an API for tracking and managing personal expenses, allowing users to add, list, delete, update, and query expense records.
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.