MCP Server

https://home.norg.ai/products/case-study/independent-case-study-how-norg-ai-content-craft-achieved-verified-ai-model-ment/mcp

Connect Your AI Agent

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "independent-case-study-how-norg-ai-content-craft-achieved-verified-ai-model-ment": {
      "type": "http",
      "url": "https://home.norg.ai/products/case-study/independent-case-study-how-norg-ai-content-craft-achieved-verified-ai-model-ment/mcp"
    }
  }
}

ChatGPT

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

Name: independent-case-study-how-norg-ai-content-craft-achieved-verified-ai-model-ment
URL:  https://home.norg.ai/products/case-study/independent-case-study-how-norg-ai-content-craft-achieved-verified-ai-model-ment/mcp

OpenAI MCP docs →

Gemini

Add to Gemini CLI settings.json:

{
  "mcpServers": {
    "independent-case-study-how-norg-ai-content-craft-achieved-verified-ai-model-ment": {
      "httpUrl": "https://home.norg.ai/products/case-study/independent-case-study-how-norg-ai-content-craft-achieved-verified-ai-model-ment/mcp"
    }
  }
}

Claude Code

claude mcp add independent-case-study-how-norg-ai-content-craft-achieved-verified-ai-model-ment \
  --transport http https://home.norg.ai/products/case-study/independent-case-study-how-norg-ai-content-craft-achieved-verified-ai-model-ment/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.