rankings_clans

Pack: clash-royale · Endpoint: https://gateway.pipeworx.io/clash-royale/mcp

Top clans for location.

Parameters

NameTypeRequiredDescription
locationIdnumberyes
limitnumberno

Example call

curl -X POST https://gateway.pipeworx.io/clash-royale/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"rankings_clans","arguments":{}}}'

Response shape

FieldTypeDescription
itemsarrayRanked clans
pagingobjectPagination info
Full JSON Schema
{
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "tag": {
            "type": "string",
            "description": "Clan tag"
          },
          "name": {
            "type": "string",
            "description": "Clan name"
          },
          "type": {
            "type": "string",
            "description": "Clan type"
          },
          "badgeId": {
            "type": "number",
            "description": "Badge ID"
          },
          "clanScore": {
            "type": "number",
            "description": "Clan score"
          },
          "memberCount": {
            "type": "number",
            "description": "Member count"
          },
          "rank": {
            "type": "number",
            "description": "Ranking position"
          },
          "previousRank": {
            "type": "number",
            "description": "Previous ranking"
          },
          "location": {
            "type": "object",
            "description": "Location"
          }
        }
      },
      "description": "Ranked clans"
    },
    "paging": {
      "type": "object",
      "properties": {
        "cursors": {
          "type": "object",
          "description": "Pagination cursors"
        }
      },
      "description": "Pagination info"
    }
  }
}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "clash-royale": {
      "url": "https://gateway.pipeworx.io/clash-royale/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026