4,500+ servers built on MCP Fusion
Vinkius
Nodereal logo
Vinkius
CrewAI logo

How to Use the Nodereal MCP in CrewAI

Deploy autonomous on-chain crews with CrewAI and Nodereal. Let specialized agents monitor, analyze, and execute on EVM and Aptos.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Nodereal MCP on Cursor AI Code Editor MCP Client Nodereal MCP on Claude Desktop App MCP Integration Nodereal MCP on OpenAI Agents SDK MCP Compatible Nodereal MCP on Visual Studio Code MCP Extension Client Nodereal MCP on GitHub Copilot AI Agent MCP Integration Nodereal MCP on Google Gemini AI MCP Integration Nodereal MCP on Lovable AI Development MCP Client Nodereal MCP on Mistral AI Agents MCP Compatible Nodereal MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Nodereal MCP to CrewAI

Create your Vinkius account to connect Nodereal to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Deploy an On-Chain Monitoring Crew

Stop writing monolithic monitoring scripts. With CrewAI, you can build a team of agents with specific jobs. Assign one agent the `Block_Watcher` role, with the sole task of using `eth_block_number` to find new blocks. When it finds one, it passes the block number to a `Receipt_Scanner` agent. This second agent uses `nr_get_transaction_receipts_by_block_number` to scan for interesting transactions and alerts a third `Notifier` agent. Each agent does one thing well.

Build a DeFi Arbitrage Team

This is what multi-agent systems are for. A `Scout` agent uses `eth_get_logs` to watch for large swaps on a DEX. When it spots one, it passes the data to an `Analyst` agent. The `Analyst` agent uses `eth_call` to simulate arbitrage trades and `eth_estimate_gas` to check profitability. If a trade is viable, it delegates the task to an `Executor` agent, which is the only one with permission to use `eth_send_raw_transaction`. This separation of roles is key for security.

An MCP Server for NFT Intelligence

Create a crew to analyze an entire NFT collection. A `Distribution_Analyst` agent's job is to use `nr_get_nft_holders` to track ownership distribution. This agent can also use `nr_get_token_holders` for ERC20 tokens. Meanwhile, a `Wallet_Profiler` agent can use `nr_get_nft_inventory` and `nr_get_asset_transfers` to analyze the activity of top holders. A final `Reporter` agent synthesizes their findings into a daily brief. CrewAI manages the shared context between them.

Setup guide

Set up Nodereal MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Nodereal tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Nodereal Analyst",
    goal="Access and analyze Nodereal data via MCP.",
    backstory="Expert analyst with direct Nodereal access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Nodereal transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

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 CrewAI

When you define each agent in CrewAI, you can pass a specific list of tools to it. For example, give your 'Executor' agent only the `eth_send_raw_transaction` tool and give your 'Analyst' agent read-only tools like `eth_get_logs`.
Yes. The Nodereal MCP server exposes tools for both. You can have an 'Aptos_Scout' agent using `aptos_get_transactions` and an 'EVM_Scout' agent using `eth_get_logs` working in parallel within the same crew.
Start with two agents. A 'Watcher' agent that uses `eth_get_logs` to monitor for specific events. When an event is found, it passes the details to an 'Investigator' agent that uses `eth_get_transaction_receipt` to get more context.
CrewAI provides a shared memory context for the crew. When one agent gets a block number from Nodereal, it can add it to the context. The next agent in the process can then read that block number to perform its own task.
Your CrewAI agents run in your Python environment. They communicate over HTTPS with the Nodereal MCP server, which runs in a Vinkius-managed zero-trust sandbox. The server only processes data like contract addresses and transaction data for the duration of the request.

Start using the Nodereal MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 24 tools

We've already built the connector for Nodereal. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 24 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.