Install
openclaw skills install etherscan-mcp-skillUse Etherscan MCP through UXC for address balance checks, token holder analysis, transaction inspection, and contract lookup tasks. Use when tasks need Etherscan MCP tools for onchain investigation with help-first schema inspection, bearer-key auth, and tier-aware read-first handling.
openclaw skills install etherscan-mcp-skillUse this skill to run Etherscan MCP operations through uxc.
Reuse the uxc skill for shared protocol discovery, output parsing, and generic auth/binding flows.
uxc is installed and available in PATH.https://mcp.etherscan.io/mcp.uxc https://mcp.etherscan.io/mcp -h401 Unauthorizeduxc auth credential set etherscan-mcp --auth-type bearer --secret-env ETHERSCAN_API_KEYuxc auth credential set etherscan-mcp --auth-type bearer --secret-op op://Engineering/etherscan/api-keyuxc auth binding add --id etherscan-mcp --host mcp.etherscan.io --path-prefix /mcp --scheme https --credential etherscan-mcp --priority 100command -v etherscan-mcp-cliuxc link etherscan-mcp-cli https://mcp.etherscan.io/mcpetherscan-mcp-cli -hetherscan-mcp-cli balance -hetherscan-mcp-cli tokenTopHolders -hetherscan-mcp-cli getContractAbi -hetherscan-mcp-cli transaction -hbalancetokenHoldingsfundedBygetAddressMetadatabalanceERC20balanceERC20HistoricaltokenTopHoldersgetTokenInfotxListinternalTxsByAddresserc20Transferserc721Transferserc1155TransferstransactioncheckTransactiongetContractAbigetContractSourceCodegetContractCreationverifySourceCodecheckVerifyStatusInspect etherscan-mcp-cli -h after auth setup for the current full tool list. Etherscan can expand MCP tools independently of this wrapper skill.
-h on the specific tool before the first real call.data.--text.ok, kind, protocol, data, error.etherscan-mcp-cli as default command path.etherscan-mcp-cli <operation> ... is equivalent to uxc https://mcp.etherscan.io/mcp <operation> ....401 Unauthorized:
uxc auth binding match https://mcp.etherscan.io/mcpuxc auth credential info etherscan-mcpuxc auth credential set etherscan-mcp --auth-type bearer --secret-env ETHERSCAN_API_KEYkey=value only for simple scalar inputs.<operation> -h first because Etherscan may revise MCP schemas independently of this skill.getTokenInfo can return NOTOK with an API Pro upgrade message on non-Pro keys.verifySourceCode as a write-like action requiring explicit user confirmation.references/usage-patterns.md