test_remote_mcp_server
Verified Safeby Aniketps4
Overview
This server provides tools to track, list, and summarize personal or small-scale expenses using a local SQLite database.
Installation
python main.pySecurity Notes
The server correctly uses parameterized queries for all database operations, effectively preventing SQL injection vulnerabilities. There are no clear signs of `eval` usage, obfuscation, hardcoded sensitive secrets (as it's a local SQLite DB), or other malicious patterns. Error handling is present to return structured messages instead of raw stack traces. The database is stored in a temporary directory, which limits potential impact on system-critical files.
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 tools to track, list, and summarize personal or small-scale expenses using a local SQLite database.
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.
expense_tracker_remote_mcp_server
The server provides an API for users to track, add, list, and summarize their personal expenses, storing the data in a local SQLite database.