get_contract_abi
ActiveTool of Etherscan
declared in 0.1.0
Verified contract ABI as JSON (if the contract is verified on Etherscan).
Parameters schema
{
"type": "object",
"examples": [
{
"address": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
},
{
"chain": "polygon",
"address": "0x7a250d5630b4cf539739df2c5dacb4c659f2488d"
}
],
"required": [
"address"
],
"properties": {
"chain": {
"type": "string",
"description": "Chain slug or chain ID (default ethereum)"
},
"address": {
"type": "string",
"description": "Contract address"
}
}
}Parent server
Etherscan
https://github.com/pipeworx-io/mcp-etherscan
1/7 registries