Base Smart Contract Info Lookup
x402/base-smart-contract-info-lookupGet detailed information for any verified smart contract on Base chain. Returns contract name, compiler version, source code availability, full ABI, implementation address for proxies, license type, optimization runs, and EVM version. Essential for AI agents verifying contract authenticity, security audits, and integrating new protocols. [x402: $0.05/call on base, category=finance]
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"base_smart_contract_info_lookup": {
"url": "https://proxy.suverse.io/v1/data/base-contract-info",
"transport": "http"
}
}
}