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/mcpFor 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_suggestionsPrices & predictions
get_card_price_historyget_card_predictionsMarket analytics
market_overviewtop_moversmost_expensiveset_analysisSets
list_setsget_setget_set_cardsGames & formats
list_gameslist_formatsget_formatGood 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.