Skip to main content
Glama

MCP Etherscan Server

get-contract-abi

Fetch the ABI of a smart contract directly from the Ethereum blockchain by entering its address, enabling interaction and integration with decentralized applications.

Instructions

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" }

You must be authenticated.

Other Tools from MCP Etherscan Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/crazyrabbitLTC/mcp-etherscan-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server