Scryfall
JSON →Search for Magic: The Gathering cards and get details, rulings, and prices using the Scryfall API.
Install
npx scryfall-mcp-server Tools · 7
- search_cards Perform a text-based search on Scryfall. Returns a list of matching cards.
- get_card_by_id Retrieve a card directly via its Scryfall UUID.
- get_card_by_name Retrieve a card by exact English name.
- random_card Get a random card from the entire Scryfall database.
- get_rulings Retrieve official rulings for a card, which may clarify card interactions or rules.
- get_prices_by_id Retrieve current pricing information (USD, USD foil, EUR, TIX) for a given card by Scryfall ID.
- get_prices_by_name Retrieve current pricing information (USD, USD foil, EUR, TIX) for a given card by exact name.
Links
★ 32 GitHub stars