chiuwa/PokeMCP
If you are the rightful owner of PokeMCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The PokeAPI MCP Server is a Model Context Protocol server that interacts with the PokeAPI to provide tools for querying Pokémon and item information, designed for easy consumption by AI Agents.
Tools
Functions exposed to the LLM to take actions
get_pokemon_details
Fetches comprehensive details for a specific Pokémon.
get_pokemon_types
Fetches the elemental types of a specific Pokémon.
get_pokemon_color
Fetches the Pokedex color of a specific Pokémon.
get_pokemon_shape
Fetches the Pokedex shape category of a specific Pokémon.
list_all_pokemon_names
Lists English names of Pokémon, supporting pagination.
get_item_details
Fetches detailed information about a specific in-game item.
list_all_items
Lists in-game items, supporting pagination.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client