AI & Machine Learning
cardgrader.ai
Provides AI-powered trading card identification, grading, valuation, and market analysis services.
ENDPOINT 1
https://cardgrader.ai/mcp
Known tools 9
identify_cardIdentify a trading card (sports, Pokemon, TCG, etc.) from its photo: returns name, subject/player, category, year, set, card number, parallel, and print run.
Inferred read-onlyregister_agentRegister as a new agent with CardGrader.AI — the multi-service trading-card intelligence platform (card identification, AI condition grading, value estimation, and market analysis).
Inferred read-onlyget_pricingGet CardGrader.AI's current pricing: the per-scan credit cost of each service module (identification, AI grading, valuation/market analysis, full pipeline) and the purchasable credit packs with USD prices.
Inferred read-onlygrade_cardGrade a trading card's condition with AI — CardGrader.AI's flagship service.
Inferred read-onlyanalyze_cardRun CardGrader.AI's COMPLETE pipeline on a card in one call: identification (name, set, year, number, parallel), AI condition grading (grade + centering/corners/edges/surface sub-grades + justification), value estimation (raw + graded + per-grade spread), and market analysis (insights + grading recommendation).
Inferred read-onlyget_scan_resultFetch the status/result of a scan you already submitted with identify_card, grade_card, get_card_value, or analyze_card (use this when one of those returned a 'hint' with a jobId because processing exceeded its wait budget).
Inferred read-onlyget_card_valueEstimate what a trading card is worth: raw (ungraded) value, graded value estimates, a per-grade value spread, and market insights with a grading recommendation — plus full identification.
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.cardgrader-ai]
url = "https://cardgrader.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cardgrader-ai": {
"type": "http",
"url": "https://cardgrader.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cardgrader-ai
Remote MCP URL: https://cardgrader.ai/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": {
"cardgrader-ai": {
"url": "https://cardgrader.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cardgrader-ai": {
"type": "http",
"url": "https://cardgrader.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cardgrader-ai",
"transport": "streamable-http",
"url": "https://cardgrader.ai/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 cardgrader.ai was fetched 2026-07-28T08:44:19.788Z and is being refreshed.
cardgrader.ai 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.