search_cards
ActiveTool of mcp-scryfall
Search Magic: The Gathering (MTG) cards using Scryfall's powerful query syntax (e.g. "c:red type:dragon", "set:neo rarity:mythic", "o:flying cmc<=3"). Returns matching MTG cards with names, types, oracle text, sets, rarities, and prices.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"order": {
"type": "string",
"description": "Sort order, e.g. 'name', 'released', 'usd', 'edhrec'."
},
"query": {
"type": "string",
"description": "Scryfall search query, e.g. 'c:red type:dragon', 'set:neo rarity:mythic'. Uses Scryfall's full-text query syntax."
},
"unique": {
"enum": [
"cards",
"prints",
"art"
],
"type": "string",
"description": "Rollup mode (default 'cards')."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-scryfall
https://github.com/pipeworx-io/mcp-scryfall
2/7 registries