10 months ago
A Model Context Protocol server that provides Magic: The Gathering card information fetching capabilities using the Scryfall API.
Overview
MTG Assistant
A Model Context Protocol server that provides Magic: The Gathering card information fetching capabilities using the Scryfall API.
Example Rules Question Workflow
While primarily used for looking up specific card details, this server can also be a crucial first step in answering MTG rules questions.
User Query: "If I cast a Finale of Devastation with X=10 and search for an Avenger of Zendikar, do the tokens also get +10/+10 and haste, or not?"

Available Tools
get_mtg_card_info- Retrieves details for a specific Magic: The Gathering card from Scryfall.query(string, required): The search query string (e.g., card name, partial name, characteristics).