poke-mcp
poke-mcp
Un servidor de Model Context Protocol que convierte a tu cliente LLM favorito en una Pokédex. Respaldado por un conjunto de datos de 801 Pokémon (generaciones 1–7).
Tools
Tool | Descripción |
| Busca un Pokémon por nombre. Admite nombres exactos, parciales y mal escritos ( |
| Predice el ganador de una batalla entre dos Pokémon usando un modelo determinista basado en estadísticas base y efectividad de tipos. Las mismas entradas siempre producen el mismo resultado, con un desglose completo del porqué. |
Setup
Requiere Node.js 18+.
npm install
npm run buildClient Configuration
opencode
Añade a opencode.json (proyecto) o ~/.config/opencode/opencode.json (global):
{
"mcp": {
"poke-mcp": {
"type": "local",
"command": ["node", "/absolute/path/to/poke-mcp/dist/index.js"]
}
}
}Claude Desktop
Añade a claude_desktop_config.json (se encuentra mediante Claude Desktop → Configuración → Desarrollador → Editar configuración):
{
"mcpServers": {
"poke-mcp": {
"command": "node",
"args": ["/absolute/path/to/poke-mcp/dist/index.js"]
}
}
}Reinicia Claude Desktop después de guardar.
Other MCP clients
El servidor habla MCP estándar a través de stdio — ejecútalo con cualquier cliente que admita servidores MCP locales:
node /absolute/path/to/poke-mcp/dist/index.jsDevelopment
npm run build # compile TypeScript to dist/
npm start # run the server (stdio transport)Data
data/pokemon.csv — 801 Pokémon con estadísticas base, tipos, habilidades y multiplicadores defensivos por tipo utilizados para las predicciones de batalla.
Obtenido del conjunto de datos de Pokémon con estadísticas por Rounak Banik en Kaggle.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Look up Pokémon, moves, abilities, items, natures, and type matchups from PokéAPI v2.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Machine-readable utilities and datasets for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/aquibm/poke-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server