test_remote_mcp_server
Verified Safeby aanal25patel
Overview
This server functions as an expense tracker, allowing users to add, list, and summarize financial expenditures via an API.
Installation
python main.pySecurity 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
phone-a-friend-mcp
Enables real-time communication between multiple Claude Code instances, allowing one to listen and others to initiate conversations with specific intents.
n8n-mcp-server-custom
This server acts as a Model Context Protocol (MCP) intermediary, enabling AI assistants like Antigravity to interact with and manage n8n automation workflows via its REST API.
CLAUDE.md
Optimizes Claude Code CLI's behavior by providing structured, research-backed instructions and dynamic configuration for Model Context Protocol (MCP) servers.
sum-mcp-server
Manages multiple Kubernetes clusters by providing generic and specialized operations (like ServiceExports) via a JSON-RPC 2.0 interface over stdio or HTTP.