Back to Home
bisVo159 icon

Expense-tracker-mcp-server

Verified Safe

by bisVo159

Overview

A server for tracking and managing personal expenses via a FastMCP API.

Installation

Run Command
uv run fastmcp dev main.py

Security Notes

The application critically lacks any authentication or authorization mechanisms. Any client capable of connecting to the server (which defaults to '0.0.0.0:8000') can perform all CRUD operations on expense data. This poses a severe privacy and security risk if the server is exposed to an untrusted network. Data is stored in the system's temporary directory, which can lead to data loss due to system cleanup processes. While SQL injection is mitigated by using parameterized queries, the complete absence of access control for sensitive financial data is a major vulnerability.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2025-12-17

Tags

Expense trackingFinancial managementPersonal financeFastMCPSQLite