MCP Server

https://home.norg.ai/ai-business-automation/mcp-api-tools-openclaw-integration/norg-mcp-api-openclaw-the-definitive-guide-to-ai-powered-business-automation/mcp

Connect Your AI Agent

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "norg-mcp-api-openclaw-the-definitive-guide-to-ai-powered-business-automation": {
      "type": "http",
      "url": "https://home.norg.ai/ai-business-automation/mcp-api-tools-openclaw-integration/norg-mcp-api-openclaw-the-definitive-guide-to-ai-powered-business-automation/mcp"
    }
  }
}

ChatGPT

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

Name: norg-mcp-api-openclaw-the-definitive-guide-to-ai-powered-business-automation
URL:  https://home.norg.ai/ai-business-automation/mcp-api-tools-openclaw-integration/norg-mcp-api-openclaw-the-definitive-guide-to-ai-powered-business-automation/mcp

OpenAI MCP docs →

Gemini

Add to Gemini CLI settings.json:

{
  "mcpServers": {
    "norg-mcp-api-openclaw-the-definitive-guide-to-ai-powered-business-automation": {
      "httpUrl": "https://home.norg.ai/ai-business-automation/mcp-api-tools-openclaw-integration/norg-mcp-api-openclaw-the-definitive-guide-to-ai-powered-business-automation/mcp"
    }
  }
}

Claude Code

claude mcp add norg-mcp-api-openclaw-the-definitive-guide-to-ai-powered-business-automation \
  --transport http https://home.norg.ai/ai-business-automation/mcp-api-tools-openclaw-integration/norg-mcp-api-openclaw-the-definitive-guide-to-ai-powered-business-automation/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.