Databases
mycardfolio.com
Provides search and browse access to the MyCardfolio sports card database, including card details, set checklists, and variant discovery.
ENDPOINT 1
https://mycardfolio.com/api/mcp
MCP server metadata
- Name
- mycardfolio
- Version
- 1.0.0
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
get_cardFull detail for a single card by its card_id, plus a few related cards from the same set.
Inferred read-onlyget_set_checklistComplete checklist of cards in a set by set_id, with set metadata.
Inferred read-onlybrowseNavigate the database hierarchy: no arguments lists sports with card counts; sport lists years; sport + year lists products; product_id lists sets.
Inferred read-onlyfind_variantsFind parallels/variants of a card: cards sharing the same year, product, card number, and subjects but belonging to a different set (e.
Inferred read-onlyCONNECT 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.
mycardfolio.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.