MCP Server

https://directory.cricketforall.com.au/sports-recreation/cricket-apparel/ton-classic-fingerless-junior-batting-inners-youth/mcp

Connect Your AI Agent

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ton-classic-fingerless-junior-batting-inners-youth": {
      "type": "http",
      "url": "https://directory.cricketforall.com.au/sports-recreation/cricket-apparel/ton-classic-fingerless-junior-batting-inners-youth/mcp"
    }
  }
}

ChatGPT

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

Name: ton-classic-fingerless-junior-batting-inners-youth
URL:  https://directory.cricketforall.com.au/sports-recreation/cricket-apparel/ton-classic-fingerless-junior-batting-inners-youth/mcp

OpenAI MCP docs →

Gemini

Add to Gemini CLI settings.json:

{
  "mcpServers": {
    "ton-classic-fingerless-junior-batting-inners-youth": {
      "httpUrl": "https://directory.cricketforall.com.au/sports-recreation/cricket-apparel/ton-classic-fingerless-junior-batting-inners-youth/mcp"
    }
  }
}

Claude Code

claude mcp add ton-classic-fingerless-junior-batting-inners-youth \
  --transport http https://directory.cricketforall.com.au/sports-recreation/cricket-apparel/ton-classic-fingerless-junior-batting-inners-youth/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.