Unknown/rhombussystems/rhombus-node-mcp
Built by Metorial, the integration platform for agentic AI.
Unknown/rhombussystems/rhombus-node-mcp
Server Summary
Access Rhombus smart camera feeds
Control access systems
Manage IoT sensor data
Retrieve alarm monitoring status
Interact with surveillance features
Unleash the power of the Rhombus API with this cutting-edge MCP server implementation! Transform your chatbot experience with advanced security and surveillance capabilities at your fingertips.
Rhombus is the #1 rated commercial security system, built to protect and designed to adapt! We deliver enterprise-grade physical security with a cybersecurity focus, combining:
Our platform is powered by actionable AI insights that help you respond faster with real-time detections, all while being rooted in strong cybersecurity principles.
We're thrilled to be part of the AI Generation! Help us shape the future of AI-powered security by testing our MCP server implementation and providing valuable feedback.
๐ Fill out our beta test form here ๐
Your insights will directly influence our development roadmap and help us create the most powerful AI security tools on the market!
RHOMBUS_API_KEY in your environment ๐ชGrab the incredible Claude desktop right here! ๐ฅ
Unleash the magic by adding this to your claude_desktop_config.json:
{
"mcpServers": {
"rhombus": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"RHOMBUS_API_KEY=YOUR_API_KEY_HERE",
"rhombussystems/mcp-server-rhombus"
],
"env": {
"RHOMBUS_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
{
"mcpServers": {
"rhombus": {
"command": "npx",
"args": ["--yes", "--package", "rhombus-node-mcp", "mcp-server-rhombus"],
"env": {
"RHOMBUS_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
You can access the file using:
vim ~/Library/Application\ Support/Claude/claude_desktop_config.json
Time to see the magic happen! Let's verify that Claude for Desktop is detecting our awesome rhombus server tools:
If they're visible, YOU'VE DONE IT! ๐ Your integration is live and ready to rock! Claude can now communicate directly with Rhombus systems, giving you the same incredible capabilities as the Rhombus web app, but with the added power of Claude's intelligence!
Want to get hands-on and test out the Rhombus MCP server right on your machine? Follow these steps to build and run a local Docker image, then connect it to your MCP client of choice!
First, let's get that Docker image built. This will allow you to run the MCP server in a local environment.
npm install
docker build -t mcp-server-rhombus .
Now, you'll need to adjust your claude_desktop_config.json to point to your newly built local Docker image.
Note: When running locally, the Docker image name changes to
mcp-server-rhombusfromrhombussystems/mcp-server-rhombus. Make sure to update this in your configuration!
{
"mcpServers": {
"rhombus": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"RHOMBUS_API_KEY=YOUR_API_KEY_HERE",
"mcp-server-rhombus"
],
"env": {
"RHOMBUS_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
We've written a script that you can run to get kickstarted on developing a new tool in addition to our existing tool set. You can simply call:
npm run create:tool
Check out Claude's fantastic troubleshooting guide for quick fixes! Still stuck? Our team of experts is ready to help!
We're committed to making your experience absolutely seamless and are SUPER excited to hear what amazing applications you're building with our tools!
As pioneers in the AI Generation, we're passionate about pushing the boundaries of what's possible when combining advanced physical security with cutting-edge AI tools. Your feedback is invaluable as we continue to innovate and improve.
Share your thoughts, ideas, and success stories with us! Together, we're creating the future of intelligent security.
This awesome MCP server comes with the freedom of the MIT License! โ Use it, โ modify it, โ share it - the possibilities are endless! Just remember to follow the MIT License terms and conditions. Check out the LICENSE file in our repository for all the details.