Skip to main content
Glama

Scryfall MCP Server

by bmurdock

search_format_staples

Identify competitive Magic: The Gathering format staples, meta cards, and role-specific cards based on format, tier, role, color identity, and budget constraints.

Instructions

Find format staples, meta cards, and role-specific cards for competitive play

Input Schema

NameRequiredDescriptionDefault
color_identityNoColor identity filter (e.g., "wr", "grixis", "colorless")
formatYesMagic format to analyze
limitNoNumber of results to return
max_priceNoMaximum price in USD
roleNoCard role in deck archetypes
tierNoMeta tier levelcompetitive

Input Schema (JSON Schema)

{ "properties": { "color_identity": { "description": "Color identity filter (e.g., \"wr\", \"grixis\", \"colorless\")", "type": "string" }, "format": { "description": "Magic format to analyze", "enum": [ "standard", "modern", "legacy", "vintage", "commander", "pioneer", "brawl", "standardbrawl" ], "type": "string" }, "limit": { "default": 20, "description": "Number of results to return", "maximum": 100, "minimum": 1, "type": "number" }, "max_price": { "description": "Maximum price in USD", "minimum": 0, "type": "number" }, "role": { "description": "Card role in deck archetypes", "enum": [ "removal", "threats", "utility", "lands", "ramp", "draw", "counterspells" ], "type": "string" }, "tier": { "default": "competitive", "description": "Meta tier level", "enum": [ "top", "competitive", "budget", "fringe" ], "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/bmurdock/scryfall-mcp'

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