test-remote-mcp-server
Verified Safeby abhimulay821
Overview
Tracks and manages personal expenses using an SQLite database and exposes functionalities via a FastMCP server.
Installation
python main.pySecurity Notes
Uses parameterized SQL queries to prevent injection. The SQLite database is stored in the system's temporary directory, which could potentially be cleared by the OS or be a multi-user accessibility concern in some environments. Error messages directly expose database errors, which is not ideal for production but acceptable for a personal/local tool.
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.
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.
test-remote-mcp-server
An API server for managing personal expenses, allowing users to add, list, and summarize expense entries.