rhombus-node-mcp
Verified Safeby RhombusSystems
Overview
Integrate Rhombus security and surveillance system capabilities with AI chatbots, allowing AI agents to query and manage security devices and events.
Installation
docker run -i --rm -e RHOMBUS_API_KEY=YOUR_API_KEY_HERE rhombussystems/mcp-server-rhombusEnvironment Variables
- RHOMBUS_API_KEY
- RHOMBUS_API_SERVER
- PORT
- TRANSPORT_TYPE
- LOG_FOLDER
- DEBUG
Security Notes
The server correctly retrieves API keys from environment variables. CORS is set to `origin: ['*']` which is generally permissive, but noted as a 'TODO: domain' and likely intended for controlled client integrations (e.g., Claude Desktop). No direct use of `eval` or unhandled shell commands identified. Authentication mechanisms are robust, handling OAuth tokens, API keys, and session-based authentication with explicit error handling for invalid credentials. Overall, it appears safe to run, assuming the `RHOMBUS_API_KEY` is managed securely by the user.
Similar Servers
klavis
Develop and deploy AI agents that interact with a wide array of web services (e.g., Gmail, YouTube, LinkedIn, Supabase, Salesforce, Kubernetes) through a standardized Model Context Protocol (MCP), often orchestrated by an intelligent routing layer like Strata.
ros2_mcp
Enables AI agents (e.g., Copilot, Claude) to interact with and analyze ROS 2 systems by providing tools for topic, service, and action management.
mcp-servers
An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.
insights-mcp
Interacting with Red Hat Lightspeed services like Advisor, Image Builder, Inventory, Planning, Remediations, and Vulnerability to manage RHEL systems and services via a Model Context Protocol (MCP) server.