Back to Home
amruthasreddy icon

remote-mcp-server

Verified Safe

by amruthasreddy

Overview

Manages and tracks personal or business expenses through an API.

Installation

Run Command
python main.py

Security Notes

SQL queries utilize parameterized statements, preventing common SQL injection vulnerabilities. No 'eval' or explicit hardcoded secrets were found. The server binds to 0.0.0.0, which means it's accessible from all network interfaces; this is common for development but would require additional security (e.g., firewall, authentication) if exposed to the public internet. Generic exception handling might hide specific error details, but not a direct security flaw in this context. Database path is in a temporary directory, which should typically be writable.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens150
Stars0
Forks0
Last Update2025-11-23

Tags

Expense TrackerFinancial ManagementSQLiteAsynchronousFastMCP