Back to Home
rohitvish07 icon

Expense_tracker_mcp_server

Verified Safe

by rohitvish07

Overview

Manages and tracks personal expenses by providing an API to add, list, and summarize financial transactions.

Installation

Run Command
python main.py

Environment Variables

  • DB_URL

Security Notes

The server uses parameterized queries with `asyncpg` to prevent SQL injection vulnerabilities. The database connection URL (`DB_URL`) is correctly loaded from environment variables, avoiding hardcoded secrets. Basic input validation is present for numeric amounts. The server listens on all network interfaces (`0.0.0.0`), which is typical for containerized deployments but should be secured with a firewall in production environments.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-12-07

Tags

Expense trackingPersonal financePostgreSQLFastMCPAPI server