# Rarible (Multi-chain NFT Protocol) MCP for AI Agents AI Agent Connect

> Rarible (Multi-chain NFT Protocol) MCP gives your agent direct access to the Rarible marketplace. It lets you pull NFT metadata, track real-time mints and sales, and analyze market rankings across Ethereum, Polygon, and other chains. It's the shortcut to multi-chain NFT data without manual API heavy lifting.

## Overview
- **Category:** developer-tools
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_u2Mw2iDHqDWWmK9ENxb9p6fnW0dqHup8TY3iHAfb/ai-agent-connect
- **Tags:** nft, web3, ethereum, polygon, market-data

## Description

You're tired of jumping between tabs to see what's moving in the NFT space. This Connector lets your agent do the legwork for you. Instead of manually digging through block explorers or scraping marketplace pages, you can just ask your AI client to pull the latest sell orders for a specific item or see who's actually buying into a new collection. It pulls data from across the Rarible ecosystem, meaning you're getting a cross-chain view of the market whether that's on Ethereum or Polygon. If you're trying to figure out which collections are actually gaining volume or who the biggest players are, this handles the heavy lifting. You can get specific metadata for any NFT or pull a list of every collection owned by a specific wallet in seconds. It turns your AI client into a power user that understands the nuances of multi-chain NFT trading. Because Vinkius hosts this, you can plug it into your existing workflow and stop worrying about the underlying API complexity. It's about getting the data you need to make decisions faster, not spending your day writing fetch requests.

## Tools

### get_activities_by_collection
Fetch all recent activity for a specific collection. This gives you a live feed of a project's pulse.

### get_activities_by_item
See the history of actions for a specific NFT. Use this to track an item's ownership trail.

### get_activities_by_user
Pull a history of actions for a specific wallet. This lets you see exactly what a user has been doing.

### get_bid_orders_by_maker
Look up all bids placed by a specific user. Use this to track a trader's intentions or activity.

### get_buyers_stats
Get a breakdown of buyer behavior for a specific collection. This helps you see who's actually funding a project.

### get_collection
Pull detailed info for a single collection by its ID. This is your go-to for specific project stats.

### get_collections_by_owner
See every collection a specific wallet address owns. It's a fast way to map out a user's portfolio.

### get_item
Retrieve the full metadata and details for a single NFT. This is how you get the stats for any individual piece.

### get_items_by_collection
Get a list of all NFTs within a specific collection. Useful for checking out the contents of a project.

### get_items_by_owner
List every NFT a specific wallet currently holds. Use this to audit a user's current holdings.

### get_order
Fetch the details of a specific order using its unique ID. This is for precise tracking of individual listings.

### get_sell_orders_by_item
View all active sell listings for a particular NFT. Use this to find the current floor and asking prices.

### get_sell_orders_by_maker
See all active sell orders from a specific user. Great for tracking a seller's inventory.

### get_sellers_stats
Get a breakdown of seller behavior for a specific collection. This helps you understand the supply side.

### get_user_ranking
Pull the volume ranking for a specific user. Use this to identify the biggest movers in the space.

### search_items
Perform a complex search for specific NFT items. Use this when you need to find something specific across the whole market.

### get_all_activities
Get every recent action on the Rarible platform. This is the quickest way to see live market moves.

### get_all_collections
List every NFT collection available on the protocol. It's a great way to see the full scope of the marketplace.

### get_bid_orders_by_item
See all current bids for a specific NFT. This helps you understand the immediate demand for an asset.

### get_volume_ranking
See which collections are currently leading in trade volume. This is the best way to spot trending projects.

## Prompt Examples

**Prompt:** 
```
Show me the top 3 collections by volume on the Rarible marketplace.
```

**Response:** 
```
Based on the current volume rankings, here are the top 3 collections:

| Rank | Collection Name | Volume Ranking |
| :--- | :--- | :--- |
| 1 | Bored Ape Yacht Club | #1 |
| 2 | Mutant Ape Yacht Club | #2 |
| 3 | Azuki | #3 |

These collections are currently leading the market in total trade volume across all chains.
```

**Prompt:** 
```
What are the active sell orders for the NFT with ID 12345?
```

**Response:** 
```
I've pulled the active sell orders for that item. Here is the current market depth:

* **Lowest Ask:** 1.25 ETH
* **Active Listings:**
    * 1.30 ETH (Seller: 0x...) 
    * 1.35 ETH (Seller: 0x...)
    * 1.40 ETH (Seller: 0x...)

There are currently 3 active sell orders for this NFT.
```

**Prompt:** 
```
List all the NFTs owned by the wallet 0xabc... and tell me which collection they belong to.
```

**Response:** 
```
I found the following NFTs owned by that wallet:

* **Pudgy Penguins** (2 items)
* **Art Blocks** (1 item)
* **Bored Ape Yacht Club** (1 item)

Total items found: 4 across multiple chains.
```

## Capabilities

### Pull specific NFT metadata
Get every detail and trait for a specific NFT instantly.

### Search marketplace items
Perform complex queries to find specific NFTs across the marketplace.

### Track real-time mints and sales
Get a live feed of all recent activities on the Rarible platform.

### Analyze volume rankings
Identify trending projects by pulling collection volume rankings.

### View active sell and bid orders
See the current order book for specific items to understand market depth.

### Monitor wallet activity
Track the history of actions and holdings for any specific wallet address.

## Use Cases

### Tracking a Whale
A trader asks their agent to find all NFTs owned by a specific address and summarize their recent sales using get_activities_by_user.

### Market Research
An analyst asks for the top 3 collections by volume on Polygon to see which projects are currently trending using get_volume_ranking.

### Inventory Audit
A developer wants to list every NFT in a specific collection to check for metadata errors using get_items_by_collection.

### Price Checking
A collector asks the agent to find the lowest sell order for a specific NFT to see the current floor price using get_sell_orders_by_item.

## Benefits

- Stop manual scraping. You can use get_all_activities to see live market moves without refreshing marketplace pages.
- Analyze volume instantly. Use get_volume_ranking to spot trends across different blockchains in one go.
- Track whale movements. Use get_activities_by_user to monitor specific wallets without digging through block explorers.
- Get deep metadata. Use get_item to pull every detail about an NFT directly into your chat for quick reference.
- See the order book. Use get_sell_orders_by_item and get_bid_orders_by_item to understand current market depth.

## How It Works

The bottom line is you get instant, multi-chain NFT market intelligence without writing a single line of integration code.

1. Subscribe to the Rarible MCP and provide your Rarible API Key.
2. Connect the Connector to your preferred client like Claude or Cursor.
3. Ask your agent to find NFT data, pull market stats, or track user activity.

## Frequently Asked Questions

**Can the Rarible (Multi-chain NFT Protocol) MCP see NFTs on different chains?**
Yes, it pulls data across Ethereum, Polygon, and other supported chains, giving you a cross-chain view of the marketplace.

**How do I use the Rarible (Multi-chain NFT Protocol) MCP to track a specific user?**
You can ask your agent to pull the history of actions or the current holdings for any specific wallet address.

**Can I get floor prices with the Rarible (Multi-chain NFT Protocol) MCP?**
Yes, you can ask for the active sell orders of a specific item to see the current floor and all other asking prices.

**Does the Rarible (Multi-chain NFT Protocol) MCP show volume rankings?**
It pulls high-level volume rankings for various collections, helping you identify which projects are currently trending.

**What kind of data does the Rarible (Multi-chain NFT Protocol) MCP provide for collections?**
It provides detailed information including owner lists, multi-chain availability, and specific buyer and seller statistics.

**How can I get the metadata and current owner of a specific NFT?**
Use the `get_item` tool with the Item ID in the format `CHAIN:address:tokenId`. The agent will return full metadata, current supply, and ownership details.

**Can I see which NFT collections are trending by volume?**
Yes! The `get_volume_ranking` tool allows you to retrieve a list of collections ranked by trading volume over a specific period.

**Is it possible to list all NFTs owned by a specific wallet address?**
Absolutely. Use the `get_items_by_owner` tool and provide the owner's address (e.g., `ETHEREUM:0x...`) to see their entire multi-chain portfolio.