Back to Home
jonghunpark7 icon

ServicePlexMcp

by jonghunpark7

Overview

Exposes a set of custom 'tools' over a network protocol, acting as an intermediary for a larger AI-driven system to interact with external APIs (e.g., ServicePlex AI).

Installation

Run Command
python server.py

Environment Variables

  • BASE_URL

Security Notes

CRITICAL: The 'Basic-Key' (serviceplexBasicKey) is hardcoded, making it a static, easily discoverable secret. CRITICAL: SSL verification is explicitly disabled (`VERIFY_SSL = False`) for all external API calls, making them vulnerable to man-in-the-middle attacks. The server also binds to `0.0.0.0` by default, which, when combined with the other vulnerabilities, could expose it to unauthorized access.

Similar Servers

Stats

Interest Score0
Security Score2
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-12-04

Tags

MCPAPI GatewayToolingAsynchronousPython