Back to Home
YashJain2410 icon

Test-Mcp-Server

Verified Safe

by YashJain2410

Overview

An expense tracker server that allows adding, listing, and summarizing financial expenses.

Installation

Run Command
python main.py

Security Notes

The code uses parameterized queries, effectively preventing SQL injection vulnerabilities. No hardcoded secrets or dangerous functions like 'eval' or 'os.system' are present. The database is stored in a temporary directory, which is a reasonable approach for a local-file-based database. The server binds to '0.0.0.0' by default, making it accessible from any network interface; while common for development, this should be considered in a production environment.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens500
Stars0
Forks0
Last Update2026-01-16

Tags

Expense ManagementFinancial TrackingSQLiteFastMCPPython