Back to Home
sergiuiacob1 icon

mcp

Verified Safe

by sergiuiacob1

Overview

Provides a Flask-based JSON-RPC 2.0 server implementation for the Model Context Protocol (MCP), enabling AI clients to discover and execute external tools.

Installation

Run Command
flask run --port 5050

Security Notes

The `call_tool` function directly unpacks `arguments` into tool handlers using `**arguments`. While the current tools (`random_number`, `random_sentence`) are simple and do not pose an immediate risk, this pattern could be exploited if new tools with unsafe implementations or vulnerable dependencies were added, potentially allowing for arbitrary code execution if inputs are not strictly validated. No `eval` or hardcoded secrets found.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens15
Stars0
Forks0
Last Update2025-12-02

Tags

MCPFlaskAI IntegrationJSON-RPCTooling