Pokémon MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_namesC | Búsqueda en PokeAPI de Pokémon y movimientos (substring). |
| get_pokemonC | Ficha con tipos, base stats y habilidades (PokeAPI). |
| get_learnsetD | Learnset por version_group y método. |
| get_evolutionsD | Cadena/grafo de evoluciones desde species->evolution_chain. |
| type_matchupC | Multiplicador de daño ofensivo usando PokeAPI/type. |
| calc_statsC | Cálculo de stats finales (nivel, IVs, EVs, naturaleza). |
| validate_movesetC | Valida un moveset contra PokeAPI por version_group. |
| suggest_movesetC | Sugiere moveset (STAB + cobertura) usando tipos de cada movimiento. |
| team_analysisD | Sinergias defensivas del equipo (usa tipos de PokeAPI y tabla de tipos). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/EscasanN/MCP_Pokemon'
If you have feedback or need assistance with the MCP directory API, please join our Discord server