- Helius MCP — 10 routed tools that cover querying the blockchain, sending transactions, streaming, and more
- Claude Code Plugin — The first, and currently the only, official Claude Code plugin from a crypto company. One install: MCP servers + skills + reference files
- Skills — Expert instruction sets for Claude: Build, Phantom, Jupiter, DFlow, OKX, SVM
- TypeScript SDK — Type-safe methods for all Helius APIs
- Rust SDK — High-performance Rust SDK for Helius APIs
- Helius CLI — Account management and shell scripting
A machine-readable version of this section is available at agents/llms.txt for AI agent consumption.
MCP vs CLI
The Helius MCP server is the recommended way for AI agents to interact with Helius. It provides 10 routed tools that give AI direct, structured access to Solana — no shell commands, no output parsing, no manual API calls.Quick Start: Agent Signup
Agents can create a Helius account and get an API key in four steps using the Helius CLI:Authentication
All Helius API requests require an API key passed as a query parameter:https://mainnet.helius-rpc.com/?api-key=YOUR_API_KEY
Get an API key from the Helius Dashboard or programmatically via the Helius CLI.
Helius-Specific API Guidance
Use these Helius-optimized APIs instead of chaining standard Solana RPC methods:Recommended Workflows
Rate Limits Quick Reference
Rate limits depend on your plan. Agents start on the Agent tier with 1,000,000 credits. The Agent tier requires a $1 payment to prevent abuse.
For detailed rate limits per API, see Rate Limits.
Credits Per API Call
For the full breakdown, see Credits.
Retries and Error Handling
HTTP Status Codes
Retry Pattern
Monitor Credit Usage
Quick Reference
- Mainnet RPC:
https://mainnet.helius-rpc.com/?api-key=YOUR_API_KEY - Mainnet RPC (Gatekeeper Beta):
https://beta.helius-rpc.com/?api-key=YOUR_API_KEY - Devnet RPC:
https://devnet.helius-rpc.com/?api-key=YOUR_API_KEY - Mainnet WSS:
wss://mainnet.helius-rpc.com/?api-key=YOUR_API_KEY - Mainnet WSS (Gatekeeper Beta):
wss://beta.helius-rpc.com/?api-key=YOUR_API_KEY - Devnet WSS:
wss://devnet.helius-rpc.com/?api-key=YOUR_API_KEY - Sender endpoint:
https://sender.helius-rpc.com/fast - MCP server:
https://www.helius.dev/docs/mcp - Dashboard: dashboard.helius.dev
- Status: helius.statuspage.io