ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Pokemon TCG API with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Search and browse the entire Pokemon Trading Card Game database. find specific cards, explore sets, and filter by types or rarities.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 8 capabilities

The complete Pokemon TCG API capability set.

These are the exact actions your AI can choose when you ask it to work with Pokemon TCG API.

Capability set01 / 02

01-04

4 capabilities in this set.

Part of 8 available through Pokemon TCG API.

  1. 01

    List subtypes

    G., EX, Mega, Rapid Strike). List all card subtypes

  2. 02

    List sets

    Use the "q" parameter to search (e.g., "series:sword"). List Pokemon card sets with optional search and pagination

  3. 03

    List supertypes

    G., Pokémon, Trainer, Energy). List all card supertypes

  4. 04

    List types

    G., Fire, Water, Grass). List all Pokemon energy types

Capability set02 / 02

05-08

4 capabilities in this set.

Part of 8 available through Pokemon TCG API.

  1. 05

    Get card

    Get details for a specific Pokemon card by ID

  2. 06

    Get set

    Get details for a specific Pokemon card set by ID

  3. 07

    List cards

    Use the "q" parameter to search (e.g., "name:charizard"). List Pokemon cards with optional search and pagination

  4. 08

    List rarities

    G., Rare Holo, Uncommon). List all card rarities

Observed, not estimated

873ms average. Fast in production.

Pokemon TCG API is checked daily against the live service.

Daily averagePeak 1062ms
Aug 20Today
Fastest day
677ms
Slowest day
1062ms
14-day trend
Slowing+22%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 8 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Pokemon TCG API, so you can see the experience inside your AI.

It does not authenticate your account with Pokemon TCG API. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Pokemon TCG API Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_DcsQkiiGekd8MpZ3kwMh1y9NBdSyx8n5cUNocxdD/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Pokemon TCG API capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "pokemon-tcg-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_DcsQkiiGekd8MpZ3kwMh1y9NBdSyx8n5cUNocxdD/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Pokemon TCG API owners ask.

  • 01

    Can I search for cards from a specific set like 'Base Set'?

    Yes! Use the list_cards capability with a query parameter like q="set.name:base". You can combine this with other filters like name or type.

  • 02

    How do I see all the available card rarities in the game?

    Simply run the list_rarities capability. It will return a complete list of all rarity strings used in the database, such as 'Rare Holo', 'Uncommon', or 'Promo'.

  • 03

    Is an API key required to use this server?

    An API key is optional. The server will work without one using the public tier, but providing a key from pokemontcg.io allows for much higher rate limits and faster responses.