onyx_base_contract_verify
InactiveTool of onyx-paid-mcp
Contract verification + ABI metadata for any Base address. Returns is_verified, contract name, compiler version, language, optimization, ABI entry count, license, source code size. Auto-detects EIP-1967/OZ/UUPS proxies and resolves to the implementation contract. Backed by Blockscout (free, no auth). Use before any swap or interaction — unverified contracts are an instant red flag. (price: $0.002 USDC, tier: metered)
Parameters schema
{
"type": "object",
"required": [
"address"
],
"properties": {
"address": {
"type": "string",
"description": "Contract address on Base mainnet (0x... 20-byte hex)."
},
"resolve_proxy": {
"type": "boolean",
"default": true,
"description": "If true and address is a proxy, also fetch the implementation contract's metadata."
},
"include_source": {
"type": "boolean",
"default": false,
"description": "If true, return full source code (can be 10s of KB). Otherwise just the byte length."
},
"include_full_abi": {
"type": "boolean",
"default": false,
"description": "If true, return the full ABI array (can be large). Otherwise just the entry count + function/event name list."
}
}
}Parent server
onyx-paid-mcp
https://github.com/dimitrilaouanis-tech/onyx-mcp
2/7 registries