MCP Hub
Back to servers

pokemon

Pokemon MCP — wraps PokéAPI (free, no auth required)

Registry
Updated
Apr 2, 2026

mcp-pokemon

MCP server for Pokemon data via PokeAPI. Free, no auth required.

Tools

ToolDescription
get_pokemonGet Pokemon details by name or ID (types, stats, abilities, sprites)
get_typeGet type effectiveness and damage relations
get_abilityGet ability details and which Pokemon have it
get_evolution_chainGet the full evolution chain by chain ID

Quickstart (Pipeworx Gateway)

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "pokemon_get_pokemon",
      "arguments": { "name": "pikachu" }
    },
    "id": 1
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review