GoldRush

v1.0.0Finance & Fintechstable

Exposes Covalent's GoldRush APIs to provide LLMs with comprehensive blockchain data, including token balances, transaction histories, and chain metadata. It supports multiple networks and wallet types, including Bitcoin HD and non-HD addresses, throu

aicovalentcrypto-apigoldrushmcp-server
Share:
14
Stars
0
Downloads
0
Weekly
0/5

What is GoldRush?

GoldRush is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to exposes covalent's goldrush apis to provide llms with comprehensive blockchain data, including token balances, transaction histories, and chain metadata. it supports multiple networks and wallet types...

Exposes Covalent's GoldRush APIs to provide LLMs with comprehensive blockchain data, including token balances, transaction histories, and chain metadata. It supports multiple networks and wallet types, including Bitcoin HD and non-HD addresses, throu

This server falls under the Finance & Fintech category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Exposes Covalent's GoldRush APIs to provide LLMs with compre

Use Cases

Access blockchain data and wallet information
Query token balances and transaction histories
covalenthq

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.0.0
UpdatedMay 14, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx goldrush-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use GoldRush

GoldRush MCP Server exposes Covalent's GoldRush blockchain data APIs as MCP tools and resources, giving AI assistants access to comprehensive on-chain data across 200+ blockchain networks. It covers token balances, transaction histories, NFT ownership, gas estimates, historical portfolio values, DEX spot prices, smart contract event logs, and multi-chain wallet activity including Bitcoin HD and non-HD addresses. Developers building blockchain analytics tools, portfolio trackers, or DeFi research workflows can connect Claude or other MCP clients directly to live chain data using a single GoldRush API key.

Prerequisites

  • Node.js 18 or higher and npx available
  • A GoldRush API key — obtain one free at https://goldrush.dev/platform/auth/register/
  • An MCP-compatible client such as Claude Desktop, Claude Code CLI, Cursor, or Windsurf
1

Obtain a GoldRush API key

Register at https://goldrush.dev/platform/auth/register/ to get a free API key. This key is required for all GoldRush API calls and must be provided as the GOLDRUSH_API_KEY environment variable.

2

Add the server to Claude Desktop

Edit claude_desktop_config.json to register the GoldRush MCP server using npx. The server will be downloaded and run automatically on first use.

{
  "mcpServers": {
    "goldrush": {
      "command": "npx",
      "args": ["-y", "@covalenthq/goldrush-mcp-server@latest"],
      "env": {
        "GOLDRUSH_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}
3

Or add via Claude Code CLI

If using Claude Code instead of Claude Desktop, add the server with a single CLI command.

claude mcp add goldrush -e GOLDRUSH_API_KEY=<YOUR_API_KEY_HERE> -- npx -y @covalenthq/goldrush-mcp-server@latest
4

Restart your MCP client

Restart Claude Desktop (or reload your MCP client) to connect the server. The GoldRush tools will appear in the available tools list.

5

Test with a token balance query

Ask Claude to fetch the token balances for an Ethereum wallet address to confirm the server is working and your API key is valid.

GoldRush Examples

Client configuration

Claude Desktop configuration using npx to run the latest @covalenthq/goldrush-mcp-server with your GoldRush API key.

{
  "mcpServers": {
    "goldrush": {
      "command": "npx",
      "args": ["-y", "@covalenthq/goldrush-mcp-server@latest"],
      "env": {
        "GOLDRUSH_API_KEY": "YOUR_GOLDRUSH_API_KEY"
      }
    }
  }
}

Prompts to try

Example prompts for querying blockchain data across multiple networks using the GoldRush tools.

- "Get the token balances for wallet 0xfC43f5F9dd45258b3AFf31Bdbe6561D97e8B71de on eth-mainnet in USD"
- "Show me the transaction history for this Ethereum address on the last page"
- "What NFTs does this wallet own on Polygon?"
- "Get the current gas estimates for ERC20 transfers on eth-mainnet"
- "Show me the 7-day portfolio value history for this wallet on BSC"
- "Get the spot price for the Uniswap V3 USDC/ETH pool"
- "List all supported blockchain networks and their current status"

Troubleshooting GoldRush

API calls return 401 Unauthorized

Verify your GOLDRUSH_API_KEY is correctly set in the MCP config env block. Test it directly: curl -H 'Authorization: Bearer YOUR_KEY' 'https://api.covalenthq.com/v1/chains/' to confirm the key is valid.

npx fails to download the package or times out

Check your internet connection and npm registry access. Try running 'npx -y @covalenthq/goldrush-mcp-server@latest --help' manually in a terminal to confirm npx can fetch and run the package.

Chain name errors when querying specific networks

Use the exact GoldRush chain name format (e.g. 'eth-mainnet', 'matic-mainnet', 'bsc-mainnet'). Ask Claude to 'list all supported chains' using the config://supported-chains resource to see the full list of valid chain names.

Frequently Asked Questions about GoldRush

What is GoldRush?

GoldRush is a Model Context Protocol (MCP) server that exposes covalent's goldrush apis to provide llms with comprehensive blockchain data, including token balances, transaction histories, and chain metadata. it supports multiple networks and wallet types, including bitcoin hd and non-hd addresses, throu It connects AI assistants to external tools and data sources through a standardized interface.

How do I install GoldRush?

Follow the installation instructions on the GoldRush GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with GoldRush?

GoldRush works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is GoldRush free to use?

Yes, GoldRush is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Finance & Fintech MCP Servers

Explore all finance & fintech servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "goldrush-mcp-server": { "command": "npx", "args": ["-y", "goldrush-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use GoldRush?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides