Back to Home
dipanshuchoudhary-data icon

Expenses-Tracker-MCP-Server

Verified Safe

by dipanshuchoudhary-data

Overview

This server tracks and manages personal or business expenses, allowing users to add, list, summarize, update, and remove expense entries.

Installation

Run Command
python main.py

Environment Variables

  • FASTMCP_ENV

Security Notes

The code generally uses parameterized queries to prevent SQL injection. While some SQL statements use f-strings for column names (e.g., 'removal', 'update_expense'), the column names are strictly validated against an `allowed` set, mitigating injection risks for that part. Error messages expose raw exceptions (`str(e)`), which could leak internal details in a production environment. No hardcoded secrets or obvious malicious patterns found.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Stars0
Forks0
Last Update2025-12-06

Tags

Expense ManagementFinancial TrackingSQLiteFastMCPPython