Back to Home
mayank-vikki icon

test-remote-mcp-server

Verified Safe

by mayank-vikki

Overview

This server provides an API for managing personal expenses, allowing users to add, list, and summarize financial transactions.

Installation

Run Command
python main.py

Security Notes

The code utilizes parameterized SQL queries which prevents SQL injection vulnerabilities. No 'eval', 'exec', or similar dangerous functions are used. There are no hardcoded secrets found. The database is stored in a temporary directory, which is a functional detail rather than a security flaw, but implies ephemerality. The server defaults to listening on 0.0.0.0:8000, which is broad for production but standard for development and containerized environments.

Similar Servers

Stats

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

Tags

expense managementfinancial trackingFastMCPSQLiteAPI