Skip to main content
Glama

Scryfall MCP Server

by latte-chan

search_by_format

Search Magic: The Gathering cards by format legality, filtering by status and colors to find playable cards for specific game formats.

Instructions

Find cards by legality in a given format.

Input Schema

NameRequiredDescriptionDefault
colorsNo
formatYes
pageNo
statusNolegal

Input Schema (JSON Schema)

{ "properties": { "colors": { "items": { "enum": [ "W", "U", "B", "R", "G" ], "type": "string" }, "maxItems": 5, "minItems": 0, "type": "array" }, "format": { "enum": [ "standard", "pioneer", "modern", "legacy", "vintage", "commander", "oathbreaker", "pauper", "paupercommander", "historic", "timeless", "alchemy", "brawl", "duel", "predh" ], "type": "string" }, "page": { "minimum": 1, "type": "integer" }, "status": { "default": "legal", "enum": [ "legal", "banned", "restricted" ], "type": "string" } }, "required": [ "format" ], "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