← mycardfolio.com

INDIVIDUAL MCP TOOL

get_set_checklist

Complete checklist of cards in a set by set_id, with set metadata.

mycardfolio.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mycardfolio.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_set_checklist and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

mycardfolio.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mycardfolio]
url = "https://mycardfolio.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mycardfolio": {
      "type": "http",
      "url": "https://mycardfolio.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mycardfolio
Remote MCP URL: https://mycardfolio.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mycardfolio": {
      "url": "https://mycardfolio.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mycardfolio": {
      "type": "http",
      "url": "https://mycardfolio.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mycardfolio",
  "transport": "streamable-http",
  "url": "https://mycardfolio.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_cards — Full-text search over the MyCardfolio sports card database.
  • get_card — Full detail for a single card by its card_id, plus a few related cards from the same set.
  • browse — Navigate the database hierarchy: no arguments lists sports with card counts; sport lists years; sport + year lists products; product_id lists sets.
  • find_variants — Find parallels/variants of a card: cards sharing the same year, product, card number, and subjects but belonging to a different set (e.
  • identify_card — Parse a free-text card description or eBay-style listing title (e.
  • card_of_the_day — MyCardfolio's featured card of the day (changes daily).