Back to Home
visk12345 icon

Test_Remote_Mcp_Server

Verified Safe

by visk12345

Overview

An expense tracking server that allows adding, listing, and summarizing financial transactions.

Installation

Run Command
pip install "fastmcp>=2.13.0.2" aiosqlite && python mains.py

Security Notes

The server uses parameterized SQL queries, effectively preventing SQL injection vulnerabilities. No 'eval', 'exec', or direct system command execution is present. There are no hardcoded secrets identified. The database is stored in a temporary directory, which while impacting persistence, does not inherently pose a security risk beyond data loss. Error messages containing `str(e)` are common and generally benign.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens150
Stars0
Forks0
Last Update2025-11-22

Tags

Expense TrackingFinancial ManagementSQLitePythonAPIFastMCP