Pokémon Research
Cross-resource Pokémon research workflow. Combines PokéAPI's Pokémon, species, ability, move, type, and evolution-chain endpoints into a single capability that lets an agent or app answer composite questions such as "give me the full sheet for Pikachu" — base stats, abilities (with effect text), types and type effectiveness, learned moves, and the species' evolution chain — in one workflow.
MCP Tools
pokemon-research-get-pokemon
Get the full Pokémon sheet (stats, abilities, moves, types, sprites) for a Pokémon by id or name.
pokemon-research-get-species
Get the species record (Pokédex entries, flavor text, evolution lineage, capture rate) for a Pokémon by id or name.
pokemon-research-get-ability
Get the effect text and Pokémon list for an ability by id or name.
pokemon-research-get-move
Get the metadata for a move (power, accuracy, PP, damage class, target, effect) by id or name.
pokemon-research-get-type
Get the type record (damage relations, Pokémon list, moves) for a type by id or name.
pokemon-research-get-evolution-chain
Get the full evolution chain (link tree) by id.
pokemon-research-get-encounters
Get the list of location-area encounters for a Pokémon by id or name.