test-remote-mcp-server
Verified Safeby aryanguptacsvtu
Overview
Manages personal expenses by allowing users to add, list, and summarize financial transactions.
Installation
python main.pySecurity Notes
The server uses parameterized SQL queries, effectively mitigating SQL injection risks. No 'eval' or obvious hardcoded secrets are present. The database is stored in a temporary directory, which while not ideal for persistence, doesn't inherently introduce a security vulnerability beyond potential unauthorized access by other local processes in a shared environment (a general OS concern). The 'categories.json' is read from a local file, posing minimal risk unless the file system itself is compromised.
Similar Servers
MCPify
Exposes ASP.NET Core endpoints and OpenAPI specifications as Model Context Protocol (MCP) tools for AI assistants.
ACI_MCP
A Node.js-based Model Context Protocol (MCP) server for managing and configuring Cisco ACI fabrics through its APIC REST API.
remote-mcp-server
Manages and tracks personal or business expenses through an API.
Quibo-MCP-
Integrates with Claude Desktop to provide AI-powered tools for generating blog posts from technical content like Jupyter notebooks and markdown files.