skills/goldrush-mcp-skill/SKILL.md
Use 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.
npx skillsauth add holon-run/uxc goldrush-mcp-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use 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.mddevelopment
Operate Feishu or Lark IM APIs through UXC with a curated OpenAPI schema, tenant-token bearer auth, and chat/message guardrails.
development
Operate X API v2 through UXC with the official OpenAPI schema, OAuth2 PKCE user-context auth, app-only bearer guidance, and read-first guardrails for timeline/bookmark/post workflows.
development
Operate GitHub REST API through UXC with the official OpenAPI schema, explicit gh-to-uxc auth import, and read-first guardrails for repo, issue, pull request, and event workflows.
development
Operate WhatsApp Business Platform Cloud API through UXC with a curated OpenAPI schema, bearer-token auth, and message/profile guardrails.