Clearcom-MCP-Server
by RobertCrupa
Overview
Provides an AI agent with an API to manage ClearCom MCP server connections, roles, and channel assignments.
Installation
uv run fastmcp run src/main.py:mcpSecurity Notes
CRITICAL: The `src/main.py` file hardcodes the `DeviceClient` base_url, username, and password (`admin:admin`). This is a severe security vulnerability as it exposes sensitive access credentials directly in the source code and prevents dynamic configuration for different environments. These values should be loaded from environment variables or a secure configuration mechanism.
Similar Servers
python-mcp-server
This project implements a Model Context Protocol (MCP) server providing weather information tools (alerts and forecasts) via Server-Sent Events (SSE), demonstrating how AI agents can interact with external services.
mcp_server_python
An MCP server for LM Studio to extend LLM capabilities with web search, page fetching, arbitrary Python code execution, and package installation.
Test_Remote_MCP-Server
A Python-based server application designed for remote access, likely implementing a Message Control Protocol (MCP) or similar custom service.
mcp-server
Provides a command-line interface (CLI) based server built with a Python SDK, likely for a custom 'mcp' protocol or service.