Trend·HQEST. MMXXIV

Ask your AI about card prices

The TCGTrendHQ MCP server lets Claude Code and any MCP-compatible client query live TCG market data in plain language — card search, price history, predictions, top movers, sets, and format rules across seven games.

Connect in seconds

With Claude Code installed, run this once — then start a session and just ask.

Claude Code
claude mcp add --transport http tcg-analytics https://tcgtrendhq.com/mcp

For other MCP clients, point them at the same endpoint (https://tcgtrendhq.com/mcp) over Streamable HTTP, or drop this into your client's config:

mcp.json
{
  "mcpServers": {
    "tcg-analytics": {
      "type": "http",
      "url": "https://tcgtrendhq.com/mcp"
    }
  }
}

What you can ask

Natural language — the model picks the right tools for you.

  • What are the biggest MTG price gainers this week?
  • Show me the five most expensive Pokémon cards.
  • Chart the 90-day price history for Lightning Bolt.
  • What's the total market value of all tracked Lorcana cards?
  • Find Charizard cards under $50.
  • Is this card legal in Modern, and what does it cost?

Available tools

Sixteen read-only tools, grouped by what they do.

Cards

search_cardsget_cardget_related_cardssearch_suggestions

Prices & predictions

get_card_price_historyget_card_predictions

Market analytics

market_overviewtop_moversmost_expensiveset_analysis

Sets

list_setsget_setget_set_cards

Games & formats

list_gameslist_formatsget_format

Good to know

Read-only
Every tool only reads data — nothing on the platform can be changed through it.
Public, no key
Connect freely. There is no sign-up, token, or API key to manage.
Rate-limited
Fair-use per-IP limits keep the endpoint healthy for everyone.
Live data
Backed by the same database as the site, refreshed every 24 hours.