Scryfall MCP Server

by cryppadotta

search_cards

Search Magic: The Gathering cards using text queries to find specific card details like name, set, and collector number. Returns matching cards or Scryfall error if no results are found.

Instructions

Search for MTG cards by a text query, e.g. 'oracle text includes: draw cards'. Returns a list of matching cards (with basic fields: name, set, collector_number, ID). If no matches are found, returns an error message from Scryfall.

Input Schema

NameRequiredDescriptionDefault
queryYesA full text query, e.g. 't:goblin pow=2 o:haste'

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "A full text query, e.g. 't:goblin pow=2 o:haste'", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from Scryfall MCP Server

Related Tools

ID: jdaj6hj69s