cards

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

Card list.

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":"cards","arguments":{}}}'

Response shape

Full JSON Schema
{
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "id": {
        "type": "number",
        "description": "Card ID"
      },
      "key": {
        "type": "string",
        "description": "Card key identifier"
      },
      "name": {
        "type": "string",
        "description": "Card name"
      },
      "maxLevel": {
        "type": "number",
        "description": "Maximum card level"
      },
      "iconUrls": {
        "type": "object",
        "description": "Icon URLs"
      },
      "elixirCost": {
        "type": "number",
        "description": "Elixir cost"
      },
      "type": {
        "type": "string",
        "description": "Card type"
      },
      "rarity": {
        "type": "string",
        "description": "Card rarity"
      },
      "arena": {
        "type": "number",
        "description": "Arena unlock level"
      },
      "description": {
        "type": "string",
        "description": "Card description"
      }
    }
  }
}

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