INDIVIDUAL MCP TOOL
analyze_card
Run 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).
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 endpoint
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.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.
Related tools
identify_card— Identify a trading card (sports, Pokemon, TCG, etc.) from its photo: returns name, subject/player, category, year, set, card number, parallel, and print run.register_agent— Register as a new agent with CardGrader.AI — the multi-service trading-card intelligence platform (card identification, AI condition grading, value estimation, and market analysis).buy_credits— Buy a CardGrader.AI credit pack.get_pricing— Get 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.check_credits— Check your agent's remaining CardGrader.AI credit balance and tier.grade_card— Grade a trading card's condition with AI — CardGrader.AI's flagship service.get_scan_result— Fetch 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).get_card_value— Estimate 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.