remote-mcp-server
Verified Safeby amruthasreddy
Overview
Manages and tracks personal or business expenses through an API.
Installation
python main.pySecurity Notes
SQL queries utilize parameterized statements, preventing common SQL injection vulnerabilities. No 'eval' or explicit hardcoded secrets were found. The server binds to 0.0.0.0, which means it's accessible from all network interfaces; this is common for development but would require additional security (e.g., firewall, authentication) if exposed to the public internet. Generic exception handling might hide specific error details, but not a direct security flaw in this context. Database path is in a temporary directory, which should typically be writable.
Similar Servers
mcp-server-csdn
The server automatically publishes Markdown articles to the CSDN platform, acting as a tool called by a Spring AI agent.
MCPify
Exposes ASP.NET Core endpoints and OpenAPI specifications as Model Context Protocol (MCP) tools for AI assistants.
qubinode_navigator
Orchestrates infrastructure automation, deployment, and management using an AI-powered multi-agent system, offering validation, self-correction, and RAG-driven assistance.
ancplua-mcp
Provides C#/.NET Model Context Protocol (MCP) servers to expose development tools for filesystem, Git, CI, Roslyn, and multi-AI orchestration workflows.