← Registry
Developer Tools
gulltoppr.dev
Provides blockchain contract interaction capabilities including ABI resolution, contract reading, encoding, simulation, and transaction preparation.
ENDPOINT 1
https://mcp.gulltoppr.dev/mcp
Known tools 7
resolve_abiResolve a contract's interface from chain + address via a fallback ladder (Etherscan → Sourcify → proxy → heimdall decompile → 4byte).
read_contractCall a view/pure function and get the decoded result.
encode_callEncode a function call to calldata (0x…) without sending anything.
simulateSimulate a call and return success, gas, decoded return, and best-effort state diff / asset changes / logs.
prepare_txPrepare a contract WRITE for the user to sign.
decode_txDecode what a transaction did: decoded calldata (and trace when available), via heimdall.
resolve_nameResolve an ENS name to an address, or an address to its primary ENS name.