castle-clash-mcp

mmadersbacher/castle-clash-mcp
★ 0 stars Python AI/LLM Updated 1d ago
MCP server that answers Castle Clash from real game data and the engine's own formulas, not a model's guess
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "castle-clash-mcp": {
      "command": "uvx",
      "args": [
        "castle-clash-mcp"
      ]
    }
  }
}

Or install with pip: pip install castle-clash-mcp

README Excerpt

An MCP server that answers Castle Clash from real game data and the engine's own formulas, not from a model's guess. Ask an LLM how much HP Serratica has at 10 stars level 200 and it guesses. This server computes it: `12000*10 + 305*199 = 180,695`, the exact in-game number. Every stat and every combat number comes from the game's data plus formulas

Tools (5)

combat_effectscombat_mathhero_dossierhero_stats_calcsearch_all

Topics

castle-clashgame-datamcpmodel-context-protocolreverse-engineering