Overview
GoldRush MCP Server
Query blockchain data across 100+ chains directly from your AI agent.
What you get
- Wallet token balances and portfolio value
- Transaction history with decoded events
- Token prices (current and historical)
- DEX pairs and trading data
- Real-time WebSocket streaming with OHLCV price feeds
- Cross-chain support for Ethereum, Base, Solana, Polygon, Arbitrum, and 100+ more
Setup
Claude Code: claude mcp add goldrush -e GOLDRUSH_API_KEY=YOUR_API_KEY -- npx -y @covalenthq/goldrush-mcp-server
Agent Skills:
npx skills add covalenthq/goldrush-agent-skills
Links
Server Config
{
"mcpServers": {
"goldrush": {
"command": "npx",
"args": [
"-y",
"@covalenthq/goldrush-mcp-server"
],
"env": {
"GOLDRUSH_API_KEY": "YOUR_API_KEY"
}
}
}
}