Skip to main content
Glama

Scryfall MCP Server

by latte-chan

search_by_cmc

Search Magic: The Gathering cards by mana value range, with optional filters for color identity and card type to find specific cards for deck building or strategy.

Instructions

Find cards within a mana value range, optionally filtered by color and type.

Input Schema

NameRequiredDescriptionDefault
colorsNo
maxNo
minNo
pageNo
typeNo

Input Schema (JSON Schema)

{ "properties": { "colors": { "items": { "enum": [ "W", "U", "B", "R", "G" ], "type": "string" }, "maxItems": 5, "minItems": 0, "type": "array" }, "max": { "minimum": 0, "type": "integer" }, "min": { "minimum": 0, "type": "integer" }, "page": { "minimum": 1, "type": "integer" }, "type": { "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