expense_tracking_remote_mcp_server
Verified Safeby Hrishikesh-Gaikwad-GG
Overview
Manages and tracks personal or business expenses through an API.
Installation
python main.pySecurity Notes
The server uses parameterized SQL queries via `aiosqlite`, effectively preventing SQL injection vulnerabilities. No 'eval', 'exec', or direct shell commands are used. File paths for the database are within a temporary directory, and category files are relative to the script, limiting path traversal risks. No hardcoded secrets were identified.
Similar Servers
Trackor
Provides an MCP server for tracking personal expenses, including adding, listing, summarizing, updating, and exporting data.
practice-mcp-server
A personal AI assistant backend server for managing notes, tasks, and calendar events, with web scraping and semantic search capabilities.
test-remote-mcp-server
Tracks and manages personal or business expenses via an API.
Test-Mcp-Server
An expense tracker server that allows adding, listing, and summarizing financial expenses.