Skip to main content
Glama

Pokédex MCP Server

by hollanddd

get_pokemon_encounters

Retrieve detailed encounter locations for any Pokémon by name or ID. Access specific wild encounter data to track Pokémon habitats and spawn areas.

Instructions

Get location encounter information for a Pokémon

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