Skip to main content
Glama

Scryfall MCP Server

by latte-chan

csb_lookup_by_oracle_ids

Map Scryfall oracle_id UUIDs to Commander Spellbook numeric IDs using a local index that builds automatically when stale.

Instructions

Map Scryfall oracle_id UUIDs to Commander Spellbook numeric IDs using the local index (builds if stale).

Input Schema

NameRequiredDescriptionDefault
oracleIdsYes

Input Schema (JSON Schema)

{ "properties": { "oracleIds": { "items": { "format": "uuid", "type": "string" }, "minItems": 1, "type": "array" } }, "required": [ "oracleIds" ], "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