Back to Home
rajanpatel126 icon

mcp-server

Verified Safe

by rajanpatel126

Overview

A personal expense tracker with tools to add, list, delete, and summarize expenses, providing an API for financial management.

Installation

Run Command
python server.py

Security Notes

The server uses parameterized SQL queries ('?') which effectively prevents SQL injection. No 'eval' or similar dangerous functions are used. There are no hardcoded sensitive credentials. The `DB_PATH` in `server.py` uses a temporary directory, which is a functional issue regarding data persistence rather than a direct security vulnerability, though permissions on temporary directories should always be appropriately managed by the OS.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens300
Stars0
Forks0
Last Update2025-11-23

Tags

Expense ManagementFinancial TrackingSQLiteFastMCPPython