Skip to main content
Glama

Scryfall MCP Server

by cryppadotta

get_prices_by_id

Retrieve Magic: The Gathering card prices using the Scryfall ID. Returns JSON with usd, usd_foil, eur, and tix values for accurate pricing data.

Instructions

Retrieve price information for a card by its Scryfall ID. Returns JSON with usd, usd_foil, eur, tix, etc.

Input Schema

NameRequiredDescriptionDefault
idYesScryfall ID of the card

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Scryfall ID of the card", "type": "string" } }, "required": [ "id" ], "type": "object" }

You must be authenticated.

Other Tools from Scryfall MCP Server

Related Tools

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/cryppadotta/scryfall-mcp'

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