# Blur MCP for AI Agents AI Agent Connect

> Blur MCP lets you pull real-time NFT market data, track floor prices, and execute trades directly through your AI agent. It turns your natural language into actual marketplace actions like placing bids or creating listings on Blur. It's the fastest way to manage your NFT portfolio and stay on top of market trends without leaving your workspace. You can get instant insights on collection volume, supply, and specific token metadata to make informed trading decisions in real time.

## Overview
- **Category:** data-analytics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_K1HJd3HYKqKxWJhOTYea4Uoi2uvL0UXu5DLcFOqX/ai-agent-connect
- **Tags:** nft-trading, ethereum, floor-price, crypto-assets, marketplace-api

## Description

Imagine you're hunting for the next big move in the NFT space. Instead of juggling ten tabs to check floor prices on Blur versus other marketplaces, you just ask your agent to do the heavy lifting. This Connector lets you pull live collection stats, look up specific token metadata, and see what's currently listed for an asset in seconds. You can move from research to execution without ever leaving your chat window. You can create asks or place bids on specific collections or individual tokens using signed orders. It's built for the kind of fast-paced trading where every second counts. Whether you're deep-diving into a collection's volume or trying to snag a specific item, this tool puts the Blur marketplace data right where you're already working. You can find it in the Vinkius catalog to get your agent connected to the pro trading floor. It removes the friction of navigating a complex web interface and puts the power of a pro trading terminal into a simple chat box. You don't have to worry about manual updates or missing a price drop because the data is pulled live. It's designed to be your eyes and ears on the market, providing a clear view of the landscape while you focus on the strategy. From checking the supply of a new drop to placing a bid on a high-value asset, everything happens in one place.

## Tools

### create_ask
Create a listing (ask) on the Blur marketplace. Use this to put your own NFTs up for sale.

### create_bid
Create a bid on Blur. This lets your agent handle the buying process for you on specific tokens or collections.

### get_asset
Get metadata and current listings for a specific NFT. Use this to see the exact traits and price of a single token.

### get_collection_floor
Get current floor prices for a collection across major marketplaces. Use this to see where an asset is cheapest right now.

### get_collection
Pull metadata, volume, and supply stats for a specific collection. This gives you a bird's-eye view of a project's health.

## Prompt Examples

**Prompt:** 
```
What's the floor price for 'boredapeyachtclub' right now?
```

**Response:** 
```
I checked the floor prices for Bored Ape Yacht Club. On Blur, the floor is currently **12.5 ETH**, while on OpenSea it's **12.6 ETH**. 

Would you like to see more details for this collection?
```

**Prompt:** 
```
Get the metadata and listings for Pudgy Penguins token ID 500.
```

**Response:** 
```
Fetching asset details... 

Pudgy Penguin #500 is currently listed on Blur for **15.2 ETH**. 

**Traits:**
* Kimono
* Crown

Would you like to place a bid on this item?
```

**Prompt:** 
```
Show me the total volume and supply for the 'azuki' collection.
```

**Response:** 
```
The Azuki collection has a total supply of **10,000 tokens** and an all-time volume of approximately **650,000 ETH**. 

The current floor price is **5.8 ETH**. 

Do you need information on specific tokens in this collection?
```

## Capabilities

### Fetch real-time floor prices
Get current floor prices for a collection across multiple major marketplaces instantly.

### Pull collection metadata
Retrieve detailed stats like volume, total supply, and other key metrics for any collection.

### Create new listings
Put your own NFTs up for sale on Blur by creating asks through your agent.

### Place bids on NFTs
Submit bids on specific tokens or entire collections using signed orders.

### Inspect specific NFT traits
Get metadata and current listing info for a single NFT to verify its details.

## Use Cases

### Comparing floor prices across platforms
A trader wants to know if a Bored Ape is a good deal. They ask for the floor price and the agent uses get_collection_floor to compare Blur and OpenSea.

### Listing an NFT for sale instantly
A whale wants to sell a specific item. They tell the agent to list the NFT, and it uses create_ask to put it on Blur.

### Analyzing new project stats
A researcher needs to know the total supply of a new project. They ask for the stats, and the agent uses get_collection to pull the data.

### Verifying specific NFT traits
A collector wants to snag a specific Pudgy Penguin. The user provides the ID, and the agent uses get_asset to check the price and create_bid to place the offer.

## Benefits

- Stop tab-switching by checking floor prices from Blur and other marketplaces in one place using get_collection_floor.
- Get instant access to collection volume and supply data with get_collection to inform your trading strategy.
- Execute trades faster by creating asks or placing bids directly through your agent using create_ask and create_bid.
- Inspect specific NFT traits and listing details immediately with get_asset to verify an item before buying.
- Pull real-time metadata into your analysis workflow without manual scraping or complex API calls.

## How It Works

The bottom line is you get a direct line to Blur marketplace data and trade execution without leaving your chat interface.

1. Subscribe to the Blur MCP through the Vinkius catalog.
2. Provide your Blur API Key in the configuration settings.
3. Ask your agent to check floor prices, pull stats, or execute trades.

## Frequently Asked Questions

**Can I use the Blur MCP to check prices on other sites too?**
Yes, the Blur MCP can pull floor prices from multiple major marketplaces, not just Blur. This helps you get a complete picture of the market value for any collection.

**Does the Blur MCP let me actually buy NFTs?**
Yes, you can use the Blur MCP to create bids or listings. Your agent can place a bid on a specific token or a whole collection using signed orders.

**How do I get my Blur API key for this?**
You'll need to get your API key from your Blur account settings. Once you have it, you can add it to the Connector configuration to start trading.

**Can the Blur MCP show me specific NFT traits?**
Yes, it can. You can ask your agent to look up a specific NFT ID, and it will pull the metadata, including traits like 'Kimono' or 'Crown'.

**Is the Blur MCP good for analyzing collection volume?**
It's great for that. You can pull total supply and all-time volume stats for any collection slug to see how a project is performing over time.

**Can I use the Blur MCP to list my own NFTs for sale?**
Yes, you can. The Connector includes a tool to create asks on Blur, allowing you to put your digital assets up for sale using natural language.

**Can I see floor prices on other marketplaces besides Blur?**
Yes! The `get_collection_floor` tool retrieves current floor prices across multiple marketplaces for a given collection slug, allowing for easy price comparison.

**What information do I need to list an NFT for sale?**
To use the `create_ask` tool, you need the maker's wallet address, the collection contract address, token ID, price in ETH, expiration time, and a valid cryptographic signature.

**How do I find the volume and total supply of a specific collection?**
Simply use the `get_collection` tool with the collection's unique slug. It will return comprehensive metadata including volume, total supply, and other key stats.