Pokemon TCG API Connector for AI agents.
8 live capabilities
Search the entire Pokemon Trading Card Game database to build decks and track your collection.
Waiting for input…
Why people use Pokemon TCG API
Pokemon TCG for faster deck building and card tracking
This Connector changes that by letting you just ask your agent for the facts. You can pull card data, images, and prices directly into your conversation, making it much faster to plan your next moves or organize your binder.
What Vinkius changes
You get instant access to a massive trading card database through a simple chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Building a Fire-type deck
A player asks for all cards with Fire attacks in the Sword & Shield set to see what's available for their new deck.
- Real-world use case 02
Finding a specific card
A collector wants to see the price and image of a specific Charizard card using `get_card` to see if it's worth buying.
- Real-world use case 03
Exploring new sets
A fan wants to know what's in a new expansion and uses `list_sets` to see the full list of cards and metadata.
Complete set · 8capabilities
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.
01—04
4 capabilities in this set.
Part of 8 available through Pokemon TCG API.
- 01 Capability
List sets
See all released Pokemon card sets with optional search and pagination. Use this to browse different expansions.
- 02 Capability
List subtypes
Get a list of all card subtypes like EX, Mega, or Rapid Strike. This helps you filter for specific mechanics.
- 03 Capability
List supertypes
View all card supertypes including Pokemon, Trainer, and Energy. Use this to narrow down your card categories.
- 04 Capability
List types
See all Pokemon energy types like Fire, Water, and Grass. This is useful for identifying card elemental types.
05—08
4 capabilities in this set.
Part of 8 available through Pokemon TCG API.
- 05 Capability
Get card
Fetch specific details for a Pokemon card using its unique ID. It provides attack data and market pricing.
- 06 Capability
Get set
Get detailed metadata for a specific card set by its ID. This helps you see everything included in a set.
- 07 Capability
List cards
Search for Pokemon cards using names or complex queries. Use this for general discovery of cards in the game.
- 08 Capability
List rarities
View all card rarities like Rare Holo or Uncommon. This helps you identify the value and scarcity of cards.
Set up in minutes
One URL. Then ask Pokemon TCG API to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Pokemon TCG API from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_DcsQkiiGekd8MpZ3kwMh1y9NBdSyx8n5cUNocxdD/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Pokemon TCG API, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Pokemon TCG API for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_DcsQkiiGekd8MpZ3kwMh1y9NBdSyx8n5cUNocxdD/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Pokemon TCG API URL.
- Step 03
Save and start
Save the connection and enable Pokemon TCG API in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"pokemon-tcg": {
"url": "https://edge.vinkius.com/vk_preview_DcsQkiiGekd8MpZ3kwMh1y9NBdSyx8n5cUNocxdD/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Pokemon TCG API
Open Agent mode in chat and ask: "Using Pokemon TCG API, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"pokemon-tcg": {
"url": "https://edge.vinkius.com/vk_preview_DcsQkiiGekd8MpZ3kwMh1y9NBdSyx8n5cUNocxdD/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Pokemon TCG API
Ask Copilot: "Using Pokemon TCG API, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"pokemon-tcg": {
"url": "https://edge.vinkius.com/vk_preview_DcsQkiiGekd8MpZ3kwMh1y9NBdSyx8n5cUNocxdD/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Pokemon TCG API
Open Cascade and ask: "Using Pokemon TCG API, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"pokemon-tcg": {
"url": "https://edge.vinkius.com/vk_preview_DcsQkiiGekd8MpZ3kwMh1y9NBdSyx8n5cUNocxdD/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Pokemon TCG API
Ask Cline: "Using Pokemon TCG API, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add pokemon-tcg --transport http "https://edge.vinkius.com/vk_preview_DcsQkiiGekd8MpZ3kwMh1y9NBdSyx8n5cUNocxdD/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Pokemon TCG API
Ask Claude: "Using Pokemon TCG API, show me...". 8 tools are ready
Where the request belongs
Work Pokemon TCG API can move forward.
This is for collectors who need to track down specific card variations and competitive players who want to build optimized decks without manual searching.
TCG Collector
Checks rarities and historical sets to organize a personal collection and find missing pieces.
Competitive Player
Searches for cards with specific attacks or types to build a winning deck for upcoming tournaments.
Content Creator
Pulls card data and image links to create guides, social posts, or community resources.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsYu-Gi-Oh
Access the ultimate Yu-Gi-Oh! database. search for cards, explore archetypes, and check set lists directly from your AI agent.
Scryfall
Access the ultimate Magic: The Gathering database. search cards, fetch rulings, and explore sets directly from your AI agent.
Poké
Access the ultimate Pokémon encyclopedia. query berries, contest effects, and encounter methods directly from your AI agent.
PokéAPI
Access Pokémon data, stats, abilities, types, and evolution chains via AI.
Hyrule Compendium
Access the comprehensive Breath of the Wild and Tears of the Kingdom compendium. search creatures, monsters, materials, and equipment directly from your AI agent.
Card Draw Probability Calculator
Calculate the mathematical likelihood of drawing specific cards in TCGs like Magic: The Gathering or Yu-Gi-Oh.
Bring your own AI
Change the model, client or framework. Keep Pokemon TCG API connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Pokemon TCG API.
The practical details behind the request, access and result.
Can I use the Pokemon TCG MCP to find specific card prices?
Yes, this Connector allows your agent to pull market prices and attack details for specific cards using get_card.
Does the Pokemon TCG MCP work with my favorite AI client?
It works with any MCP-compatible client like Claude, Cursor, or Windsurf.
How do I see all the different card sets available?
You can ask your agent to list all sets using the list_sets capability to see every expansion.
Can I filter cards by their rarity or type?
Yes, the Connector provides capabilities like list_rarities and list_types to help you narrow down your search.
Do I need a special key to use the Pokemon TCG MCP?
You can use it without one, but adding your Pokemon TCG API key helps with higher rate limits.
Is this Connector good for building competitive decks?
It's perfect for that because you can quickly search for cards with specific attacks or subtypes.
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.
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'.
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.
One connection away
Give your agent a direct line to Pokemon TCG API.
Connect Pokemon TCG API once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available