# cards MCP server

Sports card database: card search, full set checklists, parallel lookup, card identification.

## Links
- Registry page: https://www.getdrio.com/mcp/com-mycardfolio-cards
- Website: https://mycardfolio.com/mcp

## Install
- Endpoint: https://mycardfolio.com/api/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mycardfolio.com/api/mcp

## Tools
- search_cards (Search cards) - 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. Endpoint: https://mycardfolio.com/api/mcp
- get_card (Get card details) - Full detail for a single card by its card_id, plus a few related cards from the same set. Endpoint: https://mycardfolio.com/api/mcp
- get_set_checklist (Get set checklist) - Complete checklist of cards in a set by set_id, with set metadata. Output is capped at 500 cards. Endpoint: https://mycardfolio.com/api/mcp
- browse (Browse the card taxonomy) - Navigate the database hierarchy: no arguments lists sports with card counts; sport lists years; sport + year lists products; product_id lists sets. Endpoint: https://mycardfolio.com/api/mcp
- find_variants (Find card variants) - 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). Endpoint: https://mycardfolio.com/api/mcp
- identify_card (Identify a card from a description) - 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. Endpoint: https://mycardfolio.com/api/mcp
- card_of_the_day (Card of the day) - MyCardfolio's featured card of the day (changes daily). Endpoint: https://mycardfolio.com/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.mycardfolio
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 19, 2026
- Source: https://registry.modelcontextprotocol.io
