{"status":"healthy","name":"zerodust","version":"0.1.0","protocolVersion":"2025-06-18","description":"ZeroDust MCP server. Empty a native gas balance to exactly zero on EIP-7702 chains.","transport":"http","endpoint":"/mcp","method":"POST","protocol":"JSON-RPC 2.0","supportedProtocolVersions":["2025-06-18","2025-03-26","2024-11-05"],"capabilities":{"tools":7},"tools":[{"name":"zerodust_get_balances","description":"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 cannot transfer 100% of a gas token, because paying for the transfer consumes the thing you are transferring, so a remainder is always left behind. This reports what is stuck and what could be moved out. Useful when a wallet has small amounts scattered over many chains, when someone cannot send their full balance, or before closing out, winding down or decommissioning a wallet."},{"name":"zerodust_get_quote","description":"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 ID; quotes expire after about 60 seconds. Executing the sweep needs the wallet's signing key, which this hosted server does not hold - use the @zerodust/mcp-server package or the SDK for that."},{"name":"zerodust_get_chains","description":"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."},{"name":"zerodust_get_sweep_status","description":"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 message if it failed."},{"name":"zerodust_list_sweeps","description":"List past sweeps for a wallet address, with status and amounts. Useful for confirming a chain was already emptied before trying again."},{"name":"zerodust_register_api_key","description":"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 unattended agent that will run repeatedly. The key is returned once and cannot be retrieved later - report it to the operator."},{"name":"zerodust_info","description":"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 sweeping will cost."}],"sweeping":"Not available on this hosted server, which holds no keys. Use npx @zerodust/mcp-server or @zerodust/sdk.","usage":{"method":"POST","contentType":"application/json","example":{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}}}