Pokémon MCP Server
Related Servers
Alternatives to Pokémon MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceProvides Pokemon information from PokeAPI including stats, types, height, and weight. Enables looking up Pokemon by name/ID, getting random Pokemon by type, and comparing Pokemon side-by-side.-
- AlicenseNot gradedqualityCmaintenanceEnables querying Pokémon data from PokéAPI, including listing Pokémon, fetching details by name or ID, and getting type matchups.6 npmISC
- AlicenseAqualityDmaintenanceEnables querying Pokemon information from PokeAPI, including Pokemon details, types, moves, abilities, evolution chains, and search functionality, through natural language.88 npmApache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables querying Pokémon data from PokéAPI, including stats, types, abilities, evolution chains, and type matchups, via natural language or direct tool calls.1 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables fetching Pokémon data from PokeAPI, searching for Pokémon and moves, and simulating battles between two Pokémon with type effectiveness and status effects.MIT
- FlicenseCqualityDmaintenanceEnables interaction with live Pokémon data through PokeAPI, providing comprehensive Pokémon information, battle calculations, moveset validation, and team analysis. Supports searching Pokémon and moves, calculating stats, checking type effectiveness, and analyzing team synergies with in-memory caching for improved performance.9-
TDQS
Scored across 5 tools
The tools have some overlap in purpose, particularly between get_pokemon_cry and play_pokemon_cry, which both handle Pokémon cries, and get_pokemon_info and get_pokemon_stats, where stats are a subset of info. However, the descriptions clarify distinctions like URLs vs. playback for cries, and full info vs. just stats, helping agents differentiate.
All tool names follow a consistent verb_noun pattern with 'get_' or 'play_' prefixes and descriptive suffixes like '_cry', '_images', '_info', and '_stats'. This uniformity makes the set predictable and easy to understand.
With 5 tools, the count is reasonable for a Pokémon-focused server, covering key aspects like info, stats, images, and cries. It's slightly under-scoped as it lacks tools for broader operations like searching or listing Pokémon, but it's well-focused on retrieval tasks.
The server covers retrieval of Pokémon data (info, stats, images, cries) but has notable gaps: there are no tools for creating, updating, or deleting data, and no search or listing capabilities. This limits agents to read-only operations, which may be insufficient for interactive use cases.