Install
openclaw skills install goldrush-cliGoldRush CLI — terminal-first blockchain data tool with MCP support for Claude Desktop and Claude Code. Use this skill whenever the user wants to query block...
openclaw skills install goldrush-cliTerminal-first blockchain data tool with MCP support for AI agents. Query wallets, stream DEX pairs, and pipe live on-chain data directly into Claude — all from the command line.
# Install and authenticate
npx @covalenthq/goldrush-cli auth
# Query wallet balances
goldrush balances eth-mainnet vitalik.eth
# Stream new DEX pairs
goldrush new_pairs solana-mainnet raydium
# Set up MCP for Claude
goldrush install
Commands span portfolio management, market discovery, trading intelligence, and utilities. For the full reference with all parameters and examples, see overview.md.
goldrush balances <chain> <address> — full token portfolio with USD values and 24h changesgoldrush transfers <address> <chain> — transfer history for any walletgoldrush watch <address> <chain> — real-time wallet activity streaminggoldrush new_pairs <chain> [protocols...] — live stream of new DEX liquidity pairsgoldrush ohlcv_pairs <pair> <chain> [-i interval] — live OHLCV candlestick charts in ASCIIgoldrush traders <token> <chain> — top traders ranked by unrealized PnLgoldrush gas [chain] — real-time gas price estimatesgoldrush search <query> — find tokens by name, symbol, or addressgoldrush chains — list supported chainsgoldrush auth — set API key (stored in OS keychain)goldrush install — configure Claude for MCP integrationgoldrush config — view/update settingsgoldrush status — check API key and connectivitygoldrush logout — clear session dataeth-mainnet, solana-mainnet (same as Foundational API)goldrush auth, not environment variablesgoldrush install before Claude can use GoldRush toolsnew_pairs, ohlcv_pairs, and watch use the Streaming API under the hoodThe CLI is an MCP server. Running goldrush install registers GoldRush as a tool provider for Claude. Agents can then call GoldRush commands natively — no wrappers or manual configuration needed.
| File | When to read |
|---|---|
| overview.md | Need full command reference with parameters, usage examples, or MCP setup details |