How to Use the Nodereal MCP in VS Code Copilot
Equip your entire VS Code Copilot team with live Aptos and EVM querying via MCP.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Nodereal MCP to VS Code Copilot
Create your Vinkius account to connect Nodereal to VS Code Copilot and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Team-Wide Blockchain Access
`eth_get_balance` and `aptos_get_account` give your whole engineering team instant access to on-chain state. You commit the config to your repository, and every developer gets the same tools. No one has to juggle RPC URLs or write custom bash scripts to check wallet balances. Copilot uses these tools to pull live context while you code. If a junior developer needs to understand how a contract emits events, the agent uses `eth_get_logs` to pull real examples from mainnet. It explains the event structure using actual data.
VS Code Copilot MCP Server Simulation
`eth_send_raw_transaction` and `aptos_simulate_transaction` let you test payloads without leaving your IDE. Your AI client builds the transaction, estimates the gas, and simulates the execution. You catch revert errors before they hit your staging environment. When things do break, the agent pulls the exact receipt using `eth_get_transaction_receipt`. It analyzes the gas usage and event logs, then suggests the exact code changes needed to fix your transaction builder.
Advanced Portfolio Indexing
`nr_get_asset_transfers` and `nr_get_nft_inventory` replace dozens of standard RPC calls with a single query. When your team builds wallet features, Copilot uses these tools to fetch a user's entire transaction history and token balances instantly. This drastically reduces the time spent writing data aggregation logic. The agent calls `nr_get_token_balance_20`, sees the exact JSON response format, and generates the TypeScript types your frontend needs to render the portfolio.
Set up Nodereal MCP in VS Code Copilot
Prerequisites
- VS Code 1.99 or later with GitHub Copilot extension
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and run "MCP: Add Server". Select HTTP (Streamable) as the server type. VS Code will create.vscode/mcp.jsonin your workspace. - 2
Add the Nodereal MCP
Paste the JSON snippet shown on the right into your
.vscode/mcp.json. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Switch to Agent mode
Open Copilot Chat (
Cmd+Shift+I/Ctrl+Shift+I) and switch to Agent mode using the dropdown. MCP tools are only available in Agent mode — they do not appear in Edit or Ask modes. - 4
Verify the connection
In the Copilot Chat input, type
#to list available tools. You should see the Nodereal tools listed. Try asking: "List my recent Nodereal transactions" and Copilot will invoke them automatically.
{
"mcpServers": {
"nodereal-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by NodeReal. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 VS Code Copilot
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.