Introducing MCP Integration

Empower Your AI Agents with TCG Intelligence.

Connect Claude, Cursor, and other LLMs directly to the JustTCG database using the open-source Model Context Protocol. No extra fees, just raw contextual power.

MCP Session
User:Using the JustTCG MCP, go through the top 5 performing cards by percentage gained in the last 30 days for Magic, Pokemon, One Piece and YuGiOh. (Price > $5)
Calling JustTCG / get_games...
Calling JustTCG / get_sets...
Calling JustTCG / get_cards...
Results Found
Card NameGamePrice30d Change
Tsabo's DecreeMagic$6.30+145.44%
MarshtompPokemon$6.38+750.67%
Nefeltari Vivi (001) (Alternate Art)One Piece$29.40+165.20%

Built for the Agentic Web

We designed our MCP Server to respect your API limits while giving models exactly what they need to act dynamically on market changes.

Same API Key

Authenticate exactly as you do today using the x-api-key header. No need to manage secondary credentials for your agents.

Zero New Fees

MCP requests count towards your standard plan quota. Implement AI workflows seamlessly with no premium AI upcharges.

Context-Window Optimized

Tools automatically utilize include_price_history=false and strict batching to keep token usage slim and efficient for Context Windows.

Ready in 60 seconds

Install the JustTCG MCP server with a single command using the open-source add-mcp CLI. It automatically configures your favorite coding agents like Cursor, Claude Code, VSCode, and more.

  1. 1Copy the installation command and replace YOUR_API_KEY with your JustTCG key.
  2. 2Run the command in your project directory (or use -g for global installation).
  3. 3The CLI will automatically detect your local agents and update their MCP configuration configurations.
    Hint: Add -y to skip prompts!
terminal
npx  add-mcp  https://mcp.justtcg.com \
--header "x-api-key: YOUR_API_KEY"
Supports Claude Desktop, Cursor, VSCode, OpenCode, and more.