Skip to main content
Glama

Poke-MCP

package.json762 B
{ "name": "poke-mcp", "version": "1.0.0", "description": "Pokémon information MCP server", "main": "index.js", "type": "module", "bin": { "poke-mcp": "./build/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "start": "node build/index.js", "dev": "npm run build && npm start" }, "keywords": [ "pokemon", "pokedex", "mcp", "model-context-protocol" ], "author": "", "license": "MIT", "files": [ "build" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.6.0", "zod": "3.24.2" }, "devDependencies": { "@types/node": "^22.13.5", "typescript": "^5.7.3" } }

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/NaveenBandarage/poke-mcp'

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