mcpbeat Sign in

web3agent MCP Server

local only

web3agent runs on your own machine — the client starts it, so there is no endpoint to ping. 66 installs a week from npm. Last commit 1 Jul 2026.

Web3 MCP proxy for AI agents: DeFi swaps, bridges, market data, wallets, and gated writes.

Installs per day peak 30 · avg 11 · +10% w/w
a month agotoday
66
Installs / week
npm · web3agent
1
Stars
0 open issues
1 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

const child = spawn(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add web3agent -- npx -y web3agent
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "web3agent": {
      "args": [
        "-y",
        "web3agent"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.web3agent]
command = "npx"
args = ["-y", "web3agent"]
.cursor/mcp.json
{
  "mcpServers": {
    "web3agent": {
      "args": [
        "-y",
        "web3agent"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "web3agent": {
      "args": [
        "-y",
        "web3agent"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CHAIN_ID (Default EVM chain ID. Defaults to Base mainnet (8453).), CONFIRM_WRITES (Require explicit confirmation before write operations execute. Defaults to true.), ETHERSCAN_API_KEY (Optional Etherscan API key for Etherscan-backed explorer tools.), ZEROX_API_KEY (Optional 0x API key for 0x swap plugin support.), COINGECKO_API_KEY (Optional CoinGecko API key for higher-rate market data.), CCXT_CONFIG_PATH (Optional local path to a CCXT account config JSON file.), OWS_PASSPHRASE (Optional Open Wallet Standard vault passphrase for persisted local wallets.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to web3agent

same job, measured the same way
Agent Wallet MCP
by rumblingb

Agent wallet and budget management for AI agents

local only
Agon Gateway
by agonx402

MCP server for Agon Gateway x402, Helius Wallet, and Tokens API market data.

143 installs/wk local only
Solana MCP by Vybe
by vybenetwork

Solana MCP for wallets, trades, markets, PnL, transfers, onchain data, signable swaps and API tools.

5 tools answering
Ryvo Gateway
by ryvonetwork

MCP server for Ryvo Gateway x402, Helius Wallet, and Tokens API market data.

20 installs/wk local only
LTD MCP
by eshller

Project management MCP for AI agents with safe task reads and writes.

answering
Meridian
by meridianapi

Reliable macroeconomic and market data for AI agents via MCP

answering
Haiku DeFi MCP
by haiku-trading

DeFi execution for AI agents — swap, lend, bridge, and yield across 22 chains.

53 installs/wk local only
Openmm MCP
by qbt-labs

MCP server for OpenMM — exposes market data, account, trading, and strategy tools to AI agents

15 tools answering

web3agent — questions

Answers built from our own checks of this server.

Why is there no uptime for web3agent?
web3agent runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package web3agent was installed 66 times last week.
How do I connect web3agent?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls web3agent straight from npm; nothing to host, nothing to sign up for.
How many people use web3agent?
The npm package web3agent was installed 66 times in the last week. Week over week that is +10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is web3agent open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.