Back to Home
AyushSingh7404 icon

test-remote-server-mcp

Verified Safe

by AyushSingh7404

Overview

An HTTP server for tracking personal expenses, allowing users to add, list, and summarize financial transactions through an API.

Installation

Run Command
fastmcp run main.py --transport http --host 0.0.0.0 --port 8000

Security Notes

The code uses parameterized queries, effectively preventing SQL injection. No hardcoded secrets or dangerous functions like 'eval' are present. Error messages could be more generalized to prevent potential information leakage in a high-security context, but for a simple expense tracker, this is a minor concern. The use of tempfile.gettempdir() for the database path means data persistence might be an issue across server/system restarts, which is a functional rather than a direct security vulnerability.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens250
Stars0
Forks0
Last Update2025-11-19

Tags

Expense TrackerFinancial ManagementAPISQLiteFastMCP