Scryfall MCP Server

get_prices_by_name

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

Input Schema

NameRequiredDescriptionDefault
nameYesExact card name

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Exact card name", "type": "string" } }, "required": [ "name" ], "type": "object" }