Helius (Solana) Connector for AI agents.
14 live capabilities
Query real-time Solana blockchain data and wallet balances.
Waiting for input…
Why people use Helius (Solana)
Helius (Solana) Blockchain Data for Web3 Research
With this Connector, you just tell your agent what you're looking for. It fetches the balances, identifies the funding source, and summarizes the history in one go. You get a clear picture of the data without ever leaving your chat window.
What Vinkius changes
It turns complex blockchain queries into simple natural language commands.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Whale Tracking
An analyst asks the agent to find the funding source of a large wallet and list its last 10 transfers to see where the money is moving.
- Real-world use case 02
NFT Audit
A collector asks the agent to list all NFTs owned by a specific address and show their metadata to verify a collection's contents.
- Real-world use case 03
Dev Debugging
A developer asks the agent to parse a specific raw transaction to see exactly why a smart contract call failed.
Complete set · 14capabilities
The complete Helius (Solana) capability set.
These are the exact actions your AI can choose when you ask it to work with Helius (Solana).
01—04
4 capabilities in this set.
Part of 14 available through Helius (Solana).
- 01 Capability
Get wallet identity
The get_wallet_identity capability resolves a specific Solana address to its known entity or domain. It helps you identify who owns a wallet quickly.
- 02 Capability
Get wallet transfers
The get_wallet_transfers capability shows all incoming and outgoing token transfers for a specific wallet. This helps you track the flow of funds in real time.
- 03 Capability
Parse transactions
The parse_transactions capability turns raw transaction data into a readable format that a human can actually understand. It takes the guesswork out of reading on-chain logs.
- 04 Capability
Search assets
The search_assets capability finds specific assets on the blockchain using filters like creator or collection. Use this to filter through thousands of items instantly.
05—08
4 capabilities in this set.
Part of 14 available through Helius (Solana).
- 05 Capability
Get asset batch
The get_asset_batch capability pulls data for multiple assets at once to save time on large requests. It's much faster than fetching items one by one.
- 06 Capability
Get asset proof
The get_asset_proof capability retrieves the Merkle proof required for compressed NFTs. This is essential for verifying ownership on the Solana network.
- 07 Capability
Get assets by owner
The get_assets_by_owner capability lists every single asset currently held by a specific Solana wallet. It's the fastest way to see a full portfolio.
- 08 Capability
Get priority fee estimate
The get_priority_fee_estimate capability finds the best priority fee to make sure your transaction lands during high traffic. It helps you avoid getting stuck in the mempool.
09—11
3 capabilities in this set.
Part of 14 available through Helius (Solana).
- 09 Capability
Get asset
The get_asset capability gets all the detailed metadata and information for a single Solana asset. Use this to see every detail of an NFT or token.
- 10 Capability
Get token accounts
The get_token_accounts capability shows all token accounts tied to a specific mint or owner. This gives you a full view of all token holdings.
- 11 Capability
Get transaction history
The get_transaction_history capability views an enhanced history of all transactions for a given address. Use this to see a complete timeline of wallet activity.
12—14
3 capabilities in this set.
Part of 14 available through Helius (Solana).
- 12 Capability
Get wallet balances
The get_wallet_balances capability shows current token and NFT balances along with their real-time USD values. It saves you from checking prices on other sites.
- 13 Capability
Get wallet funded by
The get_wallet_funded_by capability traces a wallet back to its original source of funding. This is a key capability for following the money in crypto.
- 14 Capability
Get wallet history
The get_wallet_history capability gets a complete, detailed transaction history for any Solana wallet. Use this for deep dives into past on-chain activity.
Set up in minutes
One URL. Then ask Helius (Solana) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Helius (Solana) 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_rZvUrLbG7EFmpImwQAgu4412hwtuzNpep3ht6y9d/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 Helius (Solana), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Helius (Solana) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_rZvUrLbG7EFmpImwQAgu4412hwtuzNpep3ht6y9d/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 Helius (Solana) URL.
- Step 03
Save and start
Save the connection and enable Helius (Solana) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"helius-solana": {
"url": "https://edge.vinkius.com/vk_preview_rZvUrLbG7EFmpImwQAgu4412hwtuzNpep3ht6y9d/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 Helius (Solana)
Open Agent mode in chat and ask: "Using Helius (Solana), help me...". 14 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"helius-solana": {
"url": "https://edge.vinkius.com/vk_preview_rZvUrLbG7EFmpImwQAgu4412hwtuzNpep3ht6y9d/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 Helius (Solana)
Ask Copilot: "Using Helius (Solana), help me...". 14 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"helius-solana": {
"url": "https://edge.vinkius.com/vk_preview_rZvUrLbG7EFmpImwQAgu4412hwtuzNpep3ht6y9d/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 Helius (Solana)
Open Cascade and ask: "Using Helius (Solana), help me...". 14 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"helius-solana": {
"url": "https://edge.vinkius.com/vk_preview_rZvUrLbG7EFmpImwQAgu4412hwtuzNpep3ht6y9d/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 Helius (Solana)
Ask Cline: "Using Helius (Solana), help me...". 14 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add helius-solana --transport http "https://edge.vinkius.com/vk_preview_rZvUrLbG7EFmpImwQAgu4412hwtuzNpep3ht6y9d/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 Helius (Solana)
Ask Claude: "Using Helius (Solana), show me...". 14 tools are ready
Where the request belongs
Work Helius can move forward.
For the crypto researcher who spends hours digging through on-chain logs or the dev who needs to debug smart contract states without switching windows.
Web3 Developer
Debugging on-chain states and verifying contract interactions directly in your IDE.
Crypto Analyst
Performing deep wallet forensics and tracking portfolio movements across the Solana network.
NFT Collector
Managing large collections and inspecting compressed NFT metadata quickly.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSolanaFM (Solana FM Block Explorer API)
Access Solana blockchain data via SolanaFM. inspect blocks, transactions, account metadata, and token balances directly from any AI agent.
The Graph (Web3 Indexing)
Index and query blockchain data across EVM and Solana chains. Access transfers, holders, swaps, and custom subgraphs directly.
GetBlock (Web3 RPC Provider)
Access 50+ blockchain networks (Ethereum, Solana, Bitcoin) via RPC. Query balances, blocks, and transactions directly from your AI agent.
Snowtrace (Avalanche Explorer)
Explore the Avalanche C-Chain. check AVAX balances, track ERC-20/NFT transfers, and inspect smart contract data directly from your AI agent.
Aptoscan (Aptos Blockchain Explorer API)
Explore the Aptos blockchain. check account balances, resources, transactions, and token data directly from your AI agent.
Covalent
Equip your AI agent to query unified blockchain data including balances, transactions, and NFTs across 100+ chains.
Bring your own AI
Change the model, client or framework. Keep Helius 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 Helius.
The practical details behind the request, access and result.
Can the Helius (Solana) MCP show me real-time prices?
Yes, it pulls real-time USD values for your token and NFT balances automatically so you don't have to check prices elsewhere.
How does Helius (Solana) help with NFT metadata?
It fetches detailed metadata for NFTs, compressed NFTs, and fungible tokens, making it easy to view collection details.
Can I use Helius (Solana) to track whale movements?
Yes, you can identify the original funding source of a wallet and view a complete transaction history to track large movements.
Does Helius (Solana) support compressed NFTs?
Yes, it includes specific capabilities to retrieve Merkle proofs and detailed data for compressed NFTs on the Solana network.
Can I use Helius (Solana) to check priority fees?
Yes, it provides precise priority fee estimates to help ensure your transactions land quickly during periods of high network congestion.
Is Helius (Solana) good for developers?
It is excellent for developers who need to debug on-chain states, parse raw transaction data into readable text, and verify contract interactions.
Can I see the USD value of my tokens and NFTs?
Yes! Use the get_wallet_balances capability. It fetches native SOL, SPL tokens, and NFTs along with their current market pricing in USD.
How do I handle compressed NFTs (cNFTs)?
You can use get_asset to see details or get_asset_proof to retrieve the Merkle proof required for on-chain interactions with compressed assets.
Can I search for assets by specific creators or collections?
Absolutely. Use the search_assets capability with a JSON query to filter by collection ID, creator address, or specific attributes.
One connection away
Give your agent a direct line to Helius.
Connect Helius once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available