dexMCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_pokemonA | Fetch a Pokemon summary for the given identifier. Args: name_or_dex: Pokemon name or national dex number. Returns: Summary stats, typing, and measurements for the Pokemon. |
| get_movesA | List the learnset for a Pokemon in a specific game. Args: name_or_dex: Pokemon name or national dex number. game: PokeAPI game identifier (e.g., "scarlet-violet"). Returns: Moves the Pokemon can learn in the requested game. |
| get_spritesA | Resolve a sprite URL for a Pokemon. Args: name_or_dex: Pokemon name or national dex number. side: Sprite side ("front" or "back"). variant: Sprite variant (e.g., "default", "shiny"). Returns: Sprite URL with the requested side and variant. |
| get_descriptionsA | Fetch localized Pokedex flavor text. Args: name_or_dex: Pokemon name or national dex number. language: Language code for flavor text. Returns: Mapping of game version to flavor text. |
| analyze_type_coverageA | Summarize defensive type coverage for a roster. Args: names_or_dexes: Pokemon names or dex numbers to analyze. Returns: Coverage report with matchup counts and notable weaknesses. |
| explore_abilitiesA | Retrieve ability details for a Pokemon. Args: name_or_dex: Pokemon name or national dex number. Returns: Ability names and effect text details. |
| plan_evolutionsA | Enumerate evolution paths that include the Pokemon. Args: name_or_dex: Pokemon name or national dex number. Returns: Evolution paths and triggers. |
| find_encountersA | Find wild encounter locations for a Pokemon. Args: name_or_dex: Pokemon name or national dex number. Returns: Encounter locations grouped by version and method. |
| get_breeding_infoA | Summarize breeding details for a Pokemon. Args: name_or_dex: Pokemon name or national dex number. game: Optional game identifier for egg move filtering. Returns: Breeding info including egg groups, hatch steps, and egg moves. |
| suggest_movesetA | Recommend a moveset for a Pokemon in a game. Args: name_or_dex: Pokemon name or national dex number. game: PokeAPI game identifier to scope learnsets. limit: Maximum number of recommendations to return. include_tm: Whether to include TM moves. Returns: Ranked move recommendations based on simple heuristics. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/RajeevAtla/dexMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server