Skip to main content
Glama

Scryfall MCP Server

by bmurdock

find_synergistic_cards

Identify cards that synergize with a specific card, theme, or archetype in Magic: The Gathering. Specify synergy type, format legality, colors to exclude, and other filters to find tailored recommendations.

Instructions

Find cards that synergize with a specific card, theme, or archetype

Input Schema

NameRequiredDescriptionDefault
arena_onlyNoOnly return cards available in Arena
exclude_colorsNoColors to exclude from results (e.g., "rb" to exclude red and black)
focus_cardYesCard name or theme to build around
formatNoFormat legality requirement
include_landsNoInclude synergistic lands
limitNoNumber of synergistic cards to return
max_cmcNoMaximum mana value
synergy_typeNoType of synergy to discover

Input Schema (JSON Schema)

{ "properties": { "arena_only": { "default": false, "description": "Only return cards available in Arena", "type": "boolean" }, "exclude_colors": { "description": "Colors to exclude from results (e.g., \"rb\" to exclude red and black)", "type": "string" }, "focus_card": { "description": "Card name or theme to build around", "type": "string" }, "format": { "description": "Format legality requirement", "enum": [ "standard", "modern", "legacy", "vintage", "commander", "pioneer", "brawl", "standardbrawl" ], "type": "string" }, "include_lands": { "default": true, "description": "Include synergistic lands", "type": "boolean" }, "limit": { "default": 15, "description": "Number of synergistic cards to return", "maximum": 50, "minimum": 1, "type": "number" }, "max_cmc": { "description": "Maximum mana value", "minimum": 0, "type": "number" }, "synergy_type": { "description": "Type of synergy to discover", "enum": [ "tribal", "combo", "archetype", "keyword", "theme", "mechanic" ], "type": "string" } }, "required": [ "focus_card" ], "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