Rarible (Multi-chain NFT Protocol) Connector for AI agents.
20 live capabilities
Query multi-chain NFT market data and collection statistics.
Waiting for input…
Why people use Rarible (Multi-chain NFT Protocol)
Rarible (Multi-chain NFT Protocol) NFT Market Data Access
With this Connector, you just ask your agent. You can pull the latest sell orders, check collection stats, or see a user's entire multi-chain portfolio in a single prompt. You get a clean summary of the data you actually need instead of a dozen open tabs.
What Vinkius changes
You get instant, multi-chain NFT market intelligence without writing a single line of integration code.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
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.
- Real-world use case 02
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.
- Real-world use case 03
Inventory Audit
A developer wants to list every NFT in a specific collection to check for metadata errors using get_items_by_collection.
Complete set · 20capabilities
The complete Rarible (Multi-chain NFT Protocol) capability set.
These are the exact actions your AI can choose when you ask it to work with Rarible (Multi-chain NFT Protocol).
01—04
4 capabilities in this set.
Part of 20 available through Rarible (Multi-chain NFT Protocol).
- 01 Capability
Get activities by collection
Fetch all recent activity for a specific collection. This gives you a live feed of a project's pulse.
- 02 Capability
Get activities by item
See the history of actions for a specific NFT. Use this to track an item's ownership trail.
- 03 Capability
Get activities by user
Pull a history of actions for a specific wallet. This lets you see exactly what a user has been doing.
- 04 Capability
Get bid orders by maker
Look up all bids placed by a specific user. Use this to track a trader's intentions or activity.
05—08
4 capabilities in this set.
Part of 20 available through Rarible (Multi-chain NFT Protocol).
- 05 Capability
Get buyers stats
Get a breakdown of buyer behavior for a specific collection. This helps you see who's actually funding a project.
- 06 Capability
Get collection
Pull detailed info for a single collection by its ID. This is your go-to for specific project stats.
- 07 Capability
Get collections by owner
See every collection a specific wallet address owns. It's a fast way to map out a user's portfolio.
- 08 Capability
Get item
Retrieve the full metadata and details for a single NFT. This is how you get the stats for any individual piece.
09—12
4 capabilities in this set.
Part of 20 available through Rarible (Multi-chain NFT Protocol).
- 09 Capability
Get items by collection
Get a list of all NFTs within a specific collection. Useful for checking out the contents of a project.
- 10 Capability
Get items by owner
List every NFT a specific wallet currently holds. Use this to audit a user's current holdings.
- 11 Capability
Get order
Fetch the details of a specific order using its unique ID. This is for precise tracking of individual listings.
- 12 Capability
Get sell orders by item
View all active sell listings for a particular NFT. Use this to find the current floor and asking prices.
13—16
4 capabilities in this set.
Part of 20 available through Rarible (Multi-chain NFT Protocol).
- 13 Capability
Get sell orders by maker
See all active sell orders from a specific user. Great for tracking a seller's inventory.
- 14 Capability
Get sellers stats
Get a breakdown of seller behavior for a specific collection. This helps you understand the supply side.
- 15 Capability
Get user ranking
Pull the volume ranking for a specific user. Use this to identify the biggest movers in the space.
- 16 Capability
Search items
Perform a complex search for specific NFT items. Use this when you need to find something specific across the whole market.
17—20
4 capabilities in this set.
Part of 20 available through Rarible (Multi-chain NFT Protocol).
- 17 Capability
Get all activities
Get every recent action on the Rarible platform. This is the quickest way to see live market moves.
- 18 Capability
Get all collections
List every NFT collection available on the protocol. It's a great way to see the full scope of the marketplace.
- 19 Capability
Get bid orders by item
See all current bids for a specific NFT. This helps you understand the immediate demand for an asset.
- 20 Capability
Get volume ranking
See which collections are currently leading in trade volume. This is the best way to spot trending projects.
Set up in minutes
One URL. Then ask Rarible (Multi-chain NFT Protocol) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Rarible (Multi-chain NFT Protocol) 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_u2Mw2iDHqDWWmK9ENxb9p6fnW0dqHup8TY3iHAfb/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 Rarible (Multi-chain NFT Protocol), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Rarible (Multi-chain NFT Protocol) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_u2Mw2iDHqDWWmK9ENxb9p6fnW0dqHup8TY3iHAfb/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 Rarible (Multi-chain NFT Protocol) URL.
- Step 03
Save and start
Save the connection and enable Rarible (Multi-chain NFT Protocol) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"rarible-multi-chain-nft-protocol": {
"url": "https://edge.vinkius.com/vk_preview_u2Mw2iDHqDWWmK9ENxb9p6fnW0dqHup8TY3iHAfb/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 Rarible (Multi-chain NFT Protocol)
Open Agent mode in chat and ask: "Using Rarible (Multi-chain NFT Protocol), help me...". 20 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"rarible-multi-chain-nft-protocol": {
"url": "https://edge.vinkius.com/vk_preview_u2Mw2iDHqDWWmK9ENxb9p6fnW0dqHup8TY3iHAfb/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 Rarible (Multi-chain NFT Protocol)
Ask Copilot: "Using Rarible (Multi-chain NFT Protocol), help me...". 20 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"rarible-multi-chain-nft-protocol": {
"url": "https://edge.vinkius.com/vk_preview_u2Mw2iDHqDWWmK9ENxb9p6fnW0dqHup8TY3iHAfb/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 Rarible (Multi-chain NFT Protocol)
Open Cascade and ask: "Using Rarible (Multi-chain NFT Protocol), help me...". 20 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"rarible-multi-chain-nft-protocol": {
"url": "https://edge.vinkius.com/vk_preview_u2Mw2iDHqDWWmK9ENxb9p6fnW0dqHup8TY3iHAfb/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 Rarible (Multi-chain NFT Protocol)
Ask Cline: "Using Rarible (Multi-chain NFT Protocol), help me...". 20 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add rarible-multi-chain-nft-protocol --transport http "https://edge.vinkius.com/vk_preview_u2Mw2iDHqDWWmK9ENxb9p6fnW0dqHup8TY3iHAfb/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 Rarible (Multi-chain NFT Protocol)
Ask Claude: "Using Rarible (Multi-chain NFT Protocol), show me...". 20 tools are ready
Where the request belongs
Work Rarible can move forward.
For the Web3 analyst who needs to aggregate data across multiple chains without opening twenty different tabs.
Web3 Data Analyst
Tracking volume trends and whale movements to produce market reports.
NFT Trader
Checking floor prices and bid depth before making a move on a specific asset.
Blockchain Developer
Pulling NFT metadata and collection data directly into a custom application.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSimpleHash (Multi-chain NFT API)
Access comprehensive NFT data across 50+ chains. query wallet holdings, metadata, collection details, and transfer history.
OpenSea
Access the world's leading NFT marketplace. query collections, track floor prices, inspect NFT metadata, and monitor wallet balances across multiple chains.
Covalent
Equip your AI agent to query unified blockchain data including balances, transactions, and NFTs across 100+ chains.
Mnemonic
Deep NFT analytics and Web3 intelligence via Mnemonic. track collections, portfolios, and transfers directly from your AI agent.
Nifty Gateway (NFT Marketplace API)
Explore and manage NFT assets via Nifty Gateway. list available nifties, browse collections, and audit your personal portfolio directly from any AI agent.
Immutable X
Interact with the Immutable blockchain. list activities, manage NFT collections, mint assets, and handle orderbook listings directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Rarible 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 Rarible.
The practical details behind the request, access and result.
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 capability 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 capability 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 capability and provide the owner's address (e.g., ETHEREUM:0x...) to see their entire multi-chain portfolio.
One connection away
Give your agent a direct line to Rarible.
Connect Rarible once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available