← Registry

Game Development

chouten.dev

Provides Pokémon battle damage calculations and game data queries for Pokémon Champions.

1 endpoint9 known toolsFirst detected May 10, 2026Last detected August 12, 2026

ENDPOINT 1

https://chouten.dev/api/mcp

No auth detected

MCP server metadata

Name
chouten-damage-calc
Version
1.0.0
Capabilities
tools.listChanged

Known tools 9

calculate_damage

Compute exact damage ranges, percent of HP, rolls, and KO chance for a Pokémon Champions battle at Level 50 with 31 IVs.

Inferred read-only
search_pokemon

Return the Pokémon roster filtered by name substring.

Inferred read-only
search_moves

Return moves filtered by name substring, type, and/or category.

Inferred read-only
search_items

Return held items filtered by name substring.

Inferred read-only
list_natures

Return all 25 Pokémon natures with their +/- stat modifier.

Inferred read-only
get_meta_stats

Return Pokémon and held-item usage on the verified-teams ladder (pokepastes ingested from VGCPastes).

Inferred read-only
get_popular_builds

Return the most-common verified-teams builds for a single Pokémon — item, ability, nature, moves, EV spread, and usage count/percentage.

Inferred read-only
get_teammates

Return the most frequent verified-teams partners for a single Pokémon — co-occurrence count and the percentage of that Pokémon's appearances they share.

Inferred read-only
legit_check

Validate a Showdown-format pokepaste against Pokémon Champions rules and report every issue found.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.chouten-damage-calc]
url = "https://chouten.dev/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "chouten-damage-calc": {
      "type": "http",
      "url": "https://chouten.dev/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: chouten-damage-calc
Remote MCP URL: https://chouten.dev/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "chouten-damage-calc": {
      "url": "https://chouten.dev/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "chouten-damage-calc": {
      "type": "http",
      "url": "https://chouten.dev/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "chouten-damage-calc",
  "transport": "streamable-http",
  "url": "https://chouten.dev/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for chouten.dev was fetched 2026-07-28T00:29:00.343Z and is being refreshed.

Trust status Trusted

chouten.dev is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.