# Amiibo MCP for AI Agents AI Agent Connect

> Amiibo MCP. Search and filter the complete database of Nintendo figures, cards, and plushies. Access detailed metadata and series information directly from your AI agent without needing to manage any API keys.

## Overview
- **Category:** databases
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_mzez0mnaiTrPhX7eYUQGNWclWNxt42W7SJNwNMq1/ai-agent-connect
- **Tags:** amiibo, nintendo, collectibles, gaming-data, character-database

## Description

The Amiibo MCP lets you explore the massive world of Nintendo collectibles using natural language. You can ask your agent to find specific figures, cards, or plushies without digging through separate websites or spreadsheets. If you're trying to organize a collection, you can quickly pull up every item in a specific series or see which characters are available across different games. It handles the heavy lifting of searching the database so you can just talk about what you're looking for. Because Vinkius manages this connection, you get a reliable way to query Nintendo's history and variety directly from your favorite AI client. You don't need to worry about setting up any API keys, since this public database is ready to go right out of the box. It's perfect for checking what's out there, finding missing pieces for your shelf, or gathering data for a project.

## Tools

### get_amiibo
Fetch the full metadata for a specific collectible using its unique 16-digit ID. It's the fastest way to see the exact details of a single figure.

### get_last_updated
Check the timestamp of the last database sync. Use this to make sure you're seeing the most recent releases.

### list_amiibo_series
Get a complete list of all Amiibo series available in the database. Use this to see the different categories of releases from Nintendo.

### list_amiibos
Search the entire database using filters like character name or game series. This lets you find specific items quickly without scrolling.

### list_characters
See every character that has an Amiibo figure or card. This helps you understand the scope of the characters represented in the collection.

### list_game_series
Pull a list of all game series that have associated Amiibos. It's useful for seeing which franchises have the most collectibles.

### list_types
See the different categories of Amiibos like figures, cards, or plushies. This helps you identify what kind of items are in the database.

## Prompt Examples

**Prompt:** 
```
Can you show me all the Mario Amiibos from the Super Smash Bros. series?
```

**Response:** 
```
I found several Mario Amiibos in the Super Smash Bros. series. Here are the main ones:

| Name | ID | Type |
| :--- | :--- | :--- |
| **Mario** | 0000000000000002 | Figure |
| **Gold Mario** | 0000000000000003 | Figure |
| **Silver Mario** | 0000000000000004 | Figure |

Would you like me to pull the full metadata for any of these?
```

**Prompt:** 
```
What types of Amiibos are in the database?
```

**Response:** 
```
The database includes several types of collectibles:

* **Figures** (The most common type)
* **Cards** (Popular for series like Animal Crossing)
* **Yarn**

Most of the collection is made up of figures, but there are extensive card sets available as well.
```

**Prompt:** 
```
When was the last time the database was updated?
```

**Response:** 
```
The Amiibo database was last updated on **2024-03-15**. This means you have access to the most recent release information and metadata available in the public API.
```

## Capabilities

### Filter figures by character or series
Find specific Amiibos by name, game series, or character type in one go.

### Pull metadata for 16-digit IDs
Get the exact details for a single item using its unique identifier.

### Browse all game series
See a complete list of every game series that has associated collectibles.

### View every character in the database
Identify every character that has a figure or card entry.

### Check the last database sync
See exactly when the database was last updated with new releases.

## Use Cases

### Completing a specific collection
A collector wants to see every Mario figure from the Super Smash Bros. series. They ask their agent to list them and then check the metadata for the ones they don't own yet.

### Building a gaming inventory app
A developer needs to pull a list of all game series and characters to populate a database for a new mobile inventory tracker.

### Verifying a specific item
A user has a 16-digit ID from a physical figure and wants to know the exact metadata. They ask the agent to pull the details using get_amiibo.

### Researching Amiibo variety
A fan wants to see what kinds of Amiibos exist beyond just figures. They ask the agent to list all types to discover cards and plushies.

## Benefits

- Stop manual searching by using list_amiibos to filter by name or series in seconds.
- Get exact data for a single item with get_amiibo instead of hunting through various websites.
- See the full scope of types like cards and figures using list_types to understand the variety.
- Identify every character available with list_characters to see the breadth of the collection.
- Keep your info current by checking get_last_updated for the most recent release data.
- Query the entire Nintendo database without needing to manage any API keys or complex setups.

## How It Works

The bottom line is you get a searchable database of Nintendo collectibles accessible through simple conversation.

1. Subscribe to the Amiibo MCP via the Vinkius catalog.
2. Connect your AI client like Claude, Cursor, or Windsurf to the Connector.
3. Ask your agent to find specific figures, list series, or check metadata.

## Frequently Asked Questions

**What does the Amiibo MCP actually do for me?**
It lets you search and browse a massive database of Nintendo collectibles using natural language. You can find specific figures, cards, or plushies without having to search through multiple websites.

**Do I need an API key to use the Amiibo MCP?**
No, you don't. This Connector connects to a public database, so you can start querying Nintendo collectible data immediately without any extra setup or keys.

**Can I use the Amiibo MCP to find specific characters?**
Yes, you can. You can ask your agent to list every character that has an Amiibo figure or card, or filter for characters within a specific game series.

**How does the Amiibo MCP help with collection tracking?**
It helps you see the full scope of what exists. You can quickly check which items are in a series to see what's missing from your collection or find the exact metadata for a specific ID.

**Is the data in the Amiibo MCP up to date?**
The Connector includes a tool to check the last sync date. This ensures you can see how recently the database was updated with new releases.

**Can I use this with Claude or Cursor?**
Yes, because it's an Connector, you can connect it to any compatible client, including Claude, Cursor, Windsurf, and VS Code.

**How can I filter Amiibos by a specific game series like Super Smash Bros.?**
You can use the `list_amiibos` tool and provide the series name in the `amiiboseries` or `gameseries` parameter. The agent will return all matching figures and cards from that collection.

**Can I see all the different characters that have Amiibo versions?**
Yes! Use the `list_characters` tool to retrieve a complete list of every character represented in the Amiibo database.

**How do I get the specific details of a single Amiibo if I have its ID?**
Simply provide the 16-digit ID to the `get_amiibo` tool. It will return detailed information including the character, series, release dates, and image URL.