Nifty Gateway (NFT Marketplace API) Connector for AI agents.
5 live capabilities
Manage your digital art portfolio and browse NFT marketplace collections.
Waiting for input…
Why people use Nifty Gateway (NFT Marketplace API)
Nifty Gateway NFT Marketplace Data for Digital Art Collectors
This Connector lets you do it all in one place. Just ask your agent to list your holdings or show you a specific collection. You get a clean summary of your assets without the browser clutter.
What Vinkius changes
You get instant access to marketplace data without ever leaving your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Quick Portfolio Audit
A collector asks 'What's in my wallet?
- Real-world use case 02
Market Research
An analyst wants to see every collection on the site; the agent uses list_collections to provide a full list.
- Real-world use case 03
Asset Inspection
A buyer wants to know the attributes of a specific Nifty; the agent pulls that data via get_nifty.
Complete set · 5capabilities
The complete Nifty Gateway (NFT Marketplace API) capability set.
These are the exact actions your AI can choose when you ask it to work with Nifty Gateway (NFT Marketplace API).
01—03
3 capabilities in this set.
Part of 5 available through Nifty Gateway (NFT Marketplace API).
- 01 Capability
Get collection
Get deep details on a specific collection. This helps you see the full scope of a project and its contents.
- 02 Capability
Get nifty
Pull the metadata and attributes for a specific Nifty. Use this to see the exact details of a single digital asset.
- 03 Capability
List collections
See every collection currently on the platform. This is great for a high-level overview of what's available.
04—05
2 capabilities in this set.
Part of 5 available through Nifty Gateway (NFT Marketplace API).
- 04 Capability
List user nifties
View all the Nifties in your own authenticated account. This makes it easy to see your personal holdings in one place.
- 05 Capability
List nifties
Fetch a list of all Nifties on the marketplace. It supports pagination so you can browse through the entire catalog.
Set up in minutes
One URL. Then ask Nifty Gateway (NFT Marketplace API) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Nifty Gateway (NFT Marketplace API) 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_AdEhGDEXUsOwWTpb27AWZCsxwh3JeH5BKu7HL92T/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 Nifty Gateway (NFT Marketplace API), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Nifty Gateway (NFT Marketplace API) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_AdEhGDEXUsOwWTpb27AWZCsxwh3JeH5BKu7HL92T/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 Nifty Gateway (NFT Marketplace API) URL.
- Step 03
Save and start
Save the connection and enable Nifty Gateway (NFT Marketplace API) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"nifty-gateway-nft-marketplace-api": {
"url": "https://edge.vinkius.com/vk_preview_AdEhGDEXUsOwWTpb27AWZCsxwh3JeH5BKu7HL92T/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 Nifty Gateway (NFT Marketplace API)
Open Agent mode in chat and ask: "Using Nifty Gateway (NFT Marketplace API), help me...". 5 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"nifty-gateway-nft-marketplace-api": {
"url": "https://edge.vinkius.com/vk_preview_AdEhGDEXUsOwWTpb27AWZCsxwh3JeH5BKu7HL92T/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 Nifty Gateway (NFT Marketplace API)
Ask Copilot: "Using Nifty Gateway (NFT Marketplace API), help me...". 5 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"nifty-gateway-nft-marketplace-api": {
"url": "https://edge.vinkius.com/vk_preview_AdEhGDEXUsOwWTpb27AWZCsxwh3JeH5BKu7HL92T/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 Nifty Gateway (NFT Marketplace API)
Open Cascade and ask: "Using Nifty Gateway (NFT Marketplace API), help me...". 5 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"nifty-gateway-nft-marketplace-api": {
"url": "https://edge.vinkius.com/vk_preview_AdEhGDEXUsOwWTpb27AWZCsxwh3JeH5BKu7HL92T/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 Nifty Gateway (NFT Marketplace API)
Ask Cline: "Using Nifty Gateway (NFT Marketplace API), help me...". 5 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add nifty-gateway-nft-marketplace-api --transport http "https://edge.vinkius.com/vk_preview_AdEhGDEXUsOwWTpb27AWZCsxwh3JeH5BKu7HL92T/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 Nifty Gateway (NFT Marketplace API)
Ask Claude: "Using Nifty Gateway (NFT Marketplace API), show me...". 5 tools are ready
Where the request belongs
Work Nifty Gateway can move forward.
This Connector is for NFT collectors who want to skip the browser, Web3 developers needing raw metadata, and digital art analysts tracking market trends.
NFT Collector
Checks your personal holdings and browses new drops every morning without opening a browser.
Web3 Developer
Pulls specific Nifty metadata into a project or testing environment using natural language queries.
Digital Art Analyst
Monitors creator series and marketplace trends by extracting collection data for reports.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsOpenSea
Access the world's leading NFT marketplace. query collections, track floor prices, inspect NFT metadata, and monitor wallet balances across multiple chains.
Mnemonic
Deep NFT analytics and Web3 intelligence via Mnemonic. track collections, portfolios, and transfers directly from your AI agent.
NMKR Cardano
Manage Cardano NFT projects via NMKR Studio. track assets, minting coupons, and payout wallets directly from your AI agent.
Reservoir (NFT Liquidity API)
Access aggregated NFT liquidity, metadata, and real-time pricing across all major marketplaces via the Reservoir API.
Blur (NFT Trading Marketplace API)
Access real-time NFT market data, floor prices, and execute trades on Blur directly from your AI agent.
Rarible (Multi-chain NFT Protocol)
Access multi-chain NFT data. query items, collections, activities, and market statistics across Ethereum, Polygon, and more via Rarible.
Bring your own AI
Change the model, client or framework. Keep Nifty Gateway 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 Nifty Gateway.
The practical details behind the request, access and result.
Can I see my NFT portfolio with the Nifty Gateway MCP?
Yes, you can list all the assets owned by your authenticated account directly in your chat.
Does the Nifty Gateway MCP support browsing all collections?
It allows your agent to list every collection currently available on the platform.
Can I get specific metadata for an NFT using the Nifty Gateway MCP?
Yes, you can pull detailed attributes and artist info for any specific Nifty ID.
How do I check the latest Nifty drops?
Your agent can list all available Nifties on the platform, including support for browsing through multiple pages.
Is this Connector good for tracking digital art trends?
It's perfect for that because you can quickly pull collection data and artist series info.
Do I need to stay on the Nifty Gateway website?
No, this Connector brings the marketplace data directly into your AI client or code editor.
Can I see the specific details of an NFT if I have its ID?
Yes! Use the get_nifty capability with the unique Nifty ID. Your agent will return detailed metadata, artist information, and current attributes associated with that specific asset.
How do I check which NFTs I currently own on Nifty Gateway?
Simply ask the agent to run the list_user_nifties action. It will retrieve a complete list of all digital assets currently held in your authenticated Nifty Gateway account.
Can I browse entire collections or drops instead of individual items?
Yes, you can use list_collections to see all available collections on the platform, or get_collection with a specific ID to see the contents and details of a particular drop.
One connection away
Give your agent a direct line to Nifty Gateway.
Connect Nifty Gateway once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available