You're viewing a demo portfolio

Join the waitlist
PRSM

search_cards

Active

Tool of mcp-scryfall

declared in 0.1.0

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')."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-scryfall

https://github.com/pipeworx-io/mcp-scryfall

2/7 registries
View full server →