Skip to main content
AllMCPs
BrowseBestCategoriesToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI → MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
  • Remote MCP ↗ (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) ↗ (opens in a new tab)
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Browse
  3. Alchemy Mcp Server
  4. vs Zerodust
Side-by-Side Model Context Protocol Comparison

Alchemy Mcp Server vs Zerodust

In-depth architectural comparison of the Alchemy Mcp Server and Zerodust MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.

At a Glance & Executive Verdict

Alchemy Mcp Server
Finance & Fintech · Local stdio
Quality: 44/100 (Fair) | Auth: API Key required
Zerodust
Finance & Fintech · Local stdio
Quality: 57/100 (Good) | Auth: API Key required
Verdict Summary: Choose Alchemy Mcp Server if you need specialized Finance & Fintech tools running via a local process. Choose Zerodust if your workspace requires Finance & Fintech integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.

Which MCP Server Should You Choose?

Alchemy Mcp Server logo

Choose Alchemy Mcp Server when:

  • You need dedicated capabilities in the Finance & Fintech domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: API Key required (BYOK (Pay Provider Direct)).
  • You have access to required keys: ALCHEMY_API_KEY, AGENT_WALLET_SERVER.
  • Primary tools included: Token price queries with flexible time frames, Multichain token balance retrieval, Transaction history access across networks.
Explore Alchemy Mcp Server Details
Zerodust logo

Choose Zerodust when:

  • You need dedicated capabilities in the Finance & Fintech domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: API Key required (Free / Open Source).
  • You have access to required keys: ZERODUST_ALLOW_EXECUTE, ZERODUST_SIGNER_MODULE, ZERODUST_KEYSTORE_FILE, ZERODUST_PRIVATE_KEY_FILE, ZERODUST_PRIVATE_KEY, ZERODUST_ALLOWED_DESTINATIONS.

Feature & Specification Comparison

Specification
Alchemy Mcp Server logo
Alchemy Mcp Server
alchemy
Finance & Fintech
Zerodust logo
Zerodust
andresdefi
Finance & Fintech
SummaryAllow AI agents to interact with Alchemy's blockchain APIs.Sweep an agent's native gas balance to exactly zero on 25+ EVM chains via EIP-7702 sponsored execution — a relayer pays the gas and is reimbursed from the sweep, so nothing is left stranded. Same-chain or cross-chain. Read-only by default; sweeping is opt-in and destination-allowlisted, so a prompt-injected agent still cannot redirect funds. npx @zerodust/mcp-server
Category & Scope

Tools & Capabilities Breakdown

Alchemy Mcp Server Tools (5)

Token price queries with flexible time frames
Multichain token balance retrieval
Transaction history access across networks
NFT ownership and contract data fetching
Transaction sending and token swapping via wallet agent server

Zerodust Tools (10)

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 or sweeping.

Ready-to-Paste Client Configurations

Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).

Alchemy Mcp Server Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "alchemy-alchemy-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@alchemy/mcp-server"
      ],
      "env": {
        "ALCHEMY_API_KEY": "YOUR_ALCHEMY_API_KEY_HERE",
        "AGENT_WALLET_SERVER": "YOUR_AGENT_WALLET_SERVER_HERE"
      }
    }
  }
}
Zerodust Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "andresdefi-zerodust": {
      "command": "npx",
      "args": [
        "@zerodust/mcp-server"
      ],
      "env": {
        "ZERODUST_ALLOW_EXECUTE": "YOUR_ZERODUST_ALLOW_EXECUTE_HERE",
        "ZERODUST_SIGNER_MODULE": "YOUR_ZERODUST_SIGNER_MODULE_HERE",
        "ZERODUST_KEYSTORE_FILE": "YOUR_ZERODUST_KEYSTORE_FILE_HERE",
        "ZERODUST_PRIVATE_KEY_FILE": "YOUR_ZERODUST_PRIVATE_KEY_FILE_HERE",
        "ZERODUST_PRIVATE_KEY": "YOUR_ZERODUST_PRIVATE_KEY_HERE",
        "ZERODUST_ALLOWED_DESTINATIONS": "YOUR_ZERODUST_ALLOWED_DESTINATIONS_HERE"
      }
    }
  }
}

Frequently Asked Questions

Alchemy Mcp Server is categorized under Finance & Fintech and uses a local stdio subprocess. In contrast, Zerodust belongs to Finance & Fintech using local stdio subprocess. Select Alchemy Mcp Server when you need capabilities focused on finance & fintech and Zerodust when you require tools for finance & fintech.

More alternatives to Alchemy Mcp ServerMore alternatives to ZerodustFinance & Fintech category hub

Related MCP Server Comparisons

Popular comparisons with Alchemy Mcp Server

  • Onchain Mcp logoAlchemy Mcp Server vs Onchain Mcp
  • Evm Mcp logoAlchemy Mcp Server vs Evm Mcp
  • Solana Mcp Server logoAlchemy Mcp Server vs Solana Mcp Server
  • Token Minter Mcp logoAlchemy Mcp Server vs Token Minter Mcp

Popular comparisons with Zerodust

  • Primary tools included: zerodust_get_chains, zerodust_get_balances, zerodust_get_quote.
  • Explore Zerodust Details
    Finance & Fintech
    Finance & Fintech
    Quality signal44/100 (Fair)57/100 (Good)
    Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
    Auth RequirementAPI Key requiredAPI Key required
    Pricing ModelBYOK (Pay Provider Direct)Free / Open Source
    Required Env Vars
    ALCHEMY_API_KEYAGENT_WALLET_SERVER
    ZERODUST_ALLOW_EXECUTEZERODUST_SIGNER_MODULEZERODUST_KEYSTORE_FILEZERODUST_PRIVATE_KEY_FILEZERODUST_PRIVATE_KEYZERODUST_ALLOWED_DESTINATIONS
    Compatible Clients
    Claude DesktopCursorWindsurfClineVS Code
    Claude DesktopCursorWindsurfClineVS Code
    Install path signalnpx · highnpx · high
    Engagement & Health 3 views 0 copies 0 upvotes 88 stars 2 views 0 copies 0 upvotes 2 stars
    Verified / OfficialCommunity ListingCommunity Listing
    Open full listingView Alchemy Mcp Server ListingView Zerodust Listing
    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 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.
    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. Call this before sweeping so the user sees the numbers first. Returns a quote ID; quotes expire after about 60 seconds.
    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 message if it failed.
    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 read-only tools work without a key, so only call this when rate limits are actually being hit, or when setting up an unattended agent that will run repeatedly. The key is returned once and is not stored by this server - report it to the operator so they can set ZERODUST_API_KEY.
    zerodust_info
    Explain how a native gas balance can be emptied to exactly zero, what it costs, and how to set this server up to do it. Call this when asked how ZeroDust works, why a full balance normally cannot be sent, or what sweeping will cost.
    zerodust_get_agent_address
    Show which wallet this ZeroDust server signs with, where its key comes from, and which destinations it is allowed to sweep to. Call this before any sweep to confirm the right wallet is about to be emptied. Requires ZERODUST_ALLOW_EXECUTE=true plus a signing key; without them this tool returns an error and moves no funds. Pass dryRun=true to rehearse the whole flow without moving anything.
    zerodust_sweep
    Empty one chain completely: move 100% of the native gas token off it and leave the balance at exactly zero. This is the operation an ordinary transfer cannot do, because sending the gas token requires keeping some gas token back to pay for the send. Use when the goal is to close out, wind down, decommission or fully exit a chain, or to recover a leftover or stranded balance that is too small to move normally. Moves real funds. Call zerodust_get_quote first to show the user what they will receive. Requires ZERODUST_ALLOW_EXECUTE=true plus a signing key; without them this tool returns an error and moves no funds. Pass dryRun=true to rehearse the whole flow without moving anything.
    zerodust_sweep_all
    Empty every chain that still holds a native gas balance, consolidating all of it onto one destination chain and leaving each source at exactly zero. Use when the goal is to clean up a wallet across chains, collect scattered leftover gas, or retire a wallet entirely. Moves real funds across multiple chains. Call zerodust_get_balances first to show the user what will be swept. Requires ZERODUST_ALLOW_EXECUTE=true plus a signing key; without them this tool returns an error and moves no funds. Pass dryRun=true to rehearse the whole flow without moving anything.
    Wallet Inspector Mcp logoZerodust vs Wallet Inspector Mcp
  • Bicscan Mcp logoZerodust vs Bicscan Mcp
  • Novai Mcp Server logoZerodust vs Novai Mcp Server
  • Mcp Wallet Signer logoZerodust vs Mcp Wallet Signer