Skip to main content
Glama

Scryfall MCP Server

by bmurdock

suggest_mana_base

Generate optimal mana base and land recommendations for Magic: The Gathering decks based on color requirements, format, strategy, budget, and special needs.

Instructions

Suggest optimal mana base composition and land recommendations for a deck

Input Schema

NameRequiredDescriptionDefault
average_cmcNoAverage converted mana cost of non-land cards
budgetNoBudget constraint for land recommendationsmoderate
color_intensityNoColor intensity requirements (1-10 scale)
color_requirementsYesColor requirements (e.g., "WU", "RBG", "WUBRG")
deck_sizeNoTotal deck size
formatNoFormat to suggest lands for
special_requirementsNoSpecial mana base requirements
strategyNoDeck strategy archetypemidrange

Input Schema (JSON Schema)

{ "properties": { "average_cmc": { "description": "Average converted mana cost of non-land cards", "maximum": 10, "minimum": 0, "type": "number" }, "budget": { "default": "moderate", "description": "Budget constraint for land recommendations", "enum": [ "budget", "moderate", "expensive", "no_limit" ], "type": "string" }, "color_intensity": { "description": "Color intensity requirements (1-10 scale)", "properties": { "B": { "maximum": 10, "minimum": 0, "type": "number" }, "G": { "maximum": 10, "minimum": 0, "type": "number" }, "R": { "maximum": 10, "minimum": 0, "type": "number" }, "U": { "maximum": 10, "minimum": 0, "type": "number" }, "W": { "maximum": 10, "minimum": 0, "type": "number" } }, "type": "object" }, "color_requirements": { "description": "Color requirements (e.g., \"WU\", \"RBG\", \"WUBRG\")", "type": "string" }, "deck_size": { "default": 60, "description": "Total deck size", "maximum": 250, "minimum": 40, "type": "number" }, "format": { "description": "Format to suggest lands for", "enum": [ "standard", "modern", "legacy", "vintage", "commander", "pioneer", "brawl", "standardbrawl" ], "type": "string" }, "special_requirements": { "description": "Special mana base requirements", "items": { "enum": [ "enters_untapped", "basic_types", "nonbasic_hate_protection", "utility_lands", "combo_lands" ], "type": "string" }, "type": "array" }, "strategy": { "default": "midrange", "description": "Deck strategy archetype", "enum": [ "aggro", "midrange", "control", "combo", "ramp" ], "type": "string" } }, "required": [ "color_requirements" ], "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