GoldRush
About
Blockchain data across 100+ chains — wallet balances, token prices, transactions, DEX pairs, and more. REST API, real-time WebSocket with OHLCV price feeds, CLI, and x402 pay-per-request.
Details
- Author
- Unknown
- Categories
- Other, API
Jump to
A server that exposes GoldRush APIs as MCP resources and tools, enabling LLMs to interact with blockchain data.
The GoldRush MCP Server provides aModel Context Protocol (MCP)implementation that exposes GoldRush APIs as MCP resources and tools. It enables LLMs to interact with blockchain data across multiple chains.
You'll need a GoldRush API key to use this server.
No installation is needed as the server can be run directly usingnpx.
json theme={null} { "mcpServers": { "goldrush": { "command": "npx", "args": [ "-y", "@covalenthq/goldrush-mcp-server@latest" ], "env": { "GOLDRUSH_API_KEY": "<GOLDRUSH_API_KEY>" } } } } ` For more details, follow the official MCP Quickstart for Claude Desktop Users.
For more details, see Set up Model Context Protocol (MCP).
```json theme={null} { "mcpServers": { "goldrush": { "command": "npx", "args": [ "-y", "@covalenthq/goldrush-mcp-server@latest" ], "env": { "GOLDRUSH_API_KEY": "<GOLDRUSH_API_KEY>" } } } } ` For project-specific configuration, add the above to a .cursor/mcp.json file in your project directory.
```json theme={null} { "mcpServers": { "goldrush": { "command": "npx", "args": [ "-y", "@covalenthq/goldrush-mcp-server@latest" ], "env": { "GOLDRUSH_API_KEY": "<GOLDRUSH_API_KEY>" } } } }
The server is designed to be started as a subprocess by an MCP client. Here's an example using the MCP TypeScript SDK:
import { Client } from "@modelcontextprotocol/sdk/client/index.js"; import { StdioClientTransport } from "@modelcontextprotocol/sdk/client/stdio.js"; const transport = new StdioClientTransport({ command: "npx", args: ["-y", "@covalenthq/goldrush-mcp-server@latest"], env: {"GOLDRUSH_API_KEY": "<GOLDRUSH_API_KEY>"} }); const client = new Client( { name: "example-client", version: "1.0.0" }, { capabilities: { tools: {} } } ); await client.connect(transport); // List tools const tools = await client.listTools(); console.log("Available tools:", tools.tools.map(tool => tool.name).join(", ")); // Now you can call tools const result = await client.callTool({ name: "getAllChains", arguments: {} }); console.log(result);
The GoldRush MCP Server exposes over 50 tools for interacting with blockchain data. Here are some of the most commonly used tools:
Visit ourGitHub repositoryfor a complete list of tools and their parameters.
Resources are a core primitive in the Model Context Protocol that allow servers to expose data and content for use as context in LLM interactions. The GoldRush MCP Server provides both static and dynamic resources:
Dynamic resources fetch real-time data from the GoldRush API on each request, ensuring current information.
Once you've set up the GoldRush MCP Server with your preferred LLM client, you can start asking blockchain-related questions:
- "What are the top tokens in this Ethereum wallet: 0xeefB13C7D42eFCc655E528dA6d6F7bBcf9A2251d?"
- "Show me the transaction history for this wallet address on Polygon."
- "What NFTs does this wallet own across multiple chains?"
- "Get the gas prices for ERC20 transfers on Ethereum mainnet."
The LLM will automatically use the appropriate GoldRush MCP tools to retrieve the blockchain data and provide you with informative responses.
- GoldRush Agent Skills— Install skills for AI agents (Claude, Cursor, Gemini)
- GoldRush SDKs & CLI— TypeScript, Python, and CLI tools
- Powered by GoldRush— See how projects use our APIs
- What is GoldRush— Learn about all GoldRush products
MCP to interface with multiple blockchains, staking, DeFi, swap, bridging, wallet management, DCA, Limit Orders, Coin Lookup, Tracking and more.
MCP server for Aave — lending pool data, reserve info, user positions, and liquidation thresholds.
x402 payment gateway for AI agents — 12 crypto data tools (price, whale activity, gas, TVL, Fear & Greed, Dune queries) paid per-call in USDC on Stellar or Base. No API keys, no subscriptions.
Bitcoin-native MCP server for AI agents: BTC/STX wallets, DeFi yield, sBTC peg, NFTs, and x402 payments.
Blockchain data across 100+ chains: token prices, NFTs, transfers, simulation, traces, Solana DAS
MCP server for building unsigned transactions on multiple blockchains via Crypto APIs
MCP server for dry-run EVM transaction simulation via Crypto APIs
MCP server for DeFi data — real-time crypto prices, token analytics, wallet balances, and on-chain data across multiple chains.
Cross-protocol DeFi yield opportunities with risk metrics via DefiLlama. 16,000+ pools across 60+ chains. Risk classification, APY trends, and yield comparison.
Restaking data, operator info, and AVS details on EigenLayer.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




