Skip to main content
Glama

Pokémon MCP Server

by EscasanN

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
search_names

Búsqueda en PokeAPI de Pokémon y movimientos (substring).

get_pokemon

Ficha con tipos, base stats y habilidades (PokeAPI).

get_learnset

Learnset por version_group y método.

get_evolutions

Cadena/grafo de evoluciones desde species->evolution_chain.

type_matchup

Multiplicador de daño ofensivo usando PokeAPI/type.

calc_stats

Cálculo de stats finales (nivel, IVs, EVs, naturaleza).

validate_moveset

Valida un moveset contra PokeAPI por version_group.

suggest_moveset

Sugiere moveset (STAB + cobertura) usando tipos de cada movimiento.

team_analysis

Sinergias defensivas del equipo (usa tipos de PokeAPI y tabla de tipos).

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