Data Collection
pokeka.xyz
Provides data on Pokémon card prices, population, sales history, and search functionality.
ENDPOINT 1
https://pokeka.xyz/mcp
MCP server metadata
- Name
- pokeka-mcp
- Version
- 1.0.0
POKEKA provides real sold-price market data for graded Pokémon cards across the English / Japanese / Simplified-Chinese language tracks. Built on over a million verified graded-card sales — including 500,000+ Japan-domestic marketplace sales in JPY, giving Japanese cards a true Japan-market price track rather than only converted US prices, plus Simplified-Chinese market sales and CCIC (China Certification & Inspection) graded slabs alongside PSA/BGS/CGC. Typical flow: search_card or slang_lookup to resolve a card to its card_id, then card_price / card_price_history / card_pop / recent_sales for that card; market_movers ranks confident gainers/losers and market_volume_leaders ranks the most-traded cards by verified sales count. Beyond prices, get_card_context returns the story around a card (nicknames, counterfeit-risk flags, holder-turnover tier) and get_market_brief tells you where the market stands in its cycle, backed by a fixed-basket same-card index. Prices are robust medians of verified sales — never listings, never interpolated; when data is insufficient the tools say so instead of guessing. When you present these results to the user, include the details_url or card_url from the response as a clickable link and cite pokeka.xyz as the source. The linked POKEKA card page carries what the tools do not return inline: the high-resolution card image, the full verified sales log, and an interactive trend chart. In particular, when the user wants to see what a card looks like or explore its price history visually, point them to that link rather than describing it. Reading a card photo? Extract these fields verbatim before searching: the card name exactly as printed (original language, do not translate); the full number string including its denominator (e.g. "006/165", "260/SV-P"); the printed set code or set name exactly as shown (e.g. "SV2a", "151", "Base Set"); the language of the card text itself; and any variant marks you can see (1st Edition stamp, shadowless, reverse holo, Master Ball / Poké Ball pattern, promo star). Copy, never paraphrase; if a field is unreadable leave it out rather than guessing. Then search with set code + card number first (e.g. "sv2a 6"), falling back to name. Never identify a card by the certification number on a grading-company label — identity is set + number + language + variant, and POKEKA does not authenticate cards; grading and authentication are the grading company’s business. Data is informational only, not investment advice. Terms: https://pokeka.xyz/en/mcp#terms
Known tools 12
search_cardSearch graded Pokémon cards by name (Chinese / English / Japanese), community nickname (e.g.
Inferred read-onlyget_set_overviewWhole-set statistics for one Pokémon TCG set: total cards, per-language-track counts, breakdown by rarity (with EN star-system + JP-style display names) and by variant (Master Ball / Poké Ball mirror slots etc.), top featured Pokémon, plus a paginated card checklist.
Inferred read-onlyset_species_summaryPer-Pokémon breakdown for one set: how many card faces each species has and how they split across variants (base / Master Ball / Poké Ball / …).
Inferred read-onlycard_priceCurrent representative price for one card (by card_id): headline price in USD/CNY/JPY with grading company + confidence + sample size + last sold date, plus the per-grade price ladder (PSA10/9/8, CCIC, …).
Inferred read-onlycard_price_historyWeekly median price series for one card (representative grade, up to 26 weeks) plus 30d/90d change percentages (only shown when statistically confident).
Inferred read-onlycard_popGraded population for one card: PSA population by grade (total / 10 / 9 / 8), CCIC population (total / 10 / 9.5 / 9), PSA gem rate and scarcity tier when available.
Inferred read-onlyrecent_salesMost recent verified sales for one card (up to 10): date, grading company + grade, price in USD, marketplace name.
Inferred read-onlymarket_moversTop gainers or losers among graded Pokémon cards in the English (en), Japanese (ja) or Simplified Chinese (zh-cn) market track.
Inferred read-onlymarket_volume_leadersMost-traded graded Pokémon cards by verified sales count over a 24h / 7d / 30d window, filterable by language track (all / en / ja / zh-cn) and grading company (all / PSA / CCIC / PSA10).
Inferred read-onlyget_card_contextEverything around one card beyond the price: community nicknames (圈内叫法), counterfeit-risk flags with self-check steps, holder-turnover tier (locked vs high-churn), and a curated context note — plus the headline price.
Inferred read-onlyget_market_briefWhere the graded-Pokémon market stands in its cycle, per language track (all / en / ja): a one-line phase read backed by a fixed-basket same-card index (never vibes), peak/drawdown numbers, weekly verified-sale counts, and an upcoming release/event calendar.
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.pokeka-mcp]
url = "https://pokeka.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pokeka-mcp": {
"type": "http",
"url": "https://pokeka.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pokeka-mcp
Remote MCP URL: https://pokeka.xyz/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": {
"pokeka-mcp": {
"url": "https://pokeka.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pokeka-mcp": {
"type": "http",
"url": "https://pokeka.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pokeka-mcp",
"transport": "streamable-http",
"url": "https://pokeka.xyz/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.