MCP Servers / search / Scryfall

Scryfall

JSON →
stdionone32search

Search for Magic: The Gathering cards and get details, rulings, and prices using the Scryfall API.

Install
How to run this server
[ { "cmd": "npx scryfall-mcp-server", "imports": [] } ]
server path: scryfall
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
Resources
Scryfall — MCP Server · libregistry