edhrec-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EDHREC_MCP_CACHE_DIR | No | Override the cache directory for EDHREC and Scryfall responses. | ~/.cache/edhrec-mcp/ |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_cardA | Look up a Magic card by name (exact, falling back to fuzzy match). Returns oracle text, mana cost, type line, color identity, Commander legality, USD price, image URL and set. |
| search_cardsC | Search for Magic cards using Scryfall query syntax. Example queries: 't:dragon c:r cmc<=4', 'o:"draw a card" t:instant'. |
| get_commander_recommendationsA | EDHREC card recommendations for a Commander. Optional |
| list_commander_themesA | List EDHREC themes/archetypes available for a Commander, with deck counts. |
| get_average_decklistB | The typical ~99-card EDHREC decklist for a Commander. Optional |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool has a distinct purpose: decklist retrieval, card lookup, recommendations, theme listing, and card search. No overlap or ambiguity.
All tool names follow a consistent verb_noun pattern using snake_case (e.g., get_average_decklist, list_commander_themes). Verbs like get, list, search are clear and predictable.
5 tools is well-scoped for the EDHREC domain, covering core operations without being overly extensive or sparse.
The tool set covers essential EDHREC operations: decklist retrieval, card info, commander recommendations, theme listing, and card search. No obvious gaps that would hinder agent workflows.