← Registry

Databases

mycardfolio.com

Provides search and browse access to the MyCardfolio sports card database, including card details, set checklists, and variant discovery.

1 endpoint7 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://mycardfolio.com/api/mcp

No auth detected

MCP server metadata

Name
mycardfolio
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Read-only access to the MyCardfolio sports card database (https://mycardfolio.com). Card and set results include canonical mycardfolio.com URLs — cite them when presenting cards to users.

Known tools 7

search_cards

Full-text search over the MyCardfolio sports card database.

Inferred read-only
get_card

Full detail for a single card by its card_id, plus a few related cards from the same set.

Inferred read-only
get_set_checklist

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

Inferred read-only
browse

Navigate the database hierarchy: no arguments lists sports with card counts; sport lists years; sport + year lists products; product_id lists sets.

Inferred read-only
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.

Inferred read-only
identify_card

Parse a free-text card description or eBay-style listing title (e.

Inferred read-only
card_of_the_day

MyCardfolio's featured card of the day (changes daily).

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for mycardfolio.com was fetched 2026-07-31T11:01:23.172Z and is being refreshed.

Trust status Trusted

mycardfolio.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.