MCP Server

https://home.norg.ai/ai-business-automation/mcp-api-tools-openclaw-integration/securing-your-norg-mcp-api-openclaw-deployment-authentication-rbac-and-governance-best-practices/mcp

Connect Your AI Agent

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "securing-your-norg-mcp-api-openclaw-deployment-authentication-rbac-and-governance-best-practices": {
      "type": "http",
      "url": "https://home.norg.ai/ai-business-automation/mcp-api-tools-openclaw-integration/securing-your-norg-mcp-api-openclaw-deployment-authentication-rbac-and-governance-best-practices/mcp"
    }
  }
}

ChatGPT

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

Name: securing-your-norg-mcp-api-openclaw-deployment-authentication-rbac-and-governance-best-practices
URL:  https://home.norg.ai/ai-business-automation/mcp-api-tools-openclaw-integration/securing-your-norg-mcp-api-openclaw-deployment-authentication-rbac-and-governance-best-practices/mcp

OpenAI MCP docs →

Gemini

Add to Gemini CLI settings.json:

{
  "mcpServers": {
    "securing-your-norg-mcp-api-openclaw-deployment-authentication-rbac-and-governance-best-practices": {
      "httpUrl": "https://home.norg.ai/ai-business-automation/mcp-api-tools-openclaw-integration/securing-your-norg-mcp-api-openclaw-deployment-authentication-rbac-and-governance-best-practices/mcp"
    }
  }
}

Claude Code

claude mcp add securing-your-norg-mcp-api-openclaw-deployment-authentication-rbac-and-governance-best-practices \
  --transport http https://home.norg.ai/ai-business-automation/mcp-api-tools-openclaw-integration/securing-your-norg-mcp-api-openclaw-deployment-authentication-rbac-and-governance-best-practices/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.