Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

io.github.andresdefi/zerodust

io.github.andresdefi/zerodust

Recover stranded native gas: empty a chain's balance to exactly zero on 25 EVM chains.

Uptime
100.0%
1 direct probes · 30d
Response
247ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

zerodust_get_balances

Find leftover native gas token (ETH, BNB, POL, ...) stranded across every supported EVM chain for one address, and report which of it can be recovered. Normally these balances are unrecoverable: you c…

zerodust_get_quote

Price out emptying a chain's native gas balance to exactly zero: how much actually arrives, the full fee breakdown, and whether the balance is even large enough to be worth recovering. Returns a quote…

zerodust_get_chains

List the EVM chains a native gas balance can be emptied to exactly zero on. Returns chain IDs, names, and native tokens. Call this to check whether a specific chain is supported before quoting.

zerodust_get_sweep_status

Check how a previously submitted sweep is progressing. Returns the current status (pending, simulating, executing, bridging, completed, failed), the transaction hash once there is one, and the error m…

zerodust_list_sweeps

List past sweeps for a wallet address, with status and amounts. Useful for confirming a chain was already emptied before trying again.

zerodust_register_api_key

Issue this agent its own ZeroDust API key for higher rate limits, with no human signup step. The other tools work without a key, so only call this when rate limits are being hit, or when setting up an…

zerodust_info

Explain how a native gas balance can be emptied to exactly zero, what it costs, and how to integrate. Call this when asked how ZeroDust works, why a full balance normally cannot be sent, or what sweep…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.andresdefi/zerodust": {
      "url": "https://api.zerodust.xyz/mcp",
      "transport": "streamable-http"
    }
  }
}