Back to Home
Rishabh899 icon

test-remote-mcp-server

Verified Safe

by Rishabh899

Overview

This server acts as an expense tracker, allowing users to add, list, and summarize financial expenditures using a FastMCP API.

Installation

Run Command
python main.py

Security 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-11-20

Tags

Expense ManagementFinancial TrackingSQLiteFastMCPAsynchronous Python