Skip to main content
Glama

mcp-otc

Official
by otc-ai

get-contract-abi

Retrieve the Application Binary Interface (ABI) for a specific smart contract using its address on the mcp-otc server, designed for chain-id 175.

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

Other Tools from mcp-otc

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/otc-ai/mcp-otc'

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