Back to Home
aanal25patel icon

test_remote_mcp_server

Verified Safe

by aanal25patel

Overview

This server functions as an expense tracker, allowing users to add, list, and summarize financial expenditures via an API.

Installation

Run Command
python main.py

Security Notes

The server uses parameterized queries for all database operations, effectively preventing SQL injection. It does not contain 'eval', hardcoded secrets, or obvious obfuscation. File system write access is required for the SQLite database in the temporary directory. Listening on '0.0.0.0' makes it accessible on all network interfaces, which is a deployment consideration rather than a code vulnerability.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2025-11-27

Tags

Expense TrackerFinancial ManagementSQLiteFastMCPAsync I/O