Ippei523/pokemon-mcp-server
If you are the rightful owner of pokemon-mcp-server 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.
This is a Model Context Protocol (MCP) server utilizing the PokeAPI to provide tools for retrieving Pokemon information.
Tools
Functions exposed to the LLM to take actions
get_pokemon
Retrieve information about a specific Pokemon by name.
get_pokemon_type
Fetch information about a specific Pokemon type by name.
get_move
Retrieve details about a specific Pokemon move by name.
get_ability
Fetch information about a specific Pokemon ability by name.
get_evolution_chain
Obtain information about a Pokemon's evolution chain by ID.
search_pokemon
Search for Pokemon using a query string.
get_pokemon_list
Retrieve a list of Pokemon with optional pagination.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client