Install
openclaw skills install @jolestar/goldrush-mcp-skillUse GoldRush MCP through UXC for multichain wallet balances, transfers, portfolio history, NFT ownership, token approvals, prices, and chain metadata via stdio MCP with injected API-key auth.
openclaw skills install @jolestar/goldrush-mcp-skillUse this skill to run GoldRush MCP operations through uxc using a fixed stdio endpoint.
Reuse the uxc skill for generic protocol discovery, output parsing, and auth/error handling rules.
uxc is installed and available in PATH.npx is available in PATH (Node.js installed).@covalenthq/goldrush-mcp-server package fetch.Endpoint candidate inputs before finalizing:
npx @covalenthq/goldrush-mcp-server@latestnpx -y @covalenthq/goldrush-mcp-server@latestnpx -y @covalenthq/goldrush-mcp-server@latesthttps://goldrush.dev/docs/goldrush-mcp-serveruxc --inject-env GOLDRUSH_API_KEY=$GOLDRUSH_API_KEY "npx -y @covalenthq/goldrush-mcp-server@latest" -hnpx may need to download the packageuxc auth credential set goldrush-mcp --auth-type bearer --secret-env GOLDRUSH_API_KEYuxc auth credential set goldrush-mcp --auth-type bearer --secret-op op://Engineering/goldrush/api-keycommand -v goldrush-mcp-cliuxc link goldrush-mcp-cli "npx -y @covalenthq/goldrush-mcp-server@latest" --credential goldrush-mcp --inject-env GOLDRUSH_API_KEY={{secret}}goldrush-mcp-cli -hgoldrush-mcp-cli getAllChains -hgoldrush-mcp-cli multichain_balances -hgoldrush-mcp-cli transactions_for_address -hgoldrush-mcp-cli historical_portfolio_value -hgetAllChainsmultichain_address_activitymultichain_balancesmultichain_transactionstoken_balanceshistorical_token_balancesnative_token_balancehistorical_portfolio_valuehistorical_token_priceserc20_token_transferstransactiontransaction_summarytransactions_for_addresstransactions_for_blocknft_for_addressnft_check_ownershiptoken_approvalsgas_priceslog_events_by_addresslog_events_by_topicblockblock_heightsGoldRush also exposes MCP resources such as config://supported-chains, config://quote-currencies, and status://all-chains. Inspect the live server after auth setup for the current full tool and resource list.
-h on the specific tool before the first real call.data.--text.ok, kind, protocol, data, error.goldrush-mcp-cli as default command path.goldrush-mcp-cli <operation> ... is equivalent to uxc --auth goldrush-mcp --inject-env GOLDRUSH_API_KEY={{secret}} "npx -y @covalenthq/goldrush-mcp-server@latest" <operation> ... when the link is created as documented above.npx, not a hosted HTTPS MCP endpoint. Expect slower cold starts on the first run.npx is available in PATHGOLDRUSH_API_KEY--inject-env; GoldRush auth actually happens through the child environment variable, not an HTTP bearer header.<operation> -h first because GoldRush may revise MCP schemas independently of this skill.references/usage-patterns.md