Skip to main content
Glama

Pokémon MCP Server

by EscasanN

type_matchup

Calculate offensive damage multipliers for Pokémon battles by checking type effectiveness between attacking and defending types using PokeAPI data.

Instructions

Multiplicador de daño ofensivo usando PokeAPI/type.

Input Schema

NameRequiredDescriptionDefault
attackingYes
defendingYes

Input Schema (JSON Schema)

{ "properties": { "attacking": { "type": "string" }, "defending": { "items": { "type": "string" }, "maxItems": 2, "minItems": 1, "type": "array" } }, "required": [ "attacking", "defending" ], "type": "object" }

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/EscasanN/MCP_Pokemon'

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