← 返回
开发者工具 Key 中文

Goldrush CLI

GoldRush 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...
GoldRush CLI——一款终端优先的区块链数据工具,支持Claude Desktop与Claude Code的MCP协议。当用户查询区块链数据时使用此技能。
gane5h
开发者工具 clawhub v3.0.5 1 版本 100000 Key: 需要
★ 0
Stars
📥 498
下载
💾 5
安装
1
版本
#latest

概述

GoldRush CLI

Terminal-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.

Quick Start

# 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

Commands span portfolio management, market discovery, trading intelligence, and utilities. For the full reference with all parameters and examples, see overview.md.

Portfolio & Wallets

  • goldrush balances
    — full token portfolio with USD values and 24h changes
  • goldrush transfers
    — transfer history for any wallet
  • goldrush watch
    — real-time wallet activity streaming

Market Discovery

  • goldrush new_pairs [protocols...] — live stream of new DEX liquidity pairs
  • goldrush ohlcv_pairs [-i interval] — live OHLCV candlestick charts in ASCII

Trading Intelligence

  • goldrush traders — top traders ranked by unrealized PnL
  • goldrush gas [chain] — real-time gas price estimates
  • goldrush search — find tokens by name, symbol, or address

Utilities

  • goldrush chains — list supported chains
  • goldrush auth — set API key (stored in OS keychain)
  • goldrush install — configure Claude for MCP integration
  • goldrush config — view/update settings
  • goldrush status — check API key and connectivity
  • goldrush logout — clear session data

Critical Rules

  1. Chain names use kebab-caseeth-mainnet, solana-mainnet (same as Foundational API)
  2. Authentication — API key stored in OS keychain via goldrush auth, not environment variables
  3. MCP requires setup — run goldrush install before Claude can use GoldRush tools
  4. Streaming commandsnew_pairs, ohlcv_pairs, and watch use the Streaming API under the hood
  5. Output is formatted tables — designed for human-readable terminal output; pipe into Claude for AI processing

MCP Integration

The 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.

Reference Files

FileWhen to read
-------------------
overview.mdNeed full command reference with parameters, usage examples, or MCP setup details

版本历史

共 1 个版本

  • v3.0.5 当前
    2026-03-30 23:04 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 920 📥 185,720
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 65 📥 179,806
data-analysis

Goldrush Streaming API

gane5h
GoldRush 流式 API —— 通过 WebSocket 上的 GraphQL 订阅获取实时区块链数据。当用户需要实时价格行情(OHLCV)等链上数据推送时使用此技能。
★ 0 📥 524