Scryfall MCP Server

by cryppadotta

get_card_by_id

Retrieve detailed Magic: The Gathering card data in JSON format by providing the card's unique Scryfall UUID using this Scryfall MCP Server tool.

Instructions

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" }

You must be authenticated.

Other Tools from Scryfall MCP Server

Related Tools

ID: jdaj6hj69s