Back to Home
rohitvish07 icon

Expense_tracker_mcp_server

Verified Safe

by rohitvish07

Overview

Manages and tracks personal or small-scale financial expenses through an API, allowing users to add, list, and summarize expenditures.

Installation

Run Command
python main.py

Security Notes

Uses parameterized queries to prevent SQL injection vulnerabilities. No 'eval' or similar dangerous functions detected. No hardcoded secrets. The database is initialized in `/tmp/expenses.db`, which might be ephemeral or read-only in some environments (e.g., containerization), though the server attempts to verify write access. Binds to `0.0.0.0`, which is standard for a server but requires external network configuration for security if exposed to the public internet.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-11-27

Tags

Expense TrackingFinancial ManagementSQLiteFastMCPPython API