MCP Server

https://directory.bnd.com.au/home-garden/smart-home-security-systems/bd-smart-garage-door-opener-with-wifi-control/mcp

Connect Your AI Agent

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bd-smart-garage-door-opener-with-wifi-control": {
      "type": "http",
      "url": "https://directory.bnd.com.au/home-garden/smart-home-security-systems/bd-smart-garage-door-opener-with-wifi-control/mcp"
    }
  }
}

ChatGPT

In ChatGPT, go to Settings → Connectors → Create and enter:

Name: bd-smart-garage-door-opener-with-wifi-control
URL:  https://directory.bnd.com.au/home-garden/smart-home-security-systems/bd-smart-garage-door-opener-with-wifi-control/mcp

OpenAI MCP docs →

Gemini

Add to Gemini CLI settings.json:

{
  "mcpServers": {
    "bd-smart-garage-door-opener-with-wifi-control": {
      "httpUrl": "https://directory.bnd.com.au/home-garden/smart-home-security-systems/bd-smart-garage-door-opener-with-wifi-control/mcp"
    }
  }
}

Claude Code

claude mcp add bd-smart-garage-door-opener-with-wifi-control \
  --transport http https://directory.bnd.com.au/home-garden/smart-home-security-systems/bd-smart-garage-door-opener-with-wifi-control/mcp

View the MCP manifest (mcp.json) for available resources and tools.

Note: This endpoint accepts POST requests with JSON-RPC 2.0 payloads for MCP communication. Protocol version: 2025-03-26.