Scryfall · Capability
Scryfall Sets
Scryfall Sets capability — list and retrieve Magic: The Gathering set metadata by code, Scryfall ID, or TCGplayer groupId. 4 operations. Lead operation: List Sets.
What You Can Do
GET
Listsets
— List Sets
/v1/sets
GET
Getsetbycode
— Get a Set by Code
/v1/sets/{code}
MCP Tools
list-sets
List every Magic - The Gathering set known to Scryfall.
read-only
idempotent
get-set-by-code
Retrieve a Magic set by its three-to-five-letter set code.
read-only
idempotent
get-set-by-scryfall-id
Retrieve a Magic set by its Scryfall ID.
read-only
idempotent
get-set-by-tcgplayer-id
Retrieve a Magic set by its TCGplayer groupId.
read-only
idempotent