GoldRush CLI is a terminal-first tool for blockchain data. 17 commands, 100+ chains, real-time streaming, and native MCP support for AI agents. One install, and you’ve got live onchain data in your terminal or piped directly into Claude.Documentation Index
Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Two Modes, Same Data
GoldRush CLI serves both humans and AI agents from a single tool:- Humans get a rich terminal experience with live charts, interactive tables, and formatted output.
- Agents get MCP tools with structured, streaming data via the Model Context Protocol.
What It Does
Seventeen commands across portfolio management, market discovery, trading intelligence, and agent integration.Portfolio & Wallets
Check token balances across 100+ chains, view transfer history, and stream real-time wallet activity.
Commands:
Commands:
balances, transfers, watchMarket Discovery
Stream new DEX liquidity pairs as they launch and view live OHLCV candlestick charts in ASCII.
Commands:
Commands:
new_pairs, ohlcv_pairsTrading Intelligence
Find top traders for any token, check real-time gas prices, and search tokens by name or address.
Commands:
Commands:
traders, gas, searchAgent Integration
Register GoldRush as an MCP tool provider for Claude in one command. Agents call GoldRush commands natively.
Commands:
Commands:
install, auth, config, statusMCP: Built for Agents
GoldRush CLI is an MCP server. When you rungoldrush install, it registers GoldRush as a tool provider for Claude. The agent can then call GoldRush commands the same way it calls any other tool - no wrappers, no glue code.
Three core loops define how agents use blockchain data:
- Continuous Market Monitoring - An agent subscribes to
new_pairsand receives every new liquidity pair in real time. It evaluates, filters, scores, and decides whether to act. - Wallet Surveillance - An agent watches specific wallets using
watch. Whale wallets, smart money, protocol treasuries. Every swap, transfer, and deposit surfaces in real time. - Portfolio Intelligence - An agent pulls
balanceson a schedule, analyzes composition across chains, evaluates concentration risk, and recommends rebalancing.
Get Started
CLI Quickstart
Three commands to go from zero to streaming blockchain data in your terminal.