Pokemon TCG

Pokemon TCG MCP Connector for Claude

F

Search and browse the entire Pokemon Trading Card Game database — find specific cards, explore sets, and filter by types or rarities.

8 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect to the comprehensive Pokemon TCG API and turn your AI agent into a master collector or deck builder. Access thousands of cards across all historical and modern sets through natural conversation.

What you can do

  • Card Discovery — Search for specific cards using names, types, or complex queries (e.g., "name:charizard") using the list_cards tool
  • Set Exploration — List all released sets and fetch detailed metadata for specific expansions with list_sets and get_set
  • Metadata Lookup — Retrieve exhaustive lists of energy types, card subtypes, supertypes, and rarities to refine your searches
  • Deep Card Inspection — Get high-resolution image links, market prices, and attack details for any individual card using get_card

How it works

  1. Subscribe to this server
  2. (Optional) Enter your Pokemon TCG API Key for higher rate limits
  3. Start querying card data from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Collectors — quickly find card variations, check rarities, and browse historical sets
  • Players & Deck Builders — search for cards with specific attacks or types to optimize your competitive play
  • Developers — integrate real-time TCG data into your workflow or applications
pokemontcgtrading-cardscollectiblescard-games

8 tools expose this connector's capabilities to your AI agent.

get_card

Get details for a specific Pokemon card by ID

get_set

Get details for a specific Pokemon card set by ID

list_cards

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

list_rarities

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

list_sets

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

list_subtypes

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

list_supertypes

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

list_types

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

See how to talk to your AI agent using Pokemon TCG.

Search for all Charizard cards from the 'Base' set.

I've found the results for Charizard in the Base set. The most famous one is ID 'base1-4', a Rare Holo Stage 2 Pokemon with 120 HP and the Fire Spin attack.

List all available Pokemon energy types.

The current energy types in the TCG include: Colorless, Darkness, Dragon, Fairy, Fighting, Fire, Grass, Lightning, Metal, Psychic, and Water.

Get the full details for the card with ID 'swsh1-1'.

Card 'swsh1-1' is Celebi V from the Sword & Shield expansion. It's a Basic Grass Pokemon with 180 HP, featuring the attacks 'Line Spray' and 'Beam Blast'.

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

Related Connectors