Back to Home
yashsdhond icon

expense-tracker-mcp-server

Verified Safe

by yashsdhond

Overview

This server provides an API for tracking and summarizing personal expenses, allowing users to add entries, list them by date, and get category-wise summaries.

Installation

Run Command
python main.py

Security Notes

The server uses parameterized SQL queries for all database operations, effectively preventing SQL injection vulnerabilities. There are no obvious signs of 'eval', obfuscation, or hardcoded sensitive secrets. It serves on 0.0.0.0, meaning it's externally accessible if deployed without a firewall, but this is typical for a server. Data is stored locally in an SQLite database, so security relies on the host system's file permissions.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens250
Stars0
Forks0
Last Update2026-01-19

Tags

expense managementfinancial trackingpersonal financesqliteapi