ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use NodeReal with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. High-performance blockchain infrastructure for Aptos and EVM networks. query accounts, blocks, and simulate transactions.

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 · 24 capabilities

The complete NodeReal capability set.

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

Capability set01 / 06

01-04

4 capabilities in this set.

Part of 24 available through NodeReal.

  1. 01

    Eth get transaction receipt

    Get the receipt of a transaction (EVM)

  2. 02

    Eth send raw transaction

    Creates new message call transaction or a contract creation for signed transactions (EVM)

  3. 03

    Nr get asset transfers

    Get asset transfers for an address (NodeReal Enhanced)

  4. 04

    Nr get nft inventory

    Get NFT inventory for an address (NodeReal Enhanced)

Capability set02 / 06

05-08

4 capabilities in this set.

Part of 24 available through NodeReal.

  1. 05

    Nr get token balance 20

    Get ERC20 token balance (NodeReal Enhanced)

  2. 06

    Nr get token holders

    Get list of token holders (NodeReal Enhanced)

  3. 07

    Nr get transaction receipts by block number

    Get all receipts in a block (NodeReal Enhanced)

  4. 08

    Aptos get account

    Get high-level information about an Aptos account

Capability set03 / 06

09-12

4 capabilities in this set.

Part of 24 available through NodeReal.

  1. 09

    Aptos get account modules

    Get all Move modules for a specific Aptos account

  2. 10

    Aptos get account resources

    Get all resources for a specific Aptos account

  3. 11

    Aptos get blocks by height

    Get Aptos blocks by height

  4. 12

    Aptos get ledger info

    Get the current Aptos ledger information

Capability set04 / 06

13-16

4 capabilities in this set.

Part of 24 available through NodeReal.

  1. 13

    Aptos simulate transaction

    Simulate an Aptos transaction submission

  2. 14

    Debug trace transaction

    Trace a transaction (EVM)

  3. 15

    Eth block number

    Get the current block number (EVM)

  4. 16

    Eth get balance

    Get the balance of an address (EVM)

Capability set05 / 06

17-20

4 capabilities in this set.

Part of 24 available through NodeReal.

  1. 17

    Eth chain ID

    Get the chain ID (EVM)

  2. 18

    Eth get block by number

    Get a block by its number (EVM)

  3. 19

    Aptos get transaction by hash

    Get an Aptos transaction by its hash

  4. 20

    Aptos get transactions

    Get a list of Aptos transactions

Capability set06 / 06

21-24

4 capabilities in this set.

Part of 24 available through NodeReal.

  1. 21

    Eth call

    Execute a new message call immediately without creating a transaction (EVM)

  2. 22

    Eth estimate gas

    Generates and returns an estimate of how much gas is necessary to allow the transaction to complete (EVM)

  3. 23

    Eth get logs

    Get logs matching a given filter object (EVM)

  4. 24

    Nr get nft holders

    Get holders of an NFT collection (NodeReal Enhanced)

Observed, not estimated

982ms average. Fast in production.

NodeReal is checked daily against the live service.

Daily averagePeak 1194ms
Aug 20Today
Fastest day
830ms
Slowest day
1194ms
14-day trend
Stable+1%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 24 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 NodeReal, so you can see the experience inside your AI.

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

NodeReal Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_rBCCylJboTjAuEJjKxGS91gr4oIB05T0frrua8Di/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 — NodeReal capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "nodereal-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_rBCCylJboTjAuEJjKxGS91gr4oIB05T0frrua8Di/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 NodeReal owners ask.

  • 01

    Can I check the resources associated with an Aptos account?

    Yes, you can use the aptos_get_account_resources capability by providing the account address to see all Move resources stored on that account.

  • 02

    How do I retrieve logs for a specific smart contract on an EVM chain?

    Use the eth_get_logs capability. You will need to provide a JSON filter object containing parameters like the contract address and block range.

  • 03

    Is it possible to test an Aptos transaction without actually sending it?

    Absolutely. The aptos_simulate_transaction capability allows you to submit a transaction payload to see if it would succeed and how much gas it would consume.