Skip to main content
Glama

Scryfall MCP Server

by latte-chan

csb_find_combos_by_card_ids

Identify Magic: The Gathering combos enabled by specific cards using Commander Spellbook numeric IDs to discover synergistic interactions.

Instructions

Find combos that the provided cards enable (exact and almost-included).

Input Schema

NameRequiredDescriptionDefault
idsYesCommander Spellbook numeric card IDs
limitNo
offsetNo

Input Schema (JSON Schema)

{ "properties": { "ids": { "description": "Commander Spellbook numeric card IDs", "items": { "minimum": 0, "type": "integer" }, "minItems": 1, "type": "array" }, "limit": { "maximum": 100, "minimum": 1, "type": "integer" }, "offset": { "minimum": 0, "type": "integer" } }, "required": [ "ids" ], "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