goldrush-mcp-server
This MCP server exposes Covalent's GoldRush APIs as MCP resources and tools.
The GoldRush MCP Server provides a Model Context Protocol server that allows AI agents to interact with Covalent's GoldRush APIs. It is built using TypeScript and leverages the @modelcontextprotocol/sdk and @covalenthq/client-sdk for seamless integration.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"goldrush-mcp-server": {
"args": [
"-y",
"@covalenthq/goldrush-mcp-server"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Reviews
Sign in to reviewLoading reviews...
Credentials
Store API keys for goldrush-mcp-server securely
Loading...
Alternatives to goldrush-mcp-server