Back to Home
iamhamidrezaee icon

MightyAI-Coding-Challenge

by iamhamidrezaee

Overview

Tests and monitors the performance and reliability of external Model Context Protocol (MCP) servers.

Installation

Run Command
python app.py

Security Notes

The application is vulnerable to Server-Side Request Forgery (SSRF) as it directly uses a user-provided `server_url` in `requests.post` without validation or sanitization. An attacker could potentially use this to make the tester server initiate requests to internal network resources or arbitrary external IPs. No `eval` or `exec` functions are used, and database interactions use parameterized queries, mitigating SQL injection.

Similar Servers

Stats

Interest Score0
Security Score5
Cost ClassLow
Stars0
Forks0
Last Update2025-12-10

Tags

MCP TestingPerformance MonitoringJSON-RPCFlaskWeb Application