Scryfall
Createdcryppadotta
Interfaces with the Scryfall API to provide Magic: The Gathering card details, rulings, and pricing information.
About
Scryfall provides a Model Context Protocol (MCP) server designed for interacting with the Scryfall API, offering comprehensive access to Magic: The Gathering card data. Users can search for cards by name or ID, retrieve rulings to clarify card interactions, obtain current pricing information, and even fetch a random card. It supports standard stdio and Server-Sent Events (SSE) modes, facilitating integration with various applications and environments, such as Claude Desktop.
Key Features
- Retrieve card details by Scryfall UUID or exact name
- Obtain current pricing information (USD, USD foil, EUR, TIX)
- Search cards using text-based queries
- Access official rulings for card interactions and rules clarification
- Fetch a random card from the Scryfall database
Use Cases
- Building tools for card lookup and price comparison
- Integrating Magic: The Gathering card data into applications
- Automating tasks related to card information retrieval