Pokédex MCP Server
Related Servers
Alternatives to Pokédex MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseBqualityDmaintenanceEmpowers AI assistants to fetch and explore comprehensive Pokémon data from PokeAPI via 47 tools covering Pokémon, moves, items, game mechanics, and more.4756 npm1ISC
- 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
- FlicenseNot gradedqualityCmaintenanceEnables AI models to access comprehensive Pokémon data from PokéAPI and simulate battles between any two Pokémon with realistic mechanics including type effectiveness, stat-based damage calculations, and status effects.1-
- FlicenseNot gradedqualityDmaintenanceEnables LLMs to fetch Pokémon data, list popular Pokémon, and build tournament squads via the PokéAPI.30-
- AlicenseCqualityDmaintenanceEnables users to access comprehensive Pokemon data through the PokeAPI, including Pokemon stats, types, descriptions, move details, and complete evolution chains. Allows Claude to answer Pokemon-related questions with detailed information about any Pokemon, their abilities, and evolutionary relationships.113 npmISC
- AlicenseAqualityDmaintenanceEnables querying Pokemon information from PokeAPI, including Pokemon details, types, moves, abilities, evolution chains, and search functionality, through natural language.84 npmApache 2.0
TDQS
Scored across 4 tools
The tools have mostly distinct purposes: fetch_pokemon retrieves detailed info, get_pokemon_encounters focuses on locations, get_type_effectiveness handles type interactions, and search_pokemon enables partial name matching. However, fetch_pokemon and search_pokemon could be slightly confused as both involve Pokémon lookup, but their descriptions clarify the distinction between exact and partial matching.
All tool names follow a consistent verb_noun pattern with snake_case, using clear verbs like 'fetch', 'get', and 'search' paired with descriptive nouns. There are no deviations in naming conventions, making the set predictable and readable.
With 4 tools, the count is reasonable for a Pokédex server, covering core functionalities like info retrieval, location data, type analysis, and search. It is slightly lean but well-scoped, as each tool serves a distinct purpose without obvious bloat.
The tools cover key aspects such as fetching details, encounters, type effectiveness, and searching, but there are notable gaps. For a Pokédex domain, missing operations like listing Pokémon by generation, evolution chains, or abilities limit coverage, though agents can work around this with the existing tools.