test-remote-mcp-server
Verified Safeby Rishabh899
Overview
This server acts as an expense tracker, allowing users to add, list, and summarize financial expenditures using a FastMCP API.
Installation
python main.pySecurity Notes
The code employs parameterized queries for all database interactions, effectively preventing SQL injection vulnerabilities. There are no instances of `eval` or code obfuscation. No hardcoded secrets or API keys are present. The database is initialized and managed in a temporary directory, which is generally safe for isolation, though it means data is non-persistent. The server binds to `0.0.0.0`, requiring external network security if exposed publicly.
Similar Servers
expenselm-mcp-server
This server likely functions as a backend API for an expense management system, potentially integrating with or serving an expense-specific language model.
Expense_Tracker-MCP-Server
Manages personal expenses by allowing users to add, list, summarize, and delete expense entries.
expense-tracker-remote-mcp-server
A server-side application for tracking and managing personal expenses remotely, likely supporting multiple clients or a centralized access point.
expense-tracker-mcp-server
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.