remote-mcp-server-test
Verified Safeby vilashkardate
Overview
An expense tracking server that allows adding, listing, and summarizing financial expenses.
Installation
python main.pySecurity Notes
The server uses parameterized SQL queries, which effectively prevents SQL injection. No 'eval' or direct use of hardcoded secrets were found in the provided code. The database is stored in a temporary directory, which could lead to data loss on restart but mitigates persistence risks if the server is meant to be ephemeral. It listens on 0.0.0.0, making it network accessible, which is standard but should be considered in a production environment.
Similar Servers
ares
A production-grade agentic chatbot server with multi-provider LLM support, tool calling, Retrieval Augmented Generation (RAG), and advanced research capabilities.
pulse-tm
Pulse is a terminal-based task manager designed for developers to manage projects and tasks, offering CLI, TUI, and seamless integration with AI agents via the Model Context Protocol (MCP).
firemcp
Enables AI agents and LLMs to securely interact with Firestore databases through a Model Context Protocol (MCP) server, offering complete CRUD and query operations.
mcp-server-test
Provides a basic TCP server for testing network connections and data exchange.