dda-mcp-server
Verified Safeby darkdragonsastro
Overview
The DDA MCP Server controls astronomy equipment, including proprietary Dark Dragons Astronomy devices and any ASCOM Alpaca-compatible hardware, by exposing their functionalities as Model Context Protocol (MCP) tools for agent interaction.
Installation
npx @darkdragonsastro/dda-mcp-serverSecurity Notes
The server uses `fetch` to interact with user-provided IP addresses and ports on the local network for device control and discovery. While inherent to its function of controlling local astronomy equipment, this pattern could pose a Server-Side Request Forgery (SSRF) risk if the MCP server itself were exposed to untrusted external requests. However, given its intended execution context (local MCP server via stdio, often by an agent like Claude Desktop), the risk is mitigated as it primarily interacts with trusted local network devices. No `eval`, code obfuscation, or hardcoded secrets were found.
Similar Servers
power-supply
Control and monitor power supplies from various interfaces including MQTT, MCP (Model Context Protocol), and a graphical user interface.
telescope-mcp
An MCP (Model Context Protocol) server enabling AI agents to control telescope hardware (cameras, motors, sensors) and providing a web dashboard for human monitoring and manual control.
analog-discovery-mcp-server
A Python-based server designed to control and interact with Digilent Analog Discovery devices, enabling remote measurement, data acquisition, and signal generation.
alphaMountain-MCP
A Python-based Master Control Program (MCP) server, likely designed to provide a central API for managing or monitoring components within an 'AlphaMountain' ecosystem or similar custom application.