Back to Home
Diptanshu-Bhardwaj icon

test-remote-mcp

Verified Safe

by Diptanshu-Bhardwaj

Overview

Manages and tracks personal expenses through an API, allowing users to add, list, and summarize financial entries.

Installation

Run Command
python main.py

Security Notes

The code uses parameterized queries to prevent SQL injection vulnerabilities, which is a critical security practice. No 'eval' or obvious hardcoded secrets were found. The server listens on 0.0.0.0, which is standard for server applications but means it's accessible from any IP address; appropriate firewall rules or network configuration are recommended for production environments. The database path uses a temporary directory, which could have implications for data persistence but doesn't inherently pose a direct security risk.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens300
Stars0
Forks0
Last Update2025-11-29

Tags

Expense TrackingDatabase ManagementFinancial ToolsSQLiteFastMCP