Trackor
Verified Safeby At0mXploit
Overview
Provides an MCP server for tracking personal expenses, including adding, listing, summarizing, updating, and exporting data.
Installation
uv run main.pySecurity Notes
The server code (mcp.py) uses parameterized queries for all database interactions with SQLite, effectively preventing SQL injection vulnerabilities. No 'eval' or similar dynamic code execution functions are present. File paths are handled relative to the current working directory, which is standard for a local application. No hardcoded secrets or API keys are found in the provided source.
Similar Servers
expense-tracker-mcp-server
An MCP server designed for tracking, listing, and summarizing personal or small-scale expenses.
Expenses-Tracker-MCP-Server
This server tracks and manages personal or business expenses, allowing users to add, list, summarize, update, and remove expense entries.
test-remote-mcp-server
An API server for managing personal expenses, allowing users to add, list, and summarize expense entries.
Expense-Tracker-MCP-Remote
Manages personal expenses by allowing users to add, list, and summarize expense entries through an API.