{
  "name": "Chouten Damage Calculator",
  "description": "Pokémon Champions damage calculator and verified-teams meta data — exact damage ranges, KO chances, speed comparisons, live usage stats, and popular builds at the Level 50, 32-EV-cap competitive format. Exposes Pokémon, move, and item lookup tools so AI agents can build precise calc queries.",
  "version": "1.1.0",
  "endpoints": [{ "transport": "streamable-http", "url": "https://chouten.dev/api/mcp" }],
  "auth": { "type": "none" },
  "docs": "https://chouten.dev/mcp",
  "tools": [
    {
      "name": "calculate_damage",
      "description": "Compute exact damage range, percent, rolls, and KO chance for a Pokémon Champions Lv50 battle."
    },
    {
      "name": "search_pokemon",
      "description": "Search the 186-Pokémon Champions roster by name; returns id, types, base stats, abilities, move-pool size, mega forms."
    },
    {
      "name": "search_moves",
      "description": "Search moves by name, type, or category; returns id, name, type, category, base power, accuracy, short description."
    },
    {
      "name": "search_items",
      "description": "Search held items by name; returns name and short description."
    },
    {
      "name": "list_natures",
      "description": "List all 25 natures with their +/- stat modifiers."
    },
    {
      "name": "get_meta_stats",
      "description": "Return verified-teams Pokémon and item usage (count and percentage), sorted by count descending."
    },
    {
      "name": "get_popular_builds",
      "description": "Return top builds for a Pokémon — item, ability, nature, moves, EV spread, usage count and percentage."
    },
    {
      "name": "get_teammates",
      "description": "Return most frequent verified-teams partners for a Pokémon, with co-occurrence count and percentage."
    },
    {
      "name": "legit_check",
      "description": "Validate a Showdown-format pokepaste against Pokémon Champions rules and report every issue (illegal species, abilities, moves, items, EVs, mega stones)."
    }
  ]
}
