You're viewing a demo portfolio

Join the waitlist
PRSM

clan_search

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Clash Royale

https://github.com/pipeworx-io/mcp-clash-royale

1/7 registries
View full server →