Game Development
chouten.dev
Provides Pokémon battle damage calculations and game data queries for Pokémon Champions.
ENDPOINT 1
https://chouten.dev/api/mcp
MCP server metadata
- Name
- chouten-damage-calc
- Version
- 1.0.0
Known tools 9
calculate_damageCompute exact damage ranges, percent of HP, rolls, and KO chance for a Pokémon Champions battle at Level 50 with 31 IVs.
Inferred read-onlyget_meta_statsReturn Pokémon and held-item usage on the verified-teams ladder (pokepastes ingested from VGCPastes).
Inferred read-onlyget_popular_buildsReturn the most-common verified-teams builds for a single Pokémon — item, ability, nature, moves, EV spread, and usage count/percentage.
Inferred read-onlyget_teammatesReturn 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-onlylegit_checkValidate a Showdown-format pokepaste against Pokémon Champions rules and report every issue found.
Inferred read-onlyCONNECT 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.
chouten.dev is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.