QuickNode Connector for AI agents.
18 live capabilities
Manage blockchain data streams and webhooks using natural language.
Waiting for input…
Why people use QuickNode
QuickNode for Blockchain Data Pipeline Automation
This Connector changes that by letting you stay in your flow. You can tell your agent to set up a stream for the last 1000 blocks or add a new webhook for this wallet. It handles the API calls and configuration updates for you. You get a live, working data pipeline without ever leaving your chat interface.
What Vinkius changes
You get a natural language interface for your entire QuickNode blockchain infrastructure.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Tracking specific whale movements
A developer needs to track a specific wallet.
- Real-world use case 02
Ingesting historical chain data
A data team needs to ingest historical data.
- Real-world use case 03
Verifying transaction success
A dev wants to check if a transaction worked.
Complete set · 18capabilities
The complete QuickNode capability set.
These are the exact actions your AI can choose when you ask it to work with QuickNode.
01—04
4 capabilities in this set.
Part of 18 available through QuickNode.
- 01 Capability
Create kv set
Create a key-value pair in your KV store. Use this to store specific flags or configuration bits.
- 02 Capability
Create stream
Create a new blockchain data stream. This lets you ingest live or historical data into your pipeline.
- 03 Capability
Get kv list
Retrieve all items from a specific KV store list. This lets you check the current state of your filter data.
- 04 Capability
Rpc eth call
Execute a message call on the blockchain without creating a transaction. This is perfect for testing smart contract logic.
05—08
4 capabilities in this set.
Part of 18 available through QuickNode.
- 05 Capability
Rpc eth getlogs
Get an array of logs that match a specific filter. Use this to find specific historical events on the chain.
- 06 Capability
Rpc eth gettransactionreceipt
Get the receipt for a specific transaction hash. This helps you confirm if a transaction succeeded or failed.
- 07 Capability
Create webhook
Create a webhook using a pre-defined template. This sends real-time events like wallet filters to your endpoint.
- 08 Capability
Delete kv set
Remove a specific key-value pair from your KV store. Use this to clean up old configuration data.
09—12
4 capabilities in this set.
Part of 18 available through QuickNode.
- 09 Capability
Delete stream
Remove an existing data stream. This helps you manage your infrastructure and avoid unnecessary costs.
- 10 Capability
Delete webhook
Delete a specific webhook from your account. Use this when a listener is no longer needed.
- 11 Capability
Get kv set
Retrieve a specific value from a KV store set. Use this to quickly pull a single configuration piece.
- 12 Capability
Get stream
Get the details of a specific data stream. This helps you verify that a stream is running with the right settings.
13—15
3 capabilities in this set.
Part of 18 available through QuickNode.
- 13 Capability
List streams
List every active stream in your QuickNode account. Use this to get a bird's-eye view of your data pipelines.
- 14 Capability
List webhooks
List all your active webhooks. This is useful for auditing your event listeners across different chains.
- 15 Capability
Rpc eth blocknumber
Get the most recent block number from the Ethereum network. This provides a quick way to check current chain status.
16—18
3 capabilities in this set.
Part of 18 available through QuickNode.
- 16 Capability
Update kv list
Add or remove items from an existing KV store list. Use this to dynamically update your stream filtering logic.
- 17 Capability
Update stream
Update the configuration of an existing data stream. This lets you change parameters without deleting and recreating the stream.
- 18 Capability
Create kv list
Create a new list in your KV store. This helps you manage structured data for stream filtering.
Set up in minutes
One URL. Then ask QuickNode to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use QuickNode 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_KXmcvaMCSZFRwuuczqPN4t4YGrO5deI8ZrCy4Zaq/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 QuickNode, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable QuickNode for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_KXmcvaMCSZFRwuuczqPN4t4YGrO5deI8ZrCy4Zaq/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 QuickNode URL.
- Step 03
Save and start
Save the connection and enable QuickNode in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"quicknode": {
"url": "https://edge.vinkius.com/vk_preview_KXmcvaMCSZFRwuuczqPN4t4YGrO5deI8ZrCy4Zaq/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 QuickNode
Open Agent mode in chat and ask: "Using QuickNode, help me...". 18 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"quicknode": {
"url": "https://edge.vinkius.com/vk_preview_KXmcvaMCSZFRwuuczqPN4t4YGrO5deI8ZrCy4Zaq/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 QuickNode
Ask Copilot: "Using QuickNode, help me...". 18 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"quicknode": {
"url": "https://edge.vinkius.com/vk_preview_KXmcvaMCSZFRwuuczqPN4t4YGrO5deI8ZrCy4Zaq/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 QuickNode
Open Cascade and ask: "Using QuickNode, help me...". 18 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"quicknode": {
"url": "https://edge.vinkius.com/vk_preview_KXmcvaMCSZFRwuuczqPN4t4YGrO5deI8ZrCy4Zaq/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 QuickNode
Ask Cline: "Using QuickNode, help me...". 18 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add quicknode --transport http "https://edge.vinkius.com/vk_preview_KXmcvaMCSZFRwuuczqPN4t4YGrO5deI8ZrCy4Zaq/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 QuickNode
Ask Claude: "Using QuickNode, show me...". 18 tools are ready
Where the request belongs
Work QuickNode can move forward.
Web3 developers and data engineers who are tired of manual dashboard clicking. It's for the person who needs to spin up data pipelines quickly without constant context switching.
Web3 Developer
Setting up contract event listeners and data streams for a new dApp launch on a Tuesday afternoon.
Data Engineer
Building complex, multi-chain data ingestion pipelines for analytics and monitoring.
DevOps Engineer
Monitoring and updating production webhooks and node configurations on the fly without manual UI edits.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBlockPi (Distributed RPC Network)
Access distributed blockchain RPC nodes via BlockPi. monitor RU balances, track consumption, and execute JSON-RPC calls across multiple networks.
Ankr (Web3 Node API)
Access high-performance Web3 RPC nodes via Ankr. Query block data, check wallet balances, and interact with smart contracts across multiple EVM chains.
Alchemy
Manage blockchain data. audit wallets, NFTs, and transactions via AI.
GetBlock (Web3 RPC Provider)
Access 50+ blockchain networks (Ethereum, Solana, Bitcoin) via RPC. Query balances, blocks, and transactions directly from your AI agent.
Infura (Ethereum Node RPC Provider)
Access Ethereum blockchain data via Infura. query blocks, check balances, estimate gas, and interact with smart contracts directly from any AI agent.
Tatum (Blockchain Infra)
Simplify blockchain development with Tatum. estimate fees, track portfolios, and manage real-time webhook subscriptions across multiple chains.
Bring your own AI
Change the model, client or framework. Keep QuickNode 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 QuickNode.
The practical details behind the request, access and result.
What can I do with the QuickNode MCP for AI Agents?
You can manage your blockchain data streams, deploy webhooks for events, and interact with RPC nodes like Ethereum. It turns your AI agent into a command center for your Web3 infrastructure.
Can the QuickNode MCP for AI Agents set up webhooks for me?
Yes. You can ask your agent to deploy webhooks using pre-defined templates for things like wallet filters or contract events, and it will handle the configuration for you.
How does the QuickNode MCP for AI Agents handle blockchain data?
It manages data ingestion through streams and allows for real-time queries. You can create, list, and update streams to pull live or historical data into your app.
Can I use the QuickNode MCP for AI Agents to filter my data?
Yes. By using the KV store capabilities, you can manage key-value pairs that power advanced filtering logic for your data streams, making your data ingestion more precise.
Is the QuickNode MCP for AI Agents good for data engineers?
It's built for them. It allows data engineers to orchestrate complex blockchain data pipelines and infrastructure updates using natural language instead of manual dashboard entries.
Does the QuickNode MCP for AI Agents support Ethereum?
Yes, it includes several Ethereum-specific RPC capabilities for checking block numbers, getting transaction receipts, and executing message calls.
How do I check the current block height on Ethereum?
You can use the rpc_eth_blocknumber capability. It will return the most recent block number from the blockchain network connected to your RPC URL.
Can I create a stream to monitor specific blockchain datasets?
Yes, use the create_stream capability. You can specify the dataset (e.g., 'block', 'traces') and the destination (e.g., 'webhook', 's3') to start ingesting data immediately.
How do I manage lists for my stream filters?
Use the create_kv_list capability to initialize a list and update_kv_list to add or remove items. These lists can be referenced in your Streams JavaScript filter functions.
One connection away
Give your agent a direct line to QuickNode.
Connect QuickNode once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available