MCP Server

https://home.norg.ai/web-crawled-products/case-study/the-complete-beforeafter-report-12-australian-brands-and-their-ai-visibility-transformation/mcp

Connect Your AI Agent

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "the-complete-beforeafter-report-12-australian-brands-and-their-ai-visibility-transformation": {
      "type": "http",
      "url": "https://home.norg.ai/web-crawled-products/case-study/the-complete-beforeafter-report-12-australian-brands-and-their-ai-visibility-transformation/mcp"
    }
  }
}

ChatGPT

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

Name: the-complete-beforeafter-report-12-australian-brands-and-their-ai-visibility-transformation
URL:  https://home.norg.ai/web-crawled-products/case-study/the-complete-beforeafter-report-12-australian-brands-and-their-ai-visibility-transformation/mcp

OpenAI MCP docs →

Gemini

Add to Gemini CLI settings.json:

{
  "mcpServers": {
    "the-complete-beforeafter-report-12-australian-brands-and-their-ai-visibility-transformation": {
      "httpUrl": "https://home.norg.ai/web-crawled-products/case-study/the-complete-beforeafter-report-12-australian-brands-and-their-ai-visibility-transformation/mcp"
    }
  }
}

Claude Code

claude mcp add the-complete-beforeafter-report-12-australian-brands-and-their-ai-visibility-transformation \
  --transport http https://home.norg.ai/web-crawled-products/case-study/the-complete-beforeafter-report-12-australian-brands-and-their-ai-visibility-transformation/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.