clan_search
ActiveTool of Clash Royale
declared in 0.1.0
Clash Royale official API — search clans by name, locationId, min/max members, or min score. Returns matching clans with trophy counts and member totals.
Parameters schema
{
"type": "object",
"examples": [
{
"name": "Dragons"
},
{
"name": "Elite",
"limit": 10,
"minScore": 5000,
"minMembers": 30
}
],
"properties": {
"name": {
"type": "string"
},
"after": {
"type": "string"
},
"limit": {
"type": "number"
},
"before": {
"type": "string"
},
"minScore": {
"type": "number"
},
"locationId": {
"type": "number"
},
"maxMembers": {
"type": "number"
},
"minMembers": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Clash Royale
https://github.com/pipeworx-io/mcp-clash-royale
1/7 registries