Expense-Tracker-MCP-remote-server
Verified Safeby gautamdikshit
Overview
This server provides an API for tracking and summarizing personal or small-scale expenses.
Installation
python main.pySecurity Notes
The code uses parameterized SQL queries, effectively preventing SQL injection vulnerabilities. No 'eval' or direct shell command executions were found. File paths are handled using os.path.join. No hardcoded credentials or obvious malicious patterns are present. The FastMCP framework is used for exposing the API securely.
Similar Servers
Expense_Tracker-MCP-Server
Manages personal expenses by allowing users to add, list, summarize, and delete expense entries.
expense-tracking-mcp-server
This MCP server enables users to track personal expenses by providing tools to add, list, and delete expense entries, backed by a local SQLite database.
test-remote-mcp-server-expensetracker
A server for tracking expenses and managing financial data.
expense-tracker-mcp-server
This repository contains various fundamental Data Structures and Algorithms implementations in Java for learning and practice.