test-remote-mcp-server
Verified Safeby tyagianant1
Overview
An asynchronous MCP server designed for tracking and summarizing personal or small-scale expenses with a local SQLite database, exposing its functionality via an HTTP API.
Installation
python main.pySecurity Notes
The server uses parameterized queries with aiosqlite, effectively preventing SQL injection vulnerabilities. No 'eval', direct shell execution, or hardcoded sensitive credentials were found. The database is created in a temporary directory, which is generally safe but means the database is not persistently stored in a fixed location across system reboots unless specifically handled.
Similar Servers
Expense_Tracker-MCP-Server
Manages personal expenses by allowing users to add, list, summarize, and delete expense entries.
Expense-Tracker-MCP-server
An expense tracking application designed for personal financial management, featuring both local and potential remote data synchronization capabilities.
test-mcp-server-remote
Manages and tracks personal or business expenses via an API, including adding, listing, and summarizing entries.
test-remote-server-mcp
An HTTP server for tracking personal expenses, allowing users to add, list, and summarize financial transactions through an API.