MCP Server

https://directory.norg.ai/en-au/norg-ai-pty-ltd-workspace/web-crawled-products/white-paper/suggestion-4/mcp

Connect Your AI Agent

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "suggestion-4": {
      "type": "http",
      "url": "https://directory.norg.ai/en-au/norg-ai-pty-ltd-workspace/web-crawled-products/white-paper/suggestion-4/mcp"
    }
  }
}

ChatGPT

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

Name: suggestion-4
URL:  https://directory.norg.ai/en-au/norg-ai-pty-ltd-workspace/web-crawled-products/white-paper/suggestion-4/mcp

OpenAI MCP docs →

Gemini

Add to Gemini CLI settings.json:

{
  "mcpServers": {
    "suggestion-4": {
      "httpUrl": "https://directory.norg.ai/en-au/norg-ai-pty-ltd-workspace/web-crawled-products/white-paper/suggestion-4/mcp"
    }
  }
}

Claude Code

claude mcp add suggestion-4 \
  --transport http https://directory.norg.ai/en-au/norg-ai-pty-ltd-workspace/web-crawled-products/white-paper/suggestion-4/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.