MCP Uptime
← MCP Reliability Index  /  Dev & Git
🐴

🐴 Gulltoppr

io.github.portdeveloper/gulltoppr
Resolve any EVM contract ABI (even unverified, via decompilation), read, simulate, prepare txs.
healthy
status
12
tools exposed
492ms
connect latency
3c7e1c7ef801
schema fingerprint

Tools (12)

list_chains
List viem-backed chain aliases and ids. Use filters to find testnets, default-RPC chains, or a named chain before resolving contracts.
runtime_metrics
Read process-local resolver/rung/RPC counters for smoke checks and reliability dashboards.
lookup_selector
Lookup gulltoppr-proven signatures for a 4-byte function/error selector or 32-byte event topic0. Prefer these over public 4byte guesses.
registry_stats
Read selector commons counts by proof grade and bytecode-match index size.
export_registry
Return the CC0 selector commons as NDJSON. This can be large; prefer lookup_selector for normal agent workflows.
resolve_abi
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, the 'buttons'), proxy chain, token metadata, and PROVENANCE. ALWAYS read `provenance`: a `decompiled`
read_contract
Call a view/pure function and get the decoded result. No wallet, no cost. Rejects state-mutating functions.
encode_call
Encode a function call to calldata (0x…) without sending anything.
simulate
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_tx
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 wallet request when signing is recommended. IMPORTANT: this tool NEVER signs or broadcasts. Present the
decode_tx
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_name
Resolve an ENS/Basename to an address, or an address to its primary ENS/Basename. Pass chain=base for Basenames.

Endpoint

https://gulltoppr-mcp.fly.dev/mcp
Category: Dev & Git · Last checked: 2026-07-30T13:59:16Z

Monitor your own MCP server

Get alerted the moment yours goes down, a tool schema drifts, or an upstream silently breaks.

Get early access
How we measure →
What this means. This server responded to the MCP handshake and listed its tools without authentication. The schema fingerprint lets us flag if tool signatures silently change (schema drift) between checks.