Ask your AI about card shows

Treasure Hunter connects directly to AI assistants like ChatGPT, Claude, Gemini, and others. That means you can ask your AI about upcoming card shows, conventions, trade nights, and estate sales near you and get answers pulled from our live database of 5,000+ events across all 50 states.

No copying and pasting. No switching tabs. Just ask.

What you can ask

Here are some things to try. Just type them into your AI assistant the way you'd ask a friend.

Are there any card shows near Dallas this weekend?

Find Pokemon and TCG events in California next month

What's the biggest card convention coming up in the Midwest?

Show me sports card shows within 50 miles of 98101

When is the next card show in New Jersey?

Are there any free card shows near me this month?

How it works

Your AI assistant connects to Treasure Hunter's live event data behind the scenes. When you ask a question about card shows, it searches our database of 5,000+ listings across 1,000+ cities, finds what matches, and gives you the answer with dates, venues, addresses, and directions.

The data updates weekly from 10 verified sources. Same listings you see on this site, available through your AI.

Which AI assistants work with this?

Any AI assistant that supports external tools or connections can use Treasure Hunter's data. This includes:

  • ChatGPT(OpenAI) — works through ChatGPT Actions
  • Claude(Anthropic) — works through Claude Desktop and Claude.ai
  • Gemini(Google) — works through Gemini CLI and Google AI Studio
  • Cursor, Windsurf, and other developer tools with AI features

The list is growing. If your assistant supports connecting to external data, it can connect to Treasure Hunter.

Set up your AI assistant

Claude Desktop

Add this to your Claude Desktop config file (claude_desktop_config.json):

{
  "mcpServers": {
    "treasure-hunter": {
      "type": "url",
      "url": "https://www.treasurehunter.show/api/mcp"
    }
  }
}

Restart Claude Desktop. Then just ask about card shows.

Gemini CLI

Add this to your Gemini CLI settings:

{
  "mcpServers": {
    "treasure-hunter": {
      "uri": "https://www.treasurehunter.show/api/mcp"
    }
  }
}

Then ask Gemini about shows near you.

ChatGPT

ChatGPT support is coming soon. In the meantime, try Claude or Gemini above.

Cursor / Windsurf / Other MCP Clients

{
  "treasure-hunter": {
    "url": "https://www.treasurehunter.show/api/mcp"
  }
}

For developers

Treasure Hunter runs an open MCP (Model Context Protocol) server. Connect any MCP-compatible client to:

https://www.treasurehunter.show/api/mcp

Three tools: search_shows, get_show_details, get_show_stats. No authentication required. Read-only.