search_cards
ActiveTool of mcp-tcgdex
declared in 0.1.0
Search Pokémon TCG (and other trading card games) cards by name in the TCGdex card database. Returns brief matches (id, localId, name, image thumbnail). Use get_card with an id for full card details.
Parameters schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Card name or partial name to search for, e.g. \"pikachu\". Omit to list cards."
},
"limit": {
"type": "number",
"description": "Max cards to return (default 30, max 100)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-tcgdex
https://github.com/pipeworx-io/mcp-tcgdex
2/7 registries