Back to Home
aryanguptacsvtu icon

test-remote-mcp-server

Verified Safe

by aryanguptacsvtu

Overview

Manages personal expenses by allowing users to add, list, and summarize financial transactions.

Installation

Run Command
python main.py

Security Notes

The server uses parameterized SQL queries, effectively mitigating SQL injection risks. No 'eval' or obvious hardcoded secrets are present. The database is stored in a temporary directory, which while not ideal for persistence, doesn't inherently introduce a security vulnerability beyond potential unauthorized access by other local processes in a shared environment (a general OS concern). The 'categories.json' is read from a local file, posing minimal risk unless the file system itself is compromised.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens300
Stars0
Forks0
Last Update2025-11-22

Tags

Expense managementFinancial trackingSQLiteFastMCPData storage