Skip to main content
Glama

Scryfall MCP Server

by bmurdock

search_sets

Search Magic: The Gathering sets by name, type, or release date to filter results and find specific collections for gameplay or research.

Instructions

Search for Magic: The Gathering sets with optional filtering by name, type, and release dates

Input Schema

NameRequiredDescriptionDefault
queryNoSet name or code to search for (partial matches supported)
released_afterNoISO date string - only show sets released after this date (YYYY-MM-DD)
released_beforeNoISO date string - only show sets released before this date (YYYY-MM-DD)
typeNoFilter by set type. Common types: core (yearly core sets), expansion (rotational sets), masters (reprint sets), commander (preconstructed Commander decks), promo (promotional cards), token (tokens and emblems)

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "Set name or code to search for (partial matches supported)", "type": "string" }, "released_after": { "description": "ISO date string - only show sets released after this date (YYYY-MM-DD)", "pattern": "^\\d{4}-\\d{2}-\\d{2}$", "type": "string" }, "released_before": { "description": "ISO date string - only show sets released before this date (YYYY-MM-DD)", "pattern": "^\\d{4}-\\d{2}-\\d{2}$", "type": "string" }, "type": { "description": "Filter by set type. Common types: core (yearly core sets), expansion (rotational sets), masters (reprint sets), commander (preconstructed Commander decks), promo (promotional cards), token (tokens and emblems)", "enum": [ "core", "expansion", "masters", "alchemy", "masterpiece", "arsenal", "from_the_vault", "spellbook", "premium_deck", "duel_deck", "draft_innovation", "treasure_chest", "commander", "planechase", "archenemy", "vanguard", "funny", "starter", "box", "promo", "token", "memorabilia", "minigame" ], "type": "string" } }, "required": [], "type": "object" }

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/bmurdock/scryfall-mcp'

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