NodeReal Connector for AI agents.
24 live capabilities
Query real-time blockchain data and simulate transactions on Aptos and EVM networks.
Waiting for input…
Why people use NodeReal
Nodereal : Solving On-Chain Data Bottlenecks for Web3 Developers
With this Connector, your agent does the heavy lifting. You just ask it to find the logs for a specific event or check the balance of a dozen addresses at once. It pulls the data directly from NodeReal's infrastructure and presents it to you in a clean format. You get instant clarity without the tab-switching.
What Vinkius changes
You get direct, reliable blockchain data for Aptos and EVM chains without managing your own RPC nodes.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Debugging a failed smart contract
A dev asks why a transaction failed.
- Real-world use case 02
Auditing NFT distributions
A researcher wants to know who owns a specific collection.
- Real-world use case 03
Pre-flight transaction checks
A user wants to send a large transfer.
Complete set · 24capabilities
The complete NodeReal capability set.
These are the exact actions your AI can choose when you ask it to work with NodeReal.
01—04
4 capabilities in this set.
Part of 24 available through NodeReal.
- 01 Capability
Eth get logs
Filter and retrieve logs from EVM smart contracts. It's the go-to capability for complex on-chain data analysis.
- 02 Capability
Eth get transaction receipt
Get the final receipt for an EVM transaction. Use this to confirm if a transaction succeeded or failed.
- 03 Capability
Eth send raw transaction
Create a new message call or contract creation for signed transactions. This is for sending raw data to the EVM.
- 04 Capability
Nr get asset transfers
Get asset transfers for a specific address using NodeReal's enhanced data. It provides a deeper look at movement on the chain.
05—08
4 capabilities in this set.
Part of 24 available through NodeReal.
- 05 Capability
Nr get nft holders
Retrieve a list of holders for a specific NFT collection. This is great for analyzing ownership distribution.
- 06 Capability
Nr get nft inventory
See the entire NFT inventory for a specific address. Use this to see what a user currently owns.
- 07 Capability
Nr get token balance 20
Get the ERC20 token balance for an address. This is a specialized capability for checking specific token holdings.
- 08 Capability
Nr get token holders
Pull a list of holders for a specific token. It helps with identifying the largest stakeholders in a project.
09—12
4 capabilities in this set.
Part of 24 available through NodeReal.
- 09 Capability
Nr get transaction receipts by block number
Get all receipts within a specific block. This is useful for bulk auditing of block activity.
- 10 Capability
Aptos get transaction by hash
Get specific Aptos transaction details using its unique hash. It's perfect for looking up the history of a specific on-chain action.
- 11 Capability
Aptos get account modules
List all Move modules for a specific Aptos account. This helps you see what's running on a specific address.
- 12 Capability
Aptos get account resources
Get all resources for an Aptos account. Use this to inspect the state of an account's assets.
13—16
4 capabilities in this set.
Part of 24 available through NodeReal.
- 13 Capability
Aptos get account
Get high-level information about an Aptos account. It's the first thing you should check when investigating an address.
- 14 Capability
Aptos get blocks by height
Get Aptos blocks at a specific height. This lets you look back at historical chain data.
- 15 Capability
Aptos get ledger info
Get the current ledger information for the Aptos network. This gives you a snapshot of the current chain state.
- 16 Capability
Aptos get transactions
Pull a list of recent Aptos transactions. Use this to see the latest activity on the network.
17—20
4 capabilities in this set.
Part of 24 available through NodeReal.
- 17 Capability
Aptos simulate transaction
Run a simulation on an Aptos transaction before you send it. This helps you check for errors and see the gas cost upfront.
- 18 Capability
Debug trace transaction
Trace an EVM transaction to see its execution path. It helps you understand exactly what happened during a smart contract call.
- 19 Capability
Eth block number
Get the current block number for an EVM chain. This is the quickest way to check the latest network height.
- 20 Capability
Eth call
Execute a message call on an EVM chain without sending a transaction. It's the standard way to interact with smart contracts instantly.
21—24
4 capabilities in this set.
Part of 24 available through NodeReal.
- 21 Capability
Eth chain id
Retrieve the unique chain ID for an EVM network. This ensures your agent is looking at the correct blockchain.
- 22 Capability
Eth estimate gas
Calculate the gas needed for an EVM transaction. Use this to prevent out-of-gas errors before you commit.
- 23 Capability
Eth get balance
Check the balance of any address on an EVM chain. It returns the amount in wei for easy calculation.
- 24 Capability
Eth get block by number
Fetch all data for a specific block on an EVM chain. This is useful for inspecting historical block data.
Set up in minutes
One URL. Then ask NodeReal to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use NodeReal 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_rBCCylJboTjAuEJjKxGS91gr4oIB05T0frrua8Di/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 NodeReal, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable NodeReal for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_rBCCylJboTjAuEJjKxGS91gr4oIB05T0frrua8Di/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 NodeReal URL.
- Step 03
Save and start
Save the connection and enable NodeReal in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"nodereal": {
"url": "https://edge.vinkius.com/vk_preview_rBCCylJboTjAuEJjKxGS91gr4oIB05T0frrua8Di/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 NodeReal
Open Agent mode in chat and ask: "Using NodeReal, help me...". 24 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"nodereal": {
"url": "https://edge.vinkius.com/vk_preview_rBCCylJboTjAuEJjKxGS91gr4oIB05T0frrua8Di/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 NodeReal
Ask Copilot: "Using NodeReal, help me...". 24 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"nodereal": {
"url": "https://edge.vinkius.com/vk_preview_rBCCylJboTjAuEJjKxGS91gr4oIB05T0frrua8Di/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 NodeReal
Open Cascade and ask: "Using NodeReal, help me...". 24 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"nodereal": {
"url": "https://edge.vinkius.com/vk_preview_rBCCylJboTjAuEJjKxGS91gr4oIB05T0frrua8Di/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 NodeReal
Ask Cline: "Using NodeReal, help me...". 24 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add nodereal --transport http "https://edge.vinkius.com/vk_preview_rBCCylJboTjAuEJjKxGS91gr4oIB05T0frrua8Di/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 NodeReal
Ask Claude: "Using NodeReal, show me...". 24 tools are ready
Where the request belongs
Work NodeReal can move forward.
This is for the Web3 developer who's tired of refreshing block explorers, the data analyst digging for on-chain patterns, and the DevOps engineer monitoring network health.
Web3 Developer
Debugging smart contracts and checking account states directly in the IDE on a Tuesday afternoon.
Blockchain Data Analyst
Extracting logs and transaction metadata for research and reporting without writing custom scrapers.
DevOps Engineer
Monitoring network height and chain connectivity through simple natural language commands.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAptoscan (Aptos Blockchain Explorer API)
Explore the Aptos blockchain. check account balances, resources, transactions, and token data 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.
Tenderly (Ethereum Dev Platform)
Simulate Ethereum transactions, create Virtual TestNets, and monitor on-chain events directly from your AI agent.
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.
Bring your own AI
Change the model, client or framework. Keep NodeReal 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 NodeReal.
The practical details behind the request, access and result.
Can Nodereal MCP help me check balances on multiple chains?
Yes, it allows your agent to query balances on both Aptos and EVM-compatible networks. You can ask for specific address balances and get the results instantly.
How does Nodereal MCP work with Aptos?
It connects your agent to Aptos RPC endpoints. This means you can retrieve account resources, Move modules, and ledger info using plain language.
Can I use Nodereal MCP to simulate transactions?
Yes, you can use the simulation capabilities to see how a transaction will behave on Aptos before you actually send it. This helps you avoid failed transactions and save on gas.
Is Nodereal MCP good for NFT research?
It's excellent for that. You can use it to pull NFT inventories for specific addresses or get a full list of holders for an entire collection.
Does Nodereal MCP support Ethereum logs?
Yes, it includes capabilities to fetch and filter logs from EVM smart contracts, which is essential for deep on-chain data analysis.
How do I connect Nodereal MCP to my AI client?
You just need your NodeReal API Endpoint URL. Once you add that to your Connector client, your agent can start querying the blockchain immediately.
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.
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.
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.
One connection away
Give your agent a direct line to NodeReal.
Connect NodeReal once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available