mcpbeat Sign in

๐Ÿด Gulltoppr MCP Server

by portdeveloper Your server? Claim it
answering

๐Ÿด Gulltoppr is answering right now. Last checked 1 min ago. It exposes 12 tools. Last commit 1 Aug 2026.

Resolve any EVM contract ABI (even unverified, via decompilation), read, simulate, prepare txs.

Uptime history 48 days of history ยท worst day 98%
48 days agonow
100.0%
Uptime 24h
92 of 92 checks
12
Tools
read from the server
2556 ms
Response time
average over 24h
0
Stars
last commit 1 Aug 2026

๐Ÿด Gulltoppr missed one check this week

Everything else answered, so this is steady rather than shaky. We check every 15 minutes, which is how a one-off gets told apart from the start of a pattern, and how you hear about the next one within the hour instead of from your users.

Three servers free ยท no card

Connect this server

Endpoint below is the one we actually reach during checks โ€” not the one copied from a README. Last verified 1 min ago.

run in your terminal
claude mcp add gulltoppr --transport http https://mcp.gulltoppr.dev/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gulltoppr": {
      "url": "https://mcp.gulltoppr.dev/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gulltoppr]
url = "https://mcp.gulltoppr.dev/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "gulltoppr": {
      "url": "https://mcp.gulltoppr.dev/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gulltoppr": {
      "url": "https://mcp.gulltoppr.dev/mcp"
    }
  }
}

Available tools 12

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

resolve
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` ABI has synthetic function names โ€” treat it with care and confirm intent before writing. Partial, proxy, and bytecode-match results lead with a WARNING before the JSON. The compact manifest/provenance is also returned as structuredContent. Use method_q/method_kind/method_limit for large ABIs. Raw ABI is omitted from MCP output to save tokens; use REST/SDK resolve_abi with include_abi=true if needed.
resolve_name
Resolve an ENS/Basename to an address, or an address to its primary ENS/Basename. Pass chain=base for Basenames.
chains
list_chains
List viem-backed chain aliases and ids. Use filters to find testnets, default-RPC chains, or a named chain before resolving contracts.
contract
read_contract
Call a view/pure function and get the decoded result. No wallet, no cost. Rejects state-mutating functions.
decode
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.
encode
encode_call
Encode a function call to calldata (0xโ€ฆ) without sending anything.
export
export_registry
Return the CC0 selector commons as NDJSON. This can be large; prefer lookup_selector for normal agent workflows.
lookup
lookup_selector
Lookup gulltoppr-proven signatures for a 4-byte function/error selector or 32-byte event topic0. Prefer these over public 4byte guesses.
prepare
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 summary + simulation + warnings to the user. Only hand them the `deeplink` or `wallet_request` when `safety.signing_recommended` is true. If `safety.risk_level` is high or blocked, make that explicit; blocked means do not send.
registry
registry_stats
Read selector commons counts by proof grade and bytecode-match index size.
runtime
runtime_metrics
Read process-local resolver/rung/RPC counters for smoke checks and reliability dashboards.
simulate
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.

Endpoints

URLTransportStateLatencyChecked
https://mcp.gulltoppr.dev/mcp streamable-http answering 9785 ms 1 min ago

Alternatives to ๐Ÿด Gulltoppr

same job, measured the same way
simulate-monte-carlo
by encodi

Real Monte Carlo simulation of a compound event/conditional probability. Paid via x402.

1 tools answering
Base Onchain Tools
by workers-dolerite-base-onchain-tools

Base mainnet analysis: contract audits, transfer simulation, token pricing. Paid via x402.

12 tools answering
Cyberwarex Wallet Safety
by cyberpunk11147

Pre-sign wallet safety: tx simulation, signature decoding, address risk, ABI, URL phishing.

local only
Compare CLI MCP
by drbaher

MCP server for compare-cli: contract version diff/redline and a drift gate as agent tools.

46 installs/wk local only
Support Action Gate
by a2awire

Free to compete: testnet faucet funds everything. Resolve an escalation least-privilege.

23 tools answering
C
Verified Feed
by dropwatchhq

Contradiction-verified, freshness-SLA'd signed feed: per-record status + as-of date + receipt.

4 tools answering
Deepmiro
by kakarot-dev

Simulate hundreds of AI agents to predict how communities react to events and policies

72 installs/wk local only
UCAI
by nirholas

UCAI โ€” The ABI-to-MCP Server Generator. Convert any smart contract ABI into an AI-ready MCP server.

68 installs/wk local only

๐Ÿด Gulltoppr โ€” questions

Answers built from our own checks of this server.

What can ๐Ÿด Gulltoppr do?
It exposes 12 tools, read directly from the server on our last check. Among them: decode_tx, encode_call, export_registry, list_chains, lookup_selector, prepare_tx and 6 more. The full list with descriptions is on this page โ€” we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place โ†’
Is ๐Ÿด Gulltoppr working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 2556 ms. The bar chart above shows every period we have measured.
How do I connect ๐Ÿด Gulltoppr?
Copy the ready config from this page โ€” we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install โ€” the client connects to the address.
Does ๐Ÿด Gulltoppr need an API key?
No. ๐Ÿด Gulltoppr completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 12 of them are readable on this page. This is what we observed, not what the docs claim.
Is ๐Ÿด Gulltoppr open source?
We cannot say either way: written in TypeScript, 0 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.