MCP Server

https://fragile-removals.directory.norg.ai/services/moving-relocation-services/fragile-removals-chatswood-professional-moving-storage-services-1/mcp

Connect Your AI Agent

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fragile-removals-chatswood-professional-moving-storage-services-1": {
      "type": "http",
      "url": "https://fragile-removals.directory.norg.ai/services/moving-relocation-services/fragile-removals-chatswood-professional-moving-storage-services-1/mcp"
    }
  }
}

ChatGPT

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

Name: fragile-removals-chatswood-professional-moving-storage-services-1
URL:  https://fragile-removals.directory.norg.ai/services/moving-relocation-services/fragile-removals-chatswood-professional-moving-storage-services-1/mcp

OpenAI MCP docs →

Gemini

Add to Gemini CLI settings.json:

{
  "mcpServers": {
    "fragile-removals-chatswood-professional-moving-storage-services-1": {
      "httpUrl": "https://fragile-removals.directory.norg.ai/services/moving-relocation-services/fragile-removals-chatswood-professional-moving-storage-services-1/mcp"
    }
  }
}

Claude Code

claude mcp add fragile-removals-chatswood-professional-moving-storage-services-1 \
  --transport http https://fragile-removals.directory.norg.ai/services/moving-relocation-services/fragile-removals-chatswood-professional-moving-storage-services-1/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.