Back to Home
JAI0705 icon

Money-Tracker-MCP

Verified Safe

by JAI0705

Overview

An MCP server for tracking personal expenses, storing them in a local SQLite database and providing tools to add, list, and summarize expenses.

Installation

Run Command
python main.py

Security Notes

The server uses parameterized SQL queries via `sqlite3.connect` for all database operations (INSERT and SELECT), which effectively prevents SQL injection vulnerabilities. There is no usage of `eval`, `exec`, `subprocess.run`, `os.system`, or direct execution of unsanitized user input. File paths are handled with `os.path.join`. No hardcoded secrets or sensitive external network interactions are evident. The `categories()` resource reads a local, static JSON file.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens200
Stars0
Forks0
Last Update2025-11-20

Tags

Expense TrackingPersonal FinanceMCP ServerSQLiteFastMCP