com.mycardfolio/cards
com.mycardfolio/cardsSports card database: card search, full set checklists, parallel lookup, card identification.
Tools · 7
Full-text search over the MyCardfolio sports card database. Searches player/subject names, card numbers, products, sets, and card details. Optionally filter by sport and year.
Full detail for a single card by its card_id, plus a few related cards from the same set.
Complete checklist of cards in a set by set_id, with set metadata. Output is capped at 500 cards.
Navigate the database hierarchy: no arguments lists sports with card counts; sport lists years; sport + year lists products; product_id lists sets.
Find parallels/variants of a card: cards sharing the same year, product, card number, and subjects but belonging to a different set (e.g. base vs. refractor).
Parse a free-text card description or eBay-style listing title (e.g. "1989 Upper Deck Ken Griffey Jr #1 PSA 10") and return the best database matches with a confidence note.
MyCardfolio's featured card of the day (changes daily).
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.mycardfolio/cards": {
"url": "https://mycardfolio.com/api/mcp",
"transport": "streamable-http"
}
}
}