MCP server exposing 15 tools for clash-royale.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/clash-royale/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
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.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/clash-royale/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io