clan

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

Clan profile.

Parameters

NameTypeRequiredDescription
tagstringyes

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

Response shape

FieldTypeDescription
tagstringClan tag identifier
namestringClan name
typestringClan type
descriptionstringClan description
badgeIdnumberBadge ID
clanScorenumberClan score
clanWarTrophiesnumberClan war trophies
locationobjectClan location
memberCountnumberNumber of members
requiredTrophiesnumberRequired trophies to join
donationsPerWeeknumberDonations per week
clanChestStatusstringClan chest status
membersarrayClan members list
Full JSON Schema
{
  "type": "object",
  "properties": {
    "tag": {
      "type": "string",
      "description": "Clan tag identifier"
    },
    "name": {
      "type": "string",
      "description": "Clan name"
    },
    "type": {
      "type": "string",
      "description": "Clan type"
    },
    "description": {
      "type": "string",
      "description": "Clan description"
    },
    "badgeId": {
      "type": "number",
      "description": "Badge ID"
    },
    "clanScore": {
      "type": "number",
      "description": "Clan score"
    },
    "clanWarTrophies": {
      "type": "number",
      "description": "Clan war trophies"
    },
    "location": {
      "type": "object",
      "description": "Clan location"
    },
    "memberCount": {
      "type": "number",
      "description": "Number of members"
    },
    "requiredTrophies": {
      "type": "number",
      "description": "Required trophies to join"
    },
    "donationsPerWeek": {
      "type": "number",
      "description": "Donations per week"
    },
    "clanChestStatus": {
      "type": "string",
      "description": "Clan chest status"
    },
    "members": {
      "type": "array",
      "description": "Clan members list"
    }
  }
}

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