← Registry

AI & Machine Learning

cardgrader.ai

Provides AI-powered trading card identification, grading, valuation, and market analysis services.

1 endpoint9 known toolsFirst detected June 15, 2026Last detected July 18, 2026

ENDPOINT 1

https://cardgrader.ai/mcp

No auth detected

Known tools 9

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.

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

Inferred read-only
buy_credits

Buy a CardGrader.AI credit pack.

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

Inferred read-only
check_credits

Check your agent's remaining CardGrader.AI credit balance and tier.

Inferred read-only
grade_card

Grade a trading card's condition with AI — CardGrader.AI's flagship service.

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

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

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

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.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.

Trust status Trusted

cardgrader.ai 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.