mcp-clash-royale
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-clash-royaleshow me the war log for clan #2Q8V2L"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@pipeworx/clash-royale
Clash Royale API MCP — player + clan + battle data. Free dev key.
Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.
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.
Related MCP server: Brawl Stars MCP
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
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"clash-royale": {
"url": "https://gateway.pipeworx.io/clash-royale/mcp"
}
}
}Or connect to the full Pipeworx gateway for access to all 1394+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Clash Royale data" })The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables interaction with League of Legends game data through the Riot Games API. Allows users to query player statistics, match history, and game information using natural language.
- Alicense-qualityCmaintenanceProvides AI assistants with access to real-time Brawl Stars game data including player statistics, club information, brawler details, battle logs, and current events through the Brawl Stars API.71MIT
- Flicense-qualityDmaintenanceAn MCP server that integrates with the official Clash Royale API to provide real-time data on players, clans, cards, and tournaments. It enables users to query battle logs, chest cycles, and global rankings directly through Claude Desktop or Claude Code.
- AlicenseAqualityBmaintenanceEnables querying Chess.com public data including player profiles, stats, games, and club information through natural language.9MIT
Related MCP Connectors
Wynncraft MMO player + guild + leaderboard + item DB lookups.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Brawl Stars player, club, brawlers, events, rankings. Supercell dev key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-clash-royale'
If you have feedback or need assistance with the MCP directory API, please join our Discord server