π΄ Gulltoppr
io.github.portdeveloper/gulltopprResolve any EVM contract ABI (even unverified, via decompilation), read, simulate, prepare txs.
Tools Β· 12
List viem-backed chain aliases and ids. Use filters to find testnets, default-RPC chains, or a named chain before resolving contracts.
Read process-local resolver/rung/RPC counters for smoke checks and reliability dashboards.
Lookup gulltoppr-proven signatures for a 4-byte function/error selector or 32-byte event topic0. Prefer these over public 4byte guesses.
Read selector commons counts by proof grade and bytecode-match index size.
Return the CC0 selector commons as NDJSON. This can be large; prefer lookup_selector for normal agent workflows.
Resolve a contract's interface from chain + address via a fallback ladder (Etherscan β Sourcify β proxy β heimdall decompile β 4byte). Returns a compact capability manifest (read vs write functions, tβ¦
Call a view/pure function and get the decoded result. No wallet, no cost. Rejects state-mutating functions.
Encode a function call to calldata (0xβ¦) without sending anything.
Simulate a call and return success, gas, decoded return, and best-effort state diff / asset changes / logs. Provide a high-level call (address + function + args) or raw (to + data), never both.
Prepare a contract WRITE for the user to sign. Returns an UNSIGNED transaction, its simulation, a human-readable summary, safety metadata, warnings, a configured signing deeplink, and an EIP-1193 wallβ¦
Decode what a transaction did: delegated heimdall decode plus `decoded_call` from the resolved target ABI when available. Prefer `decoded_call` for typed function/arg names, and read its provenance.
Resolve an ENS/Basename to an address, or an address to its primary ENS/Basename. Pass chain=base for Basenames.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"π΄_gulltoppr": {
"url": "https://mcp.gulltoppr.dev/mcp",
"transport": "streamable-http"
}
}
}