get_card
ActiveTool of mcp-scryfall
declared in 0.1.0
Look up a single Magic: The Gathering (MTG) card by name (fuzzy matching). Returns full card details including mana cost, oracle text, colors, prices, legalities, and image.
Parameters schema
{
"type": "object",
"required": [
"name"
],
"properties": {
"set": {
"type": "string",
"description": "Optional 3-letter set code to pin the printing, e.g. \"neo\"."
},
"name": {
"type": "string",
"description": "Card name (fuzzy matched), e.g. \"black lotus\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-scryfall
https://github.com/pipeworx-io/mcp-scryfall
2/7 registries