Pokémon MCP Server
by higorcamposs
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST_PORT | No | Port published on the host, always bound to 127.0.0.1. | 8000 |
| MCP_LOG_LEVEL | No | Logging level for the MCP server. | INFO |
| POKEAPI_BASE_URL | No | Base URL for PokeAPI queries. The tools do not accept a URL as an argument. | https://pokeapi.co/api/v2/ |
| MCP_ALLOWED_HOSTS | No | Comma-separated allowlist of allowed Host headers (protection against DNS rebinding). | Derived from MCP_HOST_PORT |
| MCP_ALLOWED_ORIGINS | No | Comma-separated allowlist of allowed Origin headers. | Derived from MCP_HOST_PORT |
| POKEAPI_TIMEOUT_SECONDS | No | Timeout in seconds for each PokeAPI request. | 10 |
| POKEAPI_CACHE_MAX_ENTRIES | No | Maximum number of entries in the in-memory cache (LRU eviction). | 256 |
| POKEAPI_CACHE_TTL_SECONDS | No | Time-to-live in seconds for each cache entry. | 300 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityNo data
ResponsivenessNo issues