🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@zerodust/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zerodust/mcp-server

MCP server for ZeroDust - sweep native gas tokens to zero via AI agents

Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
105
-75.64%
Maintainers
1
Weekly downloads
 
Created
Source

@zerodust/mcp-server

Model Context Protocol (MCP) server for ZeroDust - sweep native gas tokens to exactly zero.

Installation

npm install -g @zerodust/mcp-server

Or run directly with npx:

npx @zerodust/mcp-server

Configuration

Claude Desktop

Add to your ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "zerodust": {
      "command": "npx",
      "args": ["@zerodust/mcp-server"]
    }
  }
}

Claude Code

Add to your .claude/settings.json:

{
  "mcpServers": {
    "zerodust": {
      "command": "npx",
      "args": ["@zerodust/mcp-server"]
    }
  }
}

Environment Variables

VariableDescriptionDefault
ZERODUST_API_URLCustom API URLhttps://api.zerodust.xyz
ZERODUST_API_KEYAPI key for higher rate limits-

Available Tools

ToolDescription
zerodust_infoGet information about ZeroDust service and fees
zerodust_get_chainsList all supported blockchain chains
zerodust_get_balancesCheck native token balances across all chains
zerodust_get_quoteGet a quote for sweeping a chain
zerodust_get_sweep_statusCheck status of a submitted sweep
zerodust_list_sweepsList past sweeps for an address

Example Prompts

Once configured, you can ask Claude:

  • "What chains does ZeroDust support?"
  • "Check my balances on 0x1234..."
  • "Get a quote to sweep my Arbitrum ETH to Base"
  • "What's the status of my sweep?"

License

MIT

Keywords

zerodust

FAQs

Package last updated on 12 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts