How to Use the Nodereal MCP in Claude Code
Build terminal pipelines, audit smart contracts, and query multi-chain state using Claude Code and Nodereal MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Nodereal MCP to Claude Code
Create your Vinkius account to connect Nodereal to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Run Claude Code diagnostics with the Nodereal MCP Server
`eth_block_number` returns the latest block height from EVM networks directly to your terminal. When running Claude Code in an SSH session, you can quickly check if a node is synced or verify network latency. The CLI agent can pipe this block height into `eth_get_block_by_number` to inspect the gas limit, base fee, and transaction count. This provides a fast, headless way to monitor network congestion without leaving your shell.
Audit token distributions from the command line
`nr_get_token_holders` fetches the complete list of addresses holding a specific ERC20 token. Claude Code uses this raw data to generate CSV reports or run statistical audits on token distribution. You can combine this with `nr_get_token_balance_20` to verify specific whale wallets. The terminal agent handles the pagination and sorting, giving you a clean breakdown of token economics in seconds.
Track Aptos transaction history headless
`aptos_get_transactions` gets a list of recent transactions on the Aptos ledger. Claude Code can run this in a shell script to monitor an address for incoming transfers or contract deployments. If a transaction looks suspicious, the CLI agent calls `aptos_get_transaction_by_hash` to extract the payload and event logs. This makes it simple to build automated alerts or security monitors that run in CI/CD pipelines.
Set up Nodereal MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seenodereal-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Nodereal transactions." It will automatically discover and invoke the available Nodereal tools.
claude mcp add --transport http nodereal-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Nodereal MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Nodereal MCP today
We host it, we monitor it, we maintain it. You just paste one token.