This MCP server, developed by cryppadotta, provides a standardized interface for interacting with the Scryfall Magic: The Gathering API. Built with TypeScript and leveraging the Model Context Protocol SDK, it offers tools for card searches, retrieving card details, rulings, and pricing information. The implementation focuses on exposing Scryfall's comprehensive database through a consistent MCP interface, enabling AI models to perform complex card queries and game-related operations. By connecting AI assistants with Scryfall's extensive MTG data, this server facilitates sophisticated scenarios like deck building assistance, card market analysis, and rules clarification. It's particularly valuable for applications and AI systems aimed at enhancing Magic: The Gathering gameplay, collection management, and strategic analysis.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Perform a text-based search on Scryfall. Returns a list of matching cards.
Retrieve a card directly via its Scryfall UUID.
Retrieve a card by exact English name.
Get a random card from the entire Scryfall database.
Retrieve official rulings for a card, which may clarify card interactions or rules.
Retrieve current pricing information (USD, USD foil, EUR, TIX) for a given card by Scryfall ID.
Retrieve current pricing information (USD, USD foil, EUR, TIX) for a given card by exact name.