Skip to main content
Glama

Scryfall MCP Server

by bmurdock

batch_card_analysis

Analyze multiple Magic: The Gathering cards for legality, prices, synergies, or deck composition, with options to group results and include improvement suggestions.

Instructions

Analyze multiple cards for legality, prices, synergies, or deck composition

Input Schema

NameRequiredDescriptionDefault
analysis_typeYesType of analysis to perform
card_listYesList of card names to analyze
currencyNoCurrency for price analysisusd
formatNoFormat for legality analysis
group_byNoHow to group analysis results
include_suggestionsNoInclude improvement suggestions

Input Schema (JSON Schema)

{ "properties": { "analysis_type": { "description": "Type of analysis to perform", "enum": [ "legality", "prices", "synergy", "composition", "comprehensive" ], "type": "string" }, "card_list": { "description": "List of card names to analyze", "items": { "type": "string" }, "maxItems": 100, "minItems": 1, "type": "array" }, "currency": { "default": "usd", "description": "Currency for price analysis", "enum": [ "usd", "eur", "tix" ], "type": "string" }, "format": { "description": "Format for legality analysis", "enum": [ "standard", "modern", "legacy", "vintage", "commander", "pioneer" ], "type": "string" }, "group_by": { "description": "How to group analysis results", "enum": [ "type", "cmc", "color", "rarity", "price_range" ], "type": "string" }, "include_suggestions": { "default": false, "description": "Include improvement suggestions", "type": "boolean" } }, "required": [ "card_list", "analysis_type" ], "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