Scryfall MCP Server

get_prices_by_id

Retrieve price information for a card by its Scryfall ID. Returns JSON with usd, usd_foil, eur, tix, etc.

Input Schema

NameRequiredDescriptionDefault
idYesScryfall ID of the card

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Scryfall ID of the card", "type": "string" } }, "required": [ "id" ], "type": "object" }