MCP Server

https://directory.cricketforall.com.au/sports-recreation/cricket-equipment-2/dsc-flip-500-batting-pads-junior-youth-rh/mcp

Connect Your AI Agent

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dsc-flip-500-batting-pads-junior-youth-rh": {
      "type": "http",
      "url": "https://directory.cricketforall.com.au/sports-recreation/cricket-equipment-2/dsc-flip-500-batting-pads-junior-youth-rh/mcp"
    }
  }
}

ChatGPT

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

Name: dsc-flip-500-batting-pads-junior-youth-rh
URL:  https://directory.cricketforall.com.au/sports-recreation/cricket-equipment-2/dsc-flip-500-batting-pads-junior-youth-rh/mcp

OpenAI MCP docs →

Gemini

Add to Gemini CLI settings.json:

{
  "mcpServers": {
    "dsc-flip-500-batting-pads-junior-youth-rh": {
      "httpUrl": "https://directory.cricketforall.com.au/sports-recreation/cricket-equipment-2/dsc-flip-500-batting-pads-junior-youth-rh/mcp"
    }
  }
}

Claude Code

claude mcp add dsc-flip-500-batting-pads-junior-youth-rh \
  --transport http https://directory.cricketforall.com.au/sports-recreation/cricket-equipment-2/dsc-flip-500-batting-pads-junior-youth-rh/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.