Scryfall MCP Server

by cryppadotta

get_prices_by_name

Retrieve Magic: The Gathering card pricing data by exact card name. Returns JSON with values for USD, USD foil, EUR, and TIX currencies.

Instructions

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

You must be authenticated.

Other Tools from Scryfall MCP Server

Related Tools

ID: jdaj6hj69s