Skip to main content
Glama

Pokemon MCP Server

by JayDevelops

get-pokemon-stats

Fetch detailed stats of any Pokemon by specifying its name, enabling users to access essential data such as abilities, moves, and evolution details directly through the Pokemon MCP Server.

Instructions

tool to fetch the stats of a pokemon

Input Schema

NameRequiredDescriptionDefault
pokemonYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "pokemon": { "type": "string" } }, "required": [ "pokemon" ], "type": "object" }
Install Server

Other Tools from Pokemon 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/JayDevelops/poke-mcp'

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