What is vulcan-cli?
Vulcan is a Rust-built CLI for trading perpetual futures on Phoenix, a Solana-based DEX. It gives you a full command-line interface for managing accounts, placing orders, monitoring positions, and running automated trading strategies. The standout feature is its dual nature: it's designed for both human traders who want a keyboard-driven workflow and AI agents that connect via MCP (Model Context Protocol). You get paper trading for risk-free practice, TWAP and grid strategy runners, and technical analysis tools like RSI and MACD indicators. The CLI outputs JSON for scripting or tables for human readability, with global flags for dry-run mode, watch mode, and wallet selection.
Why is it gaining traction?
The AI agent integration is the hook. Vulcan bundles Agent Skills for Claude Code, Cursor, and Codex, and runs a local MCP server so agents can execute real trading operations with explicit acknowledgment. This bridges the gap between "I want my AI to trade for me" and "my AI actually has the tools and safety gates to do it." The paper trading mode lets you test strategies against live prices without touching real funds, which is essential when you're iterating on prompts or strategy rules. The project also ships with a smoke test suite in Python that validates real trading flows.
Who should use this?
Crypto traders who prefer terminal workflows over web dashboards will find a capable alternative. Developers building AI trading agents get a production-ready MCP server with tool schemas, error catalogs, and session logging built in. Quant traders who want to script TWAP or grid strategies in Rust without rebuilding order management from scratch. Anyone evaluating Phoenix perpetuals trading should start here before committing capital.
Verdict
Vulcan is a serious tool with a clear vision: make Solana perp trading scriptable and agent-ready. The credibility score of 0.9% reflects a young project with modest star count, but the codebase shows thoughtful architecture, comprehensive error handling, and real investment in safety features like the dangerous-gate pattern for live trading. If you're building AI trading workflows on Solana, this is worth evaluating. If you're a manual trader, the paper trading and strategy runners alone justify the install. Watch for maturity signals like community growth and third-party integrations before relying on it for significant capital.