Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
NODE_ENV | No | Node environment (development, production) | development |
LOG_LEVEL | No | Logging level (info, debug, etc.) | info |
RATE_LIMIT_MS | No | Minimum time between API requests in milliseconds | 75 |
CACHE_TTL_HOURS | No | Default time-to-live for cached data in hours | 24 |
SCRYFALL_USER_AGENT | No | User agent string used for API requests to Scryfall | ScryfallMCPServer/1.0 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |