Integrate GoldRush with your favorite AI coding agents.

Agent Directory

Claude Code logo

Claude Code

Anthropic
Terminal
IDE
Anthropic's agentic coding tool that lives in your terminal and understands your codebase end-to-end.
Full codebase understanding and editing
MCP server integration for live data
Autonomous multi-step task execution
Terminal-native workflow
Use with GoldRush →
Codex logo

Codex

OpenAI
Terminal
Cloud
OpenAI's cloud-native coding agent that runs tasks in a sandboxed environment with full autonomy.
Sandboxed cloud execution environment
Autonomous task completion
Git-aware with PR creation
Parallel task execution
Use with GoldRush →
OpenClaw logo

OpenClaw

Peter Steinberger
Terminal
Standalone
Open-source personal AI agent with 68k+ GitHub stars that runs locally and self-improves by writing its own skills.
Self-improving via skill creation
Multi-platform messaging integration
Cron jobs and webhook automation
Local-first with MCP support
Use with GoldRush →
Cursor logo

Cursor

Cursor
IDE
AI-native code editor with deep codebase understanding, inline editing, and multi-file generation.
Inline code generation and editing
Full codebase context awareness
MCP server support via settings
Multi-file editing and refactoring
Use with GoldRush →
GitHub Copilot logo

GitHub Copilot

GitHub
IDE
Extension
GitHub's AI pair programmer that provides inline suggestions and chat-based coding assistance.
Inline code completions
Chat-based coding with MCP support
GitHub integration for PRs and issues
Multi-language support
Use with GoldRush →
Windsurf logo

Windsurf

Codeium
IDE
Agentic IDE by Codeium with Cascade, a multi-step AI that plans, edits, and executes across your project.
Cascade multi-step AI flows
Deep codebase indexing
MCP server integration
Inline edits with full context
Use with GoldRush →
Cline logo

Cline

Cline
IDE
Extension
Open-source autonomous coding agent that runs in VS Code with full terminal and browser access.
Autonomous file creation and editing
Terminal command execution
Built-in MCP server support
Browser automation for testing
Use with GoldRush →
Devin logo

Devin

Cognition
Cloud
Standalone
The world's first fully autonomous AI software engineer that plans, codes, tests, and deploys independently.
Fully autonomous software engineering
Own development environment with browser
Plans and executes multi-step projects
Deploys and tests independently
Use with GoldRush →

Build Onchain Experiences with AI

Portfolio Tracker

Build a multi-chain portfolio tracker that fetches token balances across Ethereum, Base, and Polygon using the GoldRush SDK.

Multi-chain token balances in one call
Real-time USD price conversion
Historical portfolio value tracking
import { GoldRushClient } from "@covalenthq/client-sdk";

const client = new GoldRushClient("YOUR_API_KEY");

const chains = ["eth-mainnet", "base-mainnet", "matic-mainnet"];
const wallet = "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045";

const portfolio = await Promise.all(
    chains.map(chain =>
        client.BalanceService
            .getTokenBalancesForWalletAddress(chain, wallet)
    )
);

// Aggregate balances across all chains
const allTokens = portfolio.flatMap(r => r.data?.items ?? []);
const totalUSD = allTokens.reduce(
    (sum, token) => sum + (token.quote ?? 0), 0
);

GoldRush MCP Server

Give any AI agent instant access to structured blockchain data from 100+ chains. The GoldRush MCP Server exposes 27+ tools for wallet balances, transactions, DEX data, NFTs, and more. All through the Model Context Protocol standard.
27+MCP Tools
100+Chains
mcp-config.json
{
  "mcpServers": {
    "goldrush": {
      "command": "npx",
      "args": ["-y", "@covalenthq/goldrush-mcp-server"],
      "env": {
        "GOLDRUSH_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

GoldRush Agent Skills

GoldRush Agent Skills give AI agents structured context for every endpoint, parameter, and credit cost. View all skills on GitHub →
Install GoldRush Skills
npx skills add covalenthq/goldrush-agent-skills
Available skills
Foundational APIREST endpoints for historical blockchain data. Balances, transactions, NFTs, token prices, security checks, cross-chain queries across 100+ networks.
Streaming APIReal-time GraphQL subscriptions. OHLCV candles, new DEX pairs, wallet activity monitoring, token search, and PnL queries via WebSocket.
x402Pay-per-request access without API keys. Agents pay with stablecoins using the HTTP 402 protocol. No accounts, no rate limits, no key management.
CLITerminal-first blockchain data with native MCP support. 17 commands that work for both humans and AI agents.

Why GoldRush for Agents

100+ Chains, One API

Access structured data from Ethereum, Solana, Base, Polygon, and 100+ more chains through a single unified API.

Structured for AI

Clean, typed JSON responses designed for LLM consumption. No raw hex decoding or ABI parsing needed.

Real-time Streaming

WebSocket streaming for new DEX pairs, token prices, and onchain events. Build reactive agents that respond to live data.

MCP Native

First-class Model Context Protocol server with 27+ tools. Works out of the box with Claude Code, Cursor, Copilot, and more.

Battle-tested at Scale

99.99% uptime SLA, SOC 2 compliant, used by 70K+ developers. Enterprise-grade reliability for your agent infrastructure.

Free to Start

Get a free API key and start building immediately. Generous free tier with simple, predictable pricing as you scale.

Agent Comparison

FeatureClaude CodeCodexOpenClawCursorGitHub CopilotWindsurfClineDevin
MCP Compatible
Direct SDK Usage
Multi-chain Data
Streaming Support
TypeScript
Python
Autonomous
Open Source

Frequently Asked Questions

The GoldRush MCP Server is a Model Context Protocol server that gives AI coding agents direct access to 27+ blockchain data tools. It works with any MCP-compatible agent (Claude Code, Cursor, Copilot, etc.) to fetch token balances, transactions, DEX data, NFTs, and more from 100+ chains.

Get Started

Get started with GoldRush API in minutes. Sign up for a free API key and start building.

Support

Explore multiple support options! From FAQs for self-help to real-time interactions on Discord.

Contact Sales

Interested in our professional or enterprise plans? Contact our sales team to learn more.