Skip to main content
Glama

Pokédex MCP Server

by hollanddd

fetch_pokemon

Retrieve detailed Pokémon data, including stats, abilities, sprites, and battle mechanics, by entering the Pokémon's name or ID through the Pokédex MCP Server.

Instructions

Fetch detailed information about a Pokémon by name or ID

Input Schema

NameRequiredDescriptionDefault
nameYesThe name or ID of the Pokémon

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "The name or ID of the Pokémon", "minLength": 1, "type": "string" } }, "required": [ "name" ], "type": "object" }

Other Tools from Pokédex MCP Server

Related Tools

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/hollanddd/pokedex-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server