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.
odooMCP
Acts as a secure intermediary for AI agents (ChatGPT, Google Gemini) to interact with Odoo instances via a JSON-RPC 2.0 compliant API.
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.
multirepo-claude
Provides a server implementation for the Minecraft Protocol, enabling custom game experiences or client interactions, though specific details are unknown due to missing source code.