@pipeworx/clash-royale
Connect: https://gateway.pipeworx.io/clash-royale/mcp · Install: one-click buttons
Tools: 15
Clash Royale API MCP — player + clan + battle data. Free dev key.
Auth
- Platform:
PLATFORM_CLASHROYALE_KEY. BYO:?_apiKey=…. - Caveat: Supercell keys are IP-bound. CF Workers use dynamic egress IPs — generate your key with “Allow any IP” or it will 403.
Tools
player(tag)— player profileplayer_battles(tag)— recent battlesplayer_upcoming_chests(tag)— upcoming chest cycleclan(tag)— clan profileclan_members(tag, limit?, after?, before?)— clan membersclan_war_log(tag, limit?, after?, before?)— war logclan_current_war(tag)— current warclan_search(name?, locationId?, minMembers?, maxMembers?, minScore?, limit?, after?, before?)— clan searchtournament(tag)— tournament infotournament_search(name?, limit?, after?, before?)— search tournamentscards()— card listlocations()— locationslocation(id)— location detailrankings_clans(locationId, limit?)— top clans for locationrankings_players(locationId, limit?)— top players for location
tag example: #2PP (no # in URL — pack URL-encodes it).
Data source
https://api.clashroyale.com/v1
Tools
- player — Clash Royale official API — full profile for a player tag (#2PP…): trophies, level, arena, clan, card collection, battle stats, and league ranking.
- player_battles — Clash Royale official API — recent battle log for a player tag: outcome, decks used, opponent, arena, and trophy change for each of the last ~25 battles.
- player_upcoming_chests — Clash Royale official API — upcoming chest cycle for a player tag: chest type and position index for the next chests in queue.
- clan — Clash Royale official API — full clan profile for a clan tag: name, description, type, score, member count, trophies required, and war trophies.
- clan_members — Clash Royale official API — paginated member list for a clan tag: each member’s name, role, trophies, last active, and donations. Supports limit/after/before cursors.
- clan_war_log — Clash Royale official API — war log for a clan tag: past war seasons with participants, battles played, wins, and final standings. Supports limit/after/before cursors.
- clan_current_war — Clash Royale official API — current war status for a clan tag: war state, collection-day and war-day results, participants, battles remaining, and standings.
- clan_search — Clash Royale official API — search clans by name, locationId, min/max members, or min score. Returns matching clans with trophy counts and member totals.
- tournament — Clash Royale official API — tournament details for a tournament tag: name, description, max capacity, creator, current members, status, and game mode.
- tournament_search — Clash Royale official API — search open tournaments by name. Returns matching tournaments with capacity, current members, and start time.
- cards — Clash Royale official API — complete list of all game cards: name, max level, elixir cost, rarity, type, arena, and icon URL.
- locations — Clash Royale official API — full list of supported location IDs (countries + global) used by ranking endpoints such as rankings_clans and rankings_players.
- location — Clash Royale official API — details for a single location by numeric ID: name, country code, and whether it is a country or a global region.
- rankings_clans — Clash Royale official API — top-ranked clans for a location ID (numeric): clan name, tag, score, member count, and rank position. Use global ID for worldwide rankings.
- rankings_players — Clash Royale official API — top-ranked players for a location ID (numeric): player name, tag, trophies, exp level, clan, and rank position. Use global ID for worldwide rankings.
Tools
-
cards— Clash Royale official API — complete list of all game cards: name, max level, elixir cost, rarity, type, arena, and icon URL. -
clan— Clash Royale official API — full clan profile for a clan tag: name, description, type, score, member count, trophies required, and war trophies. -
clan_current_war— Clash Royale official API — current war status for a clan tag: war state, collection-day and war-day results, participants, battles remaining, and standings. -
clan_members— Clash Royale official API — paginated member list for a clan tag: each member's name, role, trophies, last active, and donations. Supports limit/after/before cursors. -
clan_search— Clash Royale official API — search clans by name, locationId, min/max members, or min score. Returns matching clans with trophy counts and member totals. -
clan_war_log— Clash Royale official API — war log for a clan tag: past war seasons with participants, battles played, wins, and final standings. Supports limit/after/before cursors. -
location— Clash Royale official API — details for a single location by numeric ID: name, country code, and whether it is a country or a global region. -
locations— Clash Royale official API — full list of supported location IDs (countries + global) used by ranking endpoints such as rankings_clans and rankings_players. -
player— Clash Royale official API — full profile for a player tag (#2PP…): trophies, level, arena, clan, card collection, battle stats, and league ranking. -
player_battles— Clash Royale official API — recent battle log for a player tag: outcome, decks used, opponent, arena, and trophy change for each of the last ~25 battles. -
player_upcoming_chests— Clash Royale official API — upcoming chest cycle for a player tag: chest type and position index for the next chests in queue. -
rankings_clans— Clash Royale official API — top-ranked clans for a location ID (numeric): clan name, tag, score, member count, and rank position. Use global ID for worldwide rankings. -
rankings_players— Clash Royale official API — top-ranked players for a location ID (numeric): player name, tag, trophies, exp level, clan, and rank position. Use global ID for worldwide rankings. -
tournament— Clash Royale official API — tournament details for a tournament tag: name, description, max capacity, creator, current members, status, and game mode. -
tournament_search— Clash Royale official API — search open tournaments by name. Returns matching tournaments with capacity, current members, and start time.