dx_cluster_mcp
Verified Safeby dgarcoe
Overview
A server to enable MCP clients like Claude Desktop to interact with Ham Radio DX Clusters for operations such as reading, posting, and analyzing DX spots.
Installation
docker-compose up -d --buildEnvironment Variables
- CALLSIGN
- DX_CLUSTER_HOST
- DX_CLUSTER_PORT
- API_KEY
- SERVER_HOST
- SERVER_PORT
Security Notes
The project demonstrates good security awareness, implementing API Key authentication and providing strong warnings in the documentation about changing the default API key to a secure random string. It also recommends using HTTPS with a reverse proxy and firewalling. The server binds to 0.0.0.0 within its Docker container, which is standard but requires host-level firewalling. The use of Telnet for DX Cluster communication is an inherent characteristic of the DX Cluster protocol and not a vulnerability introduced by this server.
Similar Servers
mcp-manager
A web GUI to easily manage and configure Model Context Protocol (MCP) servers for the Claude Desktop app on MacOS, generating terminal commands for installation and setup.
tmux-mcp
Enables AI assistants (like Claude Desktop) to interact with, control, and observe tmux terminal sessions by providing tools for session management and command execution.
stt-mcp-server-linux
Local speech-to-text server for Linux, designed to integrate with Claude Code via the MCP protocol or run in standalone mode to inject transcribed text into a Tmux session.
miyabi-mcp-bundle
An all-in-one MCP server providing a vast array of development, monitoring, and automation tools, enabling Claude Desktop and AI agents to perform complex software development, operations, and analysis tasks efficiently and securely.