Skip to main content
Glama

Contract Inspector MCP

by ACaiSec
  • Apple
  • Linux

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RPC_URLYesYour Ethereum RPC node address (e.g., from Infura, Alchemy, etc.)
ETHERSCAN_API_KEYYesYour Etherscan API key

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

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

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