Skip to main content
Glama

Scryfall MCP Server

by latte-chan

get_card

Retrieve Magic: The Gathering card data using Scryfall UUID or card name search with exact or fuzzy matching options.

Instructions

Get a single card by Scryfall UUID or by name (exact/fuzzy).

Input Schema

NameRequiredDescriptionDefault
fuzzyNoIf true, uses fuzzy name match
idNo
nameNo

Input Schema (JSON Schema)

{ "properties": { "fuzzy": { "description": "If true, uses fuzzy name match", "type": "boolean" }, "id": { "format": "uuid", "type": "string" }, "name": { "type": "string" } }, "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/latte-chan/scryfall-connector'

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