MCP Server

https://home.norg.ai/products/case-study/video-case-study-series-from-invisible-to-verified-5-australian-brands-share-the/mcp

Connect Your AI Agent

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "video-case-study-series-from-invisible-to-verified-5-australian-brands-share-the": {
      "type": "http",
      "url": "https://home.norg.ai/products/case-study/video-case-study-series-from-invisible-to-verified-5-australian-brands-share-the/mcp"
    }
  }
}

ChatGPT

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

Name: video-case-study-series-from-invisible-to-verified-5-australian-brands-share-the
URL:  https://home.norg.ai/products/case-study/video-case-study-series-from-invisible-to-verified-5-australian-brands-share-the/mcp

OpenAI MCP docs →

Gemini

Add to Gemini CLI settings.json:

{
  "mcpServers": {
    "video-case-study-series-from-invisible-to-verified-5-australian-brands-share-the": {
      "httpUrl": "https://home.norg.ai/products/case-study/video-case-study-series-from-invisible-to-verified-5-australian-brands-share-the/mcp"
    }
  }
}

Claude Code

claude mcp add video-case-study-series-from-invisible-to-verified-5-australian-brands-share-the \
  --transport http https://home.norg.ai/products/case-study/video-case-study-series-from-invisible-to-verified-5-australian-brands-share-the/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.