Back to Home
Yousaf-rao icon

test-remote-mcp-server

Verified Safe

by Yousaf-rao

Overview

An API server for managing personal expenses, allowing users to add, list, and summarize expense entries.

Installation

Run Command
pip install aiosqlite fastmcp && python main.py

Security Notes

The server uses parameterized SQL queries, effectively preventing SQL injection. There are no hardcoded secrets or 'eval' statements. However, the database is stored in a temporary directory (`tempfile.gettempdir()`), which means data is not persistent across restarts and could potentially be exposed or deleted depending on the host system's temporary directory configuration and cleanup policies. This is a significant data integrity and privacy concern for a financial application. The FastMCP server listens on all network interfaces (`0.0.0.0`), and the provided code does not include explicit authentication or authorization, suggesting the API endpoints are publicly accessible by default.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassLow
Avg Tokens500
Stars0
Forks0
Last Update2025-12-11

Tags

Expense TrackingFinancial ManagementAPI ServerSQLiteFastMCP