Rhombus MCP Server
An MCP server for the Rhombus API, offering advanced security and surveillance features.
🚀 Rhombus MCP Server - Supercharge Your AI Tools!
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.
🔍 About Rhombus
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:
- 💡 Smart Cameras - Innovative dome, fisheye, bullet, and multisensor security cameras
- 🚪 Access Control - Secure door controllers, readers, and intercoms with mobile, card, and fob access
- 📡 IoT Sensors - Advanced audio, environmental, motion, entry, and multipurpose panic sensors
- 🔒 Alarm Monitoring - TMA 5-diamond certified live agent verification and dispatch
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.
🧪 Join Our Beta Test!
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!
🔧 Quick Setup
Installing via Smithery
To install Rhombus MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @RhombusSystems/rhombus-node-mcp --client claude
Step 1: Give Your Rhombus Console Superpowers
- Login to your Rhombus Console - Login Here! 🔐
- Generate your magic key at API Key Settings ✨
- Activate your powers by setting
RHOMBUS_API_KEYin your environment 💪
Step 2: Supercharge Claude Desktop
-
Grab the incredible Claude desktop right here! 📥
-
Unleash the magic by adding this to your
claude_desktop_config.json:
DOCKER
{
"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"
}
}
}
}
NPX
{
"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
Step 3: Take It For A Spin! 🎡
Time to see the magic happen! Let's verify that Claude for Desktop is detecting our awesome rhombus server tools:
- Look for the powerful hammer icon in Claude's interface ⚒️
- Click it to reveal your new arsenal of tools
- Spot the Filesystem MCP Server tools in the list
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!
🚀 Running Locally: Unleash Your Inner Developer!
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!
1. Build Your Local Docker Image 🛠️
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 .
2. Update Your Claude Config for Local Use ⚡
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"
}
}
}
}
Creating a new tool
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
🧪 Running Tests
Tests are written with Vitest and live alongside source files as *.test.ts.
1. Set Up Your Test Environment
Copy the template and fill in your values:
cp .env.test.template .env.test
Then edit .env.test:
| Variable | Description |
|---|---|
RHOMBUS_API_KEY | Your Rhombus API key — generate one at API Management |
API_HOSTNAME | API base URL — defaults to https://api.rhombus.com (override for staging/dev) |
CAMERA_UUID | UUID of a camera in your org to use for integration tests |
.env.testis gitignored — never commit real credentials.
2. Run the Tests
# Run all tests once
npm test
# Watch mode — re-runs on file changes
npm run test:watch
Hitting a Snag? We've Got You! 🛟
Check out Claude's fantastic troubleshooting guide for quick fixes! Still stuck? Our team of experts is ready to help!
- Email us: [email protected] 📧
- Share your feedback via our beta test form 🌟
We're committed to making your experience absolutely seamless and are SUPER excited to hear what amazing applications you're building with our tools!
🤝 We Want Your Feedback!
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.
- What features would make your workflow even better?
- How are you using our MCP server in your projects?
- What integrations would you like to see next?
Share your thoughts, ideas, and success stories with us! Together, we're creating the future of intelligent security.
📜 License
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.
İlgili Sunucular
app.marketgenius/mcp
Real-time stock heatmaps and investment tools delivered as interactive React components.
NIST AI RMF MCP
NIST AI Risk Management Framework compliance — risk profiling, govern/map/measure/manage functions by MEOK AI Labs
CookUnity MCP Server
MCP server for meal delivery service. Browse menus, manage carts, confirm orders, skip/unskip deliveries, and view order history.
Aegntic MCP Servers
A collection of Model Context Protocol (MCP) servers for various tasks and integrations, supporting both Python and Node.js environments.
humanMCP Marketplace
Federated search across personal humanMCP servers. Find listings, offers, trades by humans. SQLite + FTS5, 3 MCP tools: search_marketplace, list_servers, get_server.
DICOM MCP Server
Enables AI assistants to query, read, and move data on DICOM servers like PACS and VNA.
MCP Servers
A collection of MCP servers for Cursor IDE, including demo and weather services.
myinstants-mcp
A soundboard MCP server with millions of meme sounds from myinstants.com — search, play, and browse categories. npx myinstants-mcp to get started.
OpenFoodTox Food Chemical Hazards
MCP server providing tools to access EFSA's comprehensive OpenFoodTox Chemical Hazards in food dataset
Pumperly MCP
Query real-time fuel prices, find nearby stations, plan routes, and geocode locations across different countries