Zerodust MCP Server

Exit a blockchain completely - transfer 100% of your native gas balance via EIP-7702

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-25 · ★ 2 · #103 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Zerodust

before you install - you'll need

Set ZERODUST_ALLOW_EXECUTE, ZERODUST_SIGNER_MODULE before connecting.

Claude Code

claude mcp add andresdefi-zerodust --transport http https://api.zerodust.xyz/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "andresdefi-zerodust": {
      "url": "https://api.zerodust.xyz/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://api.zerodust.xyz/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to api.zerodust.xyz

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

npm package @zerodust/mcp-server - the @zerodust scope differs from the repo owner (andresdefi); confirm it's the project's official package

registry namespace io.github.andresdefi is GitHub-verified and matches the repo owner

03 · Who maintains Zerodust

zerodust is maintained by andresdefi. It's the only MCP server we track from this author; the repo dates to Jan 2026.

04 · Facts

category
finance - ranked #103 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.andresdefi/zerodust (active, first published 2026-07-21 · 3 versions)
packages
npm:@zerodust/mcp-server

05 · Zerodust FAQ

What is Zerodust?

Exit a blockchain completely - transfer 100% of your native gas balance via EIP-7702

Is Zerodust still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-25. We re-verify nightly.

How do I install Zerodust?

Run `npx -y @zerodust/mcp-server`. The README documents 2 environment variables (ZERODUST_ALLOW_EXECUTE, ZERODUST_SIGNER_MODULE) to set first. Set ZERODUST_ALLOW_EXECUTE, ZERODUST_SIGNER_MODULE before connecting. You can also paste the ready-made client config above.

Does Zerodust require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

06 · Alternatives to Zerodust