ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use QuickNode with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage blockchain infrastructure via QuickNode. create data streams, configure webhooks, and interact with RPC nodes directly from your AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 18 capabilities

The complete QuickNode capability set.

These are the exact actions your AI can choose when you ask it to work with QuickNode.

Capability set01 / 05

01-04

4 capabilities in this set.

Part of 18 available through QuickNode.

  1. 01

    Get kv list

    Retrieve items from a KV Store list

  2. 02

    Rpc eth getlogs

    Returns an array of all logs matching a given filter object

  3. 03

    Rpc eth gettransactionreceipt

    Returns the receipt of a transaction by hash

  4. 04

    Delete kv set

    Delete a KV Store key-value pair

Capability set02 / 05

05-08

4 capabilities in this set.

Part of 18 available through QuickNode.

  1. 05

    Delete stream

    Delete a QuickNode stream

  2. 06

    Delete webhook

    Delete a QuickNode webhook

  3. 07

    Get stream

    Retrieve details of a specific QuickNode stream

  4. 08

    List streams

    List all active QuickNode streams

Capability set03 / 05

09-12

4 capabilities in this set.

Part of 18 available through QuickNode.

  1. 09

    List webhooks

    Retrieve all QuickNode webhooks

  2. 10

    Rpc eth blocknumber

    Returns the number of the most recent block

  3. 11

    Update stream

    Update an existing QuickNode stream

  4. 12

    Create kv list

    Create a new KV Store list

Capability set04 / 05

13-15

3 capabilities in this set.

Part of 18 available through QuickNode.

  1. 13

    Create kv set

    Create a KV Store key-value pair

  2. 14

    Create stream

    Create a new QuickNode stream

  3. 15

    Create webhook

    Create a webhook from a template

Capability set05 / 05

16-18

3 capabilities in this set.

Part of 18 available through QuickNode.

  1. 16

    Get kv set

    Retrieve a value from KV Store sets

  2. 17

    Rpc eth call

    Executes a new message call immediately without creating a transaction

  3. 18

    Update kv list

    Add or remove items from a KV Store list

Observed, not estimated

909ms average. Fast in production.

QuickNode is checked daily against the live service.

Daily averagePeak 1116ms
Aug 20Today
Fastest day
780ms
Slowest day
1116ms
14-day trend
Slowing+11%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 18 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of QuickNode, so you can see the experience inside your AI.

It does not authenticate your account with QuickNode. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

QuickNode Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_KXmcvaMCSZFRwuuczqPN4t4YGrO5deI8ZrCy4Zaq/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — QuickNode capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "quicknode-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_KXmcvaMCSZFRwuuczqPN4t4YGrO5deI8ZrCy4Zaq/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions QuickNode owners ask.

  • 01

    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.

  • 02

    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.

  • 03

    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.