← Registry

Analytics

cardcenteringtool.com

An MCP server for trading card pricing, grading ROI, price history, and identifying best cards to grade.

1 endpoint9 known toolsFirst detected September 12, 2026Last detected September 12, 2026

ENDPOINT 1

https://mcp.cardcenteringtool.com/mcp

No auth detected

MCP server metadata

Name
midpoint-card-prices
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Midpoint trading-card market data: 1.5M+ Pokémon, Magic, Yu-Gi-Oh!, One Piece, Lorcana, Gundam, sports (baseball, basketball, football, hockey, soccer, wrestling, UFC, golf, tennis, boxing, racing) and entertainment cards. All prices are USD market values from real sold listings, refreshed daily; raw = ungraded. Start with search_cards to get a card id, then get_card_prices, grading_roi or get_price_history. No account is needed and nothing is written.

Known tools 9

search_cards

Use this first when the user names a trading card and wants its value, price, or whether to grade it.

Inferred read-only
get_card_prices

Use this when the user wants the full current value of a specific card: ungraded prices by condition (NM/LP/MP/HP) and graded prices for every company and grade on record (PSA, CGC, BGS, SGC, TAG).

Inferred read-only
grading_roi

Use this when the user asks whether a card is worth grading, submitting to PSA/CGC/BGS/SGC/TAG, or what a PSA 10 adds.

Inferred read-only
get_price_history

Use this when the user asks how a card's price has changed over weeks or months, or wants a trend for the raw or a PSA-graded series.

Inferred read-only
best_cards_to_grade

Use this when the user asks which cards in a game, sport or set have the biggest payoff from grading.

Inferred read-only
trending_cards

Use this when the user asks which cards are rising, hot, spiking, crashing or trending, in one game or across all games.

Inferred read-only
liquid_movers

Use this when the user wants cards that are both rising in price and easy to sell: recent gainers filtered to cards with at least 25 recorded sales a year and a raw price of at least $5, across all games and sports.

Inferred read-only
list_sets

Use this to find the set id for a game or sport (e.

Inferred read-only
get_set_cards

Use this when the user wants the most valuable cards in a specific set or a priced checklist of a set.

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.midpoint-card-prices]
url = "https://mcp.cardcenteringtool.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "midpoint-card-prices": {
      "type": "http",
      "url": "https://mcp.cardcenteringtool.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: midpoint-card-prices
Remote MCP URL: https://mcp.cardcenteringtool.com/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": {
    "midpoint-card-prices": {
      "url": "https://mcp.cardcenteringtool.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "midpoint-card-prices": {
      "type": "http",
      "url": "https://mcp.cardcenteringtool.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "midpoint-card-prices",
  "transport": "streamable-http",
  "url": "https://mcp.cardcenteringtool.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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