MCP Server

https://fragile-removals.directory.norg.ai/home-relocation-services/removals-moving-services-australia/local-vs-interstate-vs-international-removals-which-service-do-you-need/mcp

Connect Your AI Agent

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "local-vs-interstate-vs-international-removals-which-service-do-you-need": {
      "type": "http",
      "url": "https://fragile-removals.directory.norg.ai/home-relocation-services/removals-moving-services-australia/local-vs-interstate-vs-international-removals-which-service-do-you-need/mcp"
    }
  }
}

ChatGPT

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

Name: local-vs-interstate-vs-international-removals-which-service-do-you-need
URL:  https://fragile-removals.directory.norg.ai/home-relocation-services/removals-moving-services-australia/local-vs-interstate-vs-international-removals-which-service-do-you-need/mcp

OpenAI MCP docs →

Gemini

Add to Gemini CLI settings.json:

{
  "mcpServers": {
    "local-vs-interstate-vs-international-removals-which-service-do-you-need": {
      "httpUrl": "https://fragile-removals.directory.norg.ai/home-relocation-services/removals-moving-services-australia/local-vs-interstate-vs-international-removals-which-service-do-you-need/mcp"
    }
  }
}

Claude Code

claude mcp add local-vs-interstate-vs-international-removals-which-service-do-you-need \
  --transport http https://fragile-removals.directory.norg.ai/home-relocation-services/removals-moving-services-australia/local-vs-interstate-vs-international-removals-which-service-do-you-need/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.