What’s available
Skills
Drop-in instruction sets that teach Claude Code, Cursor, and Codex how to use OrbitFlare correctly: RPC, streaming, dedicated nodes, trading APIs, CLI, and SDK in one skill.
MCP Server
53 tools across RPC, streaming, billing, swaps, staking, and wallet ops. Works in any MCP-compatible host. Includes auth flows, top-up, and live docs as resources.
CLI
Single binary for streaming, querying, scaffolding, and account management. Every command supports
--json so output is parseable in shell scripts and CI/CD.Rust SDK
Typed Rust clients for RPC, WebSocket, Yellowstone gRPC, and Jetstream. Built-in retry, failover, and reconnection. Reads endpoints from environment variables.
Skill vs MCP vs CLI vs SDK
Pick the surface that matches the workflow:Skills and MCP are complementary. Install both: the skill teaches the agent how OrbitFlare works; the MCP server lets it actually call OrbitFlare without leaving the chat.
Recommended setup
The fastest path for a coding agent on Solana:1
Get an API key
Sign up at orbitflare.com and copy your license key from the Licenses section. The Free plan gives you 10 RPS / 1 TPS forever.
2
Install the skill
3
Install the MCP server
Add to your host’s MCP config:See MCP Server for per-host file paths and the Codex CLI TOML variant.
4
Restart your host
Restart Claude Code (or your host of choice) so it picks up the new skill and MCP server.
5
Try a prompt
“Stream pump.fun trades using OrbitFlare Jetstream from Frankfurt”
“What is the SOL balance of Gh9ZwEm…? Then show me the last 20 transactions for that address.”
“Quote 1 SOL → USDC with 0.3% slippage and build me a Yellowstone config to watch the pool.”
Common workflows
Source code
Everything is open source:- Skills: github.com/orbitflare/orbitflare-skills
- MCP server: github.com/orbitflare/orbitflare-mcp
- CLI: github.com/orbitflare/orbit-cli
- Rust SDK: github.com/orbitflare/orbitflare-sdk-rs