Back to Home
PeeyooshLimkar icon

expense_tracker_remote_mcp_server

Verified Safe

by PeeyooshLimkar

Overview

The server provides an API for users to track, add, list, and summarize their personal expenses, storing the data in a local SQLite database.

Installation

Run Command
python main.py

Security Notes

The server uses parameterized queries for all database interactions, effectively mitigating SQL injection risks. There are no indications of 'eval', obfuscation, or hardcoded sensitive credentials. The database is stored in a temporary directory, which is a design choice impacting data persistence and local system security rather than a direct code vulnerability. The server binds to 0.0.0.0, making it accessible externally if not behind a firewall.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2026-01-17

Tags

Expense TrackingFinancial ManagementSQLiteFastMCPAPI Server