Back to Home
iamfresh2 icon

mcp-server

Verified Safe

by iamfresh2

Overview

Manages and tracks personal or small business expenses by providing tools to add, list, and summarize financial entries.

Installation

Run Command
python main.py

Security Notes

The application uses parameterized SQL queries ('?') which effectively prevents SQL injection vulnerabilities. It handles database initialization and operations asynchronously with `aiosqlite`, and includes error handling for database access issues (e.g., read-only mode). No 'eval' statements, hardcoded secrets, or obvious malicious patterns were found. The server binds to `0.0.0.0:8000`, which makes it accessible on all network interfaces; this is standard for local development but would require careful consideration and network security if exposed publicly.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-11-19

Tags

Expense TrackerFastMCPSQLiteFinancial ManagementAPI