get_pokemon
ActiveTool of pokemon
declared in 0.1.0
Get stats, types, abilities, height, weight, and sprites for a Pokémon. Lookup by name (e.g., "pikachu") or ID (e.g., "25").
Parameters schema
{
"type": "object",
"examples": [
{
"name": "pikachu"
},
{
"name": "25"
}
],
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Pokémon name (e.g., \"pikachu\") or numeric ID (e.g., \"25\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
pokemon
https://github.com/pipeworx-io/mcp-pokemon
1/7 registries