Scryfall MCP Server

by cryppadotta

get_card_by_name

Retrieve Magic: The Gathering card details by its exact English name using the Scryfall API. Returns card data in JSON format, prioritizing the most relevant printing if multiple cards share the name.

Instructions

Retrieve a card by its exact English name, e.g. 'Black Lotus'. Returns the card data in JSON. If multiple cards share that exact name, Scryfall returns one (usually the most relevant printing).

Input Schema

NameRequiredDescriptionDefault
nameYesExact name of the card, e.g. 'Lightning Bolt'

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Exact name of the card, e.g. 'Lightning Bolt'", "type": "string" } }, "required": [ "name" ], "type": "object" }

You must be authenticated.

Other Tools from Scryfall MCP Server

Related Tools

ID: jdaj6hj69s