Skip to main content
Glama

Contract Inspector MCP

by ACaiSec
  • Apple
  • Linux

contract_info

Retrieve comprehensive EVM contract details on-chain, including results of all view functions without parameters, from a specified contract address using Ethereum contract analysis.

Instructions

获取 EVM 合约的完整链上信息,包括调用所有无参数的 view 函数 Args: contract_address: EVM 合约地址 (0x开头的42位十六进制字符串) Returns: 合约的详细信息,包括基础信息和所有view函数的调用结果

Input Schema

NameRequiredDescriptionDefault
contract_addressYes

Input Schema (JSON Schema)

{ "properties": { "contract_address": { "title": "Contract Address", "type": "string" } }, "required": [ "contract_address" ], "title": "contract_infoArguments", "type": "object" }
Install Server

Other Tools from Contract Inspector MCP

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/ACaiSec/ContractInfoMCP'

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