MCP Etherscan Server

get-contract-abi

Get the ABI for a smart contract

Input Schema

NameRequiredDescriptionDefault
addressYesContract address (0x format)

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Contract address (0x format)", "pattern": "^0x[a-fA-F0-9]{40}$", "type": "string" } }, "required": [ "address" ], "type": "object" }