Scryfall MCP Server

by cryppadotta

get_prices_by_id

Retrieve Magic: The Gathering card prices using the Scryfall ID. Returns JSON with usd, usd_foil, eur, and tix values for accurate pricing data.

Instructions

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

You must be authenticated.

Other Tools from Scryfall MCP Server

Related Tools

ID: jdaj6hj69s