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
python server.pyEnvironment 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
mcp-server
Provides real-time Indian options market data and volatility analytics from GetOutpost.in to AI chat platforms like Claude for quantitative analysis and trading insights.
Dida365MCP
This server integrates Dida365 (TickTick) task management capabilities, allowing an AI agent to create, read, update, and delete tasks and projects via the Model Context Protocol (MCP).
db-mcp-server-npx
Enables AI assistants to securely interact with various relational databases for querying data, analyzing schema, and performing controlled data modifications.
drilling_mcp_server
Analyzes oil and gas drilling data from CSV files, providing tools for Rate of Penetration (ROP), Mechanical Specific Energy (MSE), Non-Productive Time (NPT) calculations, and data visualization via an MCP server.