Back to Home
vilashkardate icon

remote-mcp-server-test

Verified Safe

by vilashkardate

Overview

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

Installation

Run Command
python main.py

Security Notes

The server uses parameterized SQL queries, which effectively prevents SQL injection. No 'eval' or direct use of hardcoded secrets were found in the provided code. The database is stored in a temporary directory, which could lead to data loss on restart but mitigates persistence risks if the server is meant to be ephemeral. It listens on 0.0.0.0, making it network accessible, which is standard but should be considered in a production environment.

Similar Servers

Stats

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

Tags

Expense TrackerFinancial ManagementSQLiteFastMCPAsynchronous