← chouten.dev

INDIVIDUAL MCP TOOL

search_pokemon

Return the Pokémon roster filtered by name substring.

chouten.devnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

chouten.dev

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-dev]
url = "https://chouten.dev/api/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: chouten-dev
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-dev": {
      "url": "https://chouten.dev/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • 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.
  • search_moves — Return moves filtered by name substring, type, and/or category.
  • search_items — Return held items filtered by name substring.
  • list_natures — Return all 25 Pokémon natures with their +/- stat modifier.
  • get_meta_stats — Return Pokémon and held-item usage on the verified-teams ladder (pokepastes ingested from VGCPastes).
  • 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.
  • 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.
  • legit_check — Validate a Showdown-format pokepaste against Pokémon Champions rules and report every issue found.