Skip to main content
Glama

Scryfall MCP Server

by bmurdock

get_card_prices

Retrieve current Magic: The Gathering card prices by name, set/number, or Scryfall ID. Includes currency options, format relevance, and optional budget alternatives.

Instructions

Get current price information for a Magic: The Gathering card by name, set/number, or Scryfall ID

Input Schema

NameRequiredDescriptionDefault
card_identifierYesCard name, set/number, or Scryfall ID
currencyNoCurrency type for pricesusd
format_contextNoShow price relevance for specific format
include_alternativesNoInclude budget alternatives and upgrades
include_historyNoInclude price trend data (not implemented in Scryfall API)

Input Schema (JSON Schema)

{ "properties": { "card_identifier": { "description": "Card name, set/number, or Scryfall ID", "type": "string" }, "currency": { "default": "usd", "description": "Currency type for prices", "enum": [ "usd", "eur", "tix" ], "type": "string" }, "format_context": { "description": "Show price relevance for specific format", "enum": [ "standard", "modern", "legacy", "vintage", "commander", "pioneer" ], "type": "string" }, "include_alternatives": { "default": false, "description": "Include budget alternatives and upgrades", "type": "boolean" }, "include_history": { "default": false, "description": "Include price trend data (not implemented in Scryfall API)", "type": "boolean" } }, "required": [ "card_identifier" ], "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