io.github.cyanheads/pokeapi-mcp-server
io.github.cyanheads/pokeapi-mcp-serverLook up Pokémon, moves, abilities, items, natures, and type matchups from PokéAPI v2.
Tools · 7
Get a fully denormalized Pokémon dossier in a single call — base stats, types, abilities (with full English effect text), height/weight, resolved evolution chain, sprite URLs including official artwor…
Get the full offensive and defensive type effectiveness breakdown. Provide either a type name (e.g. "fire", "psychic") or a Pokémon identifier (name or dex number). For dual-type Pokémon, the defensiv…
Get move details by name or numeric ID — type, damage class, power, accuracy, PP, priority, target, stat changes, status-effect chance, and full English effect text. Set include_learners=true to inclu…
Get ability details by name or numeric ID — full English effect text, short effect text, generation introduced, and the list of Pokémon that have the ability (including hidden-ability flag and slot). …
Get item details by name or numeric ID — effect text, category, in-game cost, fling power, item attributes (holdable, consumable, etc.), sprite URL, and Pokémon that commonly hold it.
Get nature details — the stat boosted (+10%), stat reduced (-10%), and preferred/disliked berry flavors. Omit the identifier to list all 25 natures at once. Natures are critical for competitive team-b…
Filter Pokémon by generation, type, regional pokédex, or egg group. Returns names and Pokédex numbers suitable for follow-up pokeapi_get_pokemon calls. All filters are optional and combined with AND l…
Resources · 20
Pokémon dossier addressable by name or Pokédex number. Same payload as pokeapi_get_pokemon without move details.
pokeapi://pokemon/bulbasaur
Pokémon dossier addressable by name or Pokédex number. Same payload as pokeapi_get_pokemon without move details.
pokeapi://pokemon/1
Type damage relations — offensive and defensive multiplier tables for a given type.
pokeapi://type/normal
Type damage relations — offensive and defensive multiplier tables for a given type.
pokeapi://type/fire
Type damage relations — offensive and defensive multiplier tables for a given type.
pokeapi://type/water
Type damage relations — offensive and defensive multiplier tables for a given type.
pokeapi://type/electric
Type damage relations — offensive and defensive multiplier tables for a given type.
pokeapi://type/grass
Type damage relations — offensive and defensive multiplier tables for a given type.
pokeapi://type/ice
Type damage relations — offensive and defensive multiplier tables for a given type.
pokeapi://type/fighting
Type damage relations — offensive and defensive multiplier tables for a given type.
pokeapi://type/poison
Type damage relations — offensive and defensive multiplier tables for a given type.
pokeapi://type/ground
Type damage relations — offensive and defensive multiplier tables for a given type.
pokeapi://type/flying
Type damage relations — offensive and defensive multiplier tables for a given type.
pokeapi://type/psychic
Type damage relations — offensive and defensive multiplier tables for a given type.
pokeapi://type/bug
Type damage relations — offensive and defensive multiplier tables for a given type.
pokeapi://type/rock
Type damage relations — offensive and defensive multiplier tables for a given type.
pokeapi://type/ghost
Type damage relations — offensive and defensive multiplier tables for a given type.
pokeapi://type/dragon
Type damage relations — offensive and defensive multiplier tables for a given type.
pokeapi://type/dark
Type damage relations — offensive and defensive multiplier tables for a given type.
pokeapi://type/steel
Type damage relations — offensive and defensive multiplier tables for a given type.
pokeapi://type/fairy
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.cyanheads/pokeapi-mcp-server": {
"url": "https://pokeapi.caseyjhand.com/mcp",
"transport": "streamable-http"
}
}
}