Skip to main content
Glama

Scryfall MCP Server

by latte-chan

search_cards

Search Magic: The Gathering cards using Scryfall's full-text syntax to find specific cards based on type, cost, color, and other attributes.

Instructions

Search cards using Scryfall's powerful full-text syntax.

Input Schema

NameRequiredDescriptionDefault
dirNo
include_extrasNo
include_multilingualNo
include_variationsNo
orderNo
pageNo
qYesScryfall search query, e.g., 't:creature cmc<=3'
uniqueNo

Input Schema (JSON Schema)

{ "properties": { "dir": { "enum": [ "auto", "asc", "desc" ], "type": "string" }, "include_extras": { "type": "boolean" }, "include_multilingual": { "type": "boolean" }, "include_variations": { "type": "boolean" }, "order": { "enum": [ "name", "set", "released", "rarity", "color", "usd", "tix", "eur", "cmc", "power", "toughness", "edhrec", "penny", "artist", "review" ], "type": "string" }, "page": { "minimum": 1, "type": "integer" }, "q": { "description": "Scryfall search query, e.g., 't:creature cmc<=3'", "type": "string" }, "unique": { "enum": [ "cards", "art", "prints" ], "type": "string" } }, "required": [ "q" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/latte-chan/scryfall-connector'

If you have feedback or need assistance with the MCP directory API, please join our Discord server