test_remote_mcp_server
Verified Safeby techwithmi19
Overview
This server provides an API for tracking personal expenses, allowing users to add, list, and summarize financial transactions.
Installation
python main.pySecurity Notes
The server uses parameterized SQL queries, which effectively prevents SQL injection vulnerabilities. It binds to `0.0.0.0`, meaning it's accessible from all network interfaces; proper network isolation should be ensured if deployed in a production environment beyond localhost. No 'eval' or other highly dangerous patterns were observed.
Similar Servers
Trackor
Provides an MCP server for tracking personal expenses, including adding, listing, summarizing, updating, and exporting data.
test_remote_mcp_server
This server provides an API for tracking personal expenses, allowing users to add, list, and summarize financial transactions.
test-remote-mcp-server
Tracks and manages personal expenses using an SQLite database and exposes functionalities via a FastMCP server.
Expenses-Tracker-MCP-Server
Provides a backend for AI clients to manage, track, and analyze personal or business expenses through a Model Context Protocol (MCP) interface.