MCP.so
ログイン

Rhombus MCP Server

@RhombusSystems

Rhombus MCP Server について

An MCP server implementation that integrates the Rhombus API to provide Chatbot tools.

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

RhombusSystems

投稿者

Jeremy Gulley

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "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"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Rhombus MCP Server?

Rhombus MCP Server integrates the Rhombus API with the Model Context Protocol, enabling AI assistants like Claude to access Rhombus physical security capabilities including smart cameras, access control, IoT sensors, and alarm monitoring. It is designed for users of Rhombus’s enterprise-grade security platform who want to add AI-powered interactions.

How to use Rhombus MCP Server?

Install automatically via Smithery (npx -y @smithery/cli install @RhombusSystems/rhombus-node-mcp --client claude) or configure manually in Claude Desktop by adding a rhombus entry to claude_desktop_config.json using Docker or npx. You must set the RHOMBUS_API_KEY environment variable with a key generated from the Rhombus Console.

Key features of Rhombus MCP Server

  • Connects AI tools to the Rhombus security platform.
  • Supports smart cameras, access control, IoT sensors, and alarm monitoring.
  • Enables actionable AI insights from real-time detections.
  • Runs via Docker or npx with no extra dependencies.
  • Licensed under the MIT License.

Use cases of Rhombus MCP Server

  • Query camera feeds and access control events through natural language.
  • Monitor IoT sensor alerts (motion, environmental, audio) via AI chat.
  • Trigger alarm verification workflows using AI assistant commands.
  • Develop custom scripts that interface Rhombus security data with Claude.

FAQ from Rhombus MCP Server

How do I get a Rhombus API key?

Log in to your Rhombus Console at https://console.rhombus.com, go to https://console.rhombus.com/settings/api-management, and generate an API key. Then set it as the RHOMBUS_API_KEY environment variable.

What is Rhombus?

Rhombus is a commercial security system that provides smart cameras, access control hardware, IoT sensors, and TMA 5-diamond certified alarm monitoring, all with a cybersecurity focus.

How do I run the server locally?

Build a local Docker image with npm install and docker build -t mcp-server-rhombus ., then update your Claude config to use the local image name mcp-server-rhombus instead of rhombussystems/mcp-server-rhombus.

Are there any tests?

Yes. Tests use Vitest and require a .env.test file with RHOMBUS_API_KEY, optional API_HOSTNAME, and a CAMERA_UUID for integration tests. Run them with npm test or npm run test:watch.

コメント

「その他」の他のコンテンツ