← pokeka.xyz

INDIVIDUAL MCP TOOL

get_market_brief

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

pokeka.xyznone authenticationAvailability not checked

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

pokeka.xyz

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

Related tools

  • search_card — Search graded Pokémon cards by name (Chinese / English / Japanese), community nickname (e.g.
  • card_price — Current 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, …).
  • card_price_history — Weekly median price series for one card (representative grade, up to 26 weeks) plus 30d/90d change percentages (only shown when statistically confident).
  • card_pop — Graded 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.
  • recent_sales — Most recent verified sales for one card (up to 10): date, grading company + grade, price in USD, marketplace name.
  • market_movers — Top gainers or losers among graded Pokémon cards in the English (en) or Japanese (ja) market track over a 7d/30d/90d window.
  • slang_lookup — Resolve a Chinese/Japanese/English community nickname (e.g.
  • market_volume_leaders — Most-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).