mcpserver.lol
registry/cyanheads-pokeapi-mcp-server
Connection check verified live · 27h ago

cyanheads-pokeapi-mcp-server

Look up Pokémon, moves, abilities, items, natures, and type matchups from PokéAPI v2.

Tools 7
GitHub stars 1
Installs / wk 346
Licence Apache-2.0
Transport streamable-http, stdio
Last checked 27h ago

Tools & capabilities

7 tools

Read from the running server on 27h ago.

pokeapi_find_pokemon read-only typelimitqueryoffsetpokedexegg_group +1
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…
pokeapi_get_ability read-only identifier*
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-abil…
pokeapi_get_item read-only identifier*
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…
pokeapi_get_move read-only identifier*include_learners
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_le…
pokeapi_get_nature read-only identifier
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 fo…
pokeapi_get_pokemon read-only identifier*game_versioninclude_moves
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 inclu…
pokeapi_get_type_matchups read-only typepokemon
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 P…