Skip to main content
Glama

Scryfall MCP Server

by latte-chan

search_by_colors

Search Magic: The Gathering cards by color combinations using exact, contains, or at-most matching modes. Filter by printed colors or color identity, including colorless options.

Instructions

Find cards by colors or color identity.

Input Schema

NameRequiredDescriptionDefault
colorsNo
identityNoFilter by color identity instead of printed colors
include_colorlessNoInclude colorless cards
modeNocontains
pageNo

Input Schema (JSON Schema)

{ "properties": { "colors": { "items": { "enum": [ "W", "U", "B", "R", "G" ], "type": "string" }, "maxItems": 5, "minItems": 0, "type": "array" }, "identity": { "description": "Filter by color identity instead of printed colors", "type": "boolean" }, "include_colorless": { "description": "Include colorless cards", "type": "boolean" }, "mode": { "default": "contains", "enum": [ "exact", "contains", "at_most" ], "type": "string" }, "page": { "minimum": 1, "type": "integer" } }, "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