# Yu-Gi-Oh MCP for AI Agents AI Agent Connect

> Yu-Gi-Oh MCP gives your AI agent direct access to the Yu-Gi-Oh card database. Use it to find card stats, explore archetypes, and browse set lists without leaving your chat. It's the fastest way to get accurate TCG and OCG data for deck building or card research.

## Overview
- **Category:** databases
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/undefined/ai-agent-connect
- **Tags:** yu-gi-oh, tcg, card-game, deck-building, trading-cards

## Description

Imagine you're deep into a deck building session and you need to know the exact stats for a specific card. Usually, that means opening a browser, searching a wiki, and squinting at a table of data. With the Yu-Gi-Oh MCP, you just ask your agent. It pulls the info instantly. It handles everything from finding specific card types to listing every archetype in the game. This is why the Yu-Gi-Oh MCP is a staple in the Vinkius catalog; it turns your AI into a master duelist who knows every card ever printed. You can check set contents, look up card descriptions, or even grab a random card when you're stuck for inspiration. It's all about getting the facts you need without the manual digging. No more jumping between tabs or memorizing every card effect.

## Tools

### get_card_set_info
Get specific information about a single card set. Use this to see exactly what cards belong to a particular release.

### list_card_sets
List all the Yu-Gi-Oh card sets in the database. This is useful for seeing the history of released sets.

### check_db_version
Check the current database version. This confirms you are looking at the most recent TCG or OCG data.

### list_archetypes
List every card archetype in the game. This helps you see different deck themes and how they group together.

### get_card_info
Get detailed stats and descriptions for one or more cards. It's the best way to quickly check a card's level or effect.

### get_random_card
Get a random card from the database. Use it to find new inspiration or create a random card challenge.

## Prompt Examples

**Prompt:** 
```
Search for card info on 'Blue-Eyes White Dragon'.
```

**Response:** 
```
I've found the data for **Blue-Eyes White Dragon**. Here are the details:

- **Type**: Normal Monster
- **Level**: 8
- **Attribute**: LIGHT
- **Type**: Dragon
- **ATK**: 3000
- **DEF**: 2500

It is one of the most iconic cards in the game, known for its massive stats and presence on the field.
```

**Prompt:** 
```
List all Yu-Gi-Oh card sets available.
```

**Response:** 
```
I've retrieved the list of card sets. Here are some of the notable releases:

- **Legend of Blue Eyes White Dragon (LOB)**
- **Phantom Nightmare (PHNI)**
- *...and many more sets are available in the database.*

Would you like me to look up the specific contents of any of these sets?
```

**Prompt:** 
```
Give me a random Yu-Gi-Oh card.
```

**Response:** 
```
Drawing a card for you... 

You got **Pot of Greed**!

- **Card Type**: Spell
- **Effect**: Allows you to draw 2 cards from your deck.

It's a classic staple that's been a fan favorite for years.
```

## Capabilities

### Fetch card stats
Get ATK, DEF, and level details for specific cards instantly.

### Explore archetypes
See all game archetypes to understand deck themes and synergies.

### Browse card sets
Look up full set lists and specific contents for any release.

### Get random cards
Pull a random card from the database for inspiration or challenges.

### Verify database version
Check the current version to ensure you have the latest TCG data.

## Use Cases

### Quickly checking a card's ATK and DEF
A player asks for the stats of 'Blue-Eyes White Dragon' and gets the level, light attribute, and stats instantly using `get_card_info`.

### Researching deck synergies
A deck builder asks the agent to list all archetypes to see which card groups are currently available using `list_archetypes`.

### Verifying set contents
A collector wants to know what cards were in a specific 2023 release and uses `get_card_set_info` to see the full list.

### Finding inspiration for a new deck
A player is stuck and asks for a random card to get a new idea for a card to build around using `get_random_card`.

## Benefits

- Stop manual searching by using `get_card_info` to pull stats and descriptions instantly.
- Identify deck synergies faster by listing all archetypes with `list_archetypes`.
- Browse every card set and its contents using `list_card_sets` and `get_card_set_info`.
- Ensure your data is current by checking the latest updates with `check_db_version`.
- Get a spark of inspiration for your next deck with `get_random_card`.

## How It Works

The bottom line is you get instant access to every card ever printed without leaving your chat window.

1. Connect the Yu-Gi-Oh MCP to your AI client through the Vinkius dashboard.
2. Enter your API credentials to link the card database.
3. Ask your agent for card stats, archetypes, or set lists in plain English.

## Frequently Asked Questions

**Can the Yu-Gi-Oh MCP help me build a deck?**
Yes, it's perfect for that. You can ask your agent to find specific card stats, list archetypes to see themes, and get set contents to plan your deck building.

**Does the Yu-Gi-Oh MCP have the latest TCG cards?**
It provides access to a large card database including TCG and OCG data. You can check the current version to make sure you have the latest info.

**How do I find card effects with the Yu-Gi-Oh MCP?**
When you ask for a specific card's information, the Connector pulls the description and stats from the database, which your agent will then read back to you.

**Can the Yu-Gi-Oh MCP list all the card sets?**
Yes, it can pull a full list of all card sets in the database. You can then ask for the specific contents of any set on that list.

**Can I use the Yu-Gi-Oh MCP to find specific archetypes?**
Absolutely. You can ask your agent to list all card archetypes to explore different deck themes and see how different cards group together.

**What happens if I ask for a card that isn't in the game?**
The Connector will search the database and let your agent know if it can't find a match, keeping your chat accurate to the actual game data.

**How can I find the specific effects and stats of a card by its name?**
Use the `get_card_info` tool with the `name` or `fname` parameter. The agent will return full metadata including ATK/DEF, Level, Type, and the official card text.

**Is there a way to see all the different card themes or archetypes available in the game?**
Yes! Run the `list_archetypes` action. It will provide a comprehensive list of all archetypes currently recognized in the database, such as 'Elemental HERO' or 'Blue-Eyes'.

**How do I know if the card data is up to date with the latest releases?**
You can use the `check_db_version` tool. It returns the current database version and the timestamp of the last update from the YGOPRODeck servers.