search_cards
ActiveTool of mcp-ygoprodeck
Search Yu-Gi-Oh! trading card game (TCG) cards by name (fuzzy), card type, attribute, monster race/type, archetype, or level. Returns matching cards with names, types, descriptions, ATK/DEF, attributes, archetypes, images, and TCGplayer card prices.
Parameters schema
{
"type": "object",
"properties": {
"num": {
"type": "number",
"description": "Number of results to return (default 20, max 50)."
},
"name": {
"type": "string",
"description": "Fuzzy card name match, e.g. \"Dark Magician\", \"Blue-Eyes\"."
},
"race": {
"type": "string",
"description": "Monster type/race, e.g. 'Spellcaster', 'Dragon', 'Warrior'. For Spell/Trap, the property e.g. 'Continuous', 'Quick-Play'."
},
"type": {
"type": "string",
"description": "Card type, e.g. 'Effect Monster', 'Normal Monster', 'Spell Card', 'Trap Card', 'XYZ Monster'."
},
"level": {
"type": "number",
"description": "Monster level/rank, e.g. 7."
},
"offset": {
"type": "number",
"description": "Pagination offset (default 0)."
},
"archetype": {
"type": "string",
"description": "Card archetype, e.g. \"Blue-Eyes\", \"Dark Magician\", \"Sky Striker\"."
},
"attribute": {
"type": "string",
"description": "Monster attribute, e.g. 'DARK', 'LIGHT', 'EARTH', 'WATER', 'FIRE', 'WIND', 'DIVINE'."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-ygoprodeck
https://github.com/pipeworx-io/mcp-ygoprodeck
2/7 registries