Scryfall MCP Server

get_card_by_id

Retrieve a card by its Scryfall ID (a 36-char UUID). Returns the card data in JSON.

Input Schema

NameRequiredDescriptionDefault
idYesThe Scryfall UUID, e.g. 'c09c71fb-7acb-4ffb-a47b-8961a0cf4990'

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "The Scryfall UUID, e.g. 'c09c71fb-7acb-4ffb-a47b-8961a0cf4990'", "type": "string" } }, "required": [ "id" ], "type": "object" }