4,500+ servers built on MCP Fusion
Vinkius
Helius (Solana) logo
Vinkius
CrewAI logo

How to Use the Helius (Solana) MCP in CrewAI

Run specialized agent teams to track Solana wallets using CrewAI and the Helius (Solana) MCP Server.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Helius (Solana) MCP to CrewAI

Create your Vinkius account to connect Helius (Solana) 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

Specialized wallet monitoring crews

Dividing portfolio analysis among agents uses `get_wallet_transfers` and `get_wallet_balances` to track moving funds. You can assign a researcher agent to continuously poll transfers while an analyst agent runs balance checks to calculate current USD values. These agents share memory, allowing them to collaborate on complex portfolio assessments. The researcher feeds new transfer addresses directly to the analyst, who immediately checks holdings without starting from scratch.

Automated fraud detection and investigation

Investigating wallet histories relies on `get_wallet_funded_by` and `parse_transactions` to decode smart contract interactions. Your specialized security crew deploys one agent to find where the gas money came from, while another agent decodes recent actions. By dividing the labor, your crew flags suspicious patterns much faster than a single agent. The coordinator agent compiles these findings into a single report, detailing whether the target wallet is linked to known exploits.

Batch asset search and valuation

Scaling multi-asset queries uses `get_asset_batch` and `search_assets` to avoid performance bottlenecks. This MCP Server lets your CrewAI agents fetch data for multiple assets simultaneously, while a separate agent filters for specific custom token programs. Using multiple agents prevents bottlenecks during market volatility. While one agent is busy sorting through NFT Merkle proofs via `get_asset_proof`, another agent is free to monitor fee fluctuations using `get_priority_fee_estimate`.

Setup guide

Set up Helius (Solana) 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 Helius (Solana) tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

task = Task(
    description="List recent Helius (Solana) 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 Helius (Solana) MCP in CrewAI

Install `crewai` and pass your Vinkius HTTP endpoint directly into the agent's `mcps` list. If you need fine-grained control, use `MCPServerHTTP` from the `crewai.mcp` package and apply a `tool_filter` to expose only specific tools like `get_wallet_balances`.
Yes, agents can share tool outputs. One agent can use `get_wallet_history` to fetch raw transaction data, and then pass those results to a second agent specialized in running `parse_transactions` to decode the on-chain actions.
Yes, your execution agents can call `get_priority_fee_estimate` before preparing transactions. This allows the crew to dynamically adjust transaction fees based on current Solana network congestion, ensuring high confirmation rates.
You can configure selective tool exposure when setting up the server connection. By filtering the tools, you can ensure your research agent only has access to public read tools like `get_wallet_identity` and cannot access transaction parsing tools.
Yes, your wallet addresses and on-chain histories are fully protected. The MCP Server operates on a read-only basis for public blockchain data, and Vinkius's secure sandbox ensures no credentials or sensitive transaction parameters are ever leaked or cached.

Start using the Helius (Solana) MCP today

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

Built & Managed by Vinkius 30s setup 14 tools

We've already built the connector for Helius (Solana). Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 14 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.