Analytics
cardcenteringtool.com
An MCP server for trading card pricing, grading ROI, price history, and identifying best cards to grade.
ENDPOINT 1
https://mcp.cardcenteringtool.com/mcp
MCP server metadata
- Name
- midpoint-card-prices
- Version
- 1.0.0
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_cardsUse this first when the user names a trading card and wants its value, price, or whether to grade it.
Inferred read-onlyget_card_pricesUse 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-onlygrading_roiUse 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-onlyget_price_historyUse 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-onlybest_cards_to_gradeUse this when the user asks which cards in a game, sport or set have the biggest payoff from grading.
Inferred read-onlytrending_cardsUse this when the user asks which cards are rising, hot, spiking, crashing or trending, in one game or across all games.
Inferred read-onlyliquid_moversUse 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-onlyget_set_cardsUse this when the user wants the most valuable cards in a specific set or a priced checklist of a set.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.