Back to Home
manishdhull1990 icon

test-remote-mcp-server

Verified Safe

by manishdhull1990

Overview

This server provides an API for tracking and managing personal or business expenses by adding, listing, and summarizing entries.

Installation

Run Command
python main.py

Security Notes

All database interactions use parameterized queries, effectively mitigating SQL injection risks. The codebase does not contain dangerous functions like `eval` or `exec`, nor does it have hardcoded sensitive credentials. The database is stored in a temporary directory, which is an operational concern for data persistence but not a direct security vulnerability of the code itself. The server binds to `0.0.0.0` by default, which is standard for a server but means it's accessible from all network interfaces; appropriate firewall rules should be considered for production deployments.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-11-26

Tags

Expense TrackingFinancial ManagementSQLiteFastMCPPython