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.
We read the source, 21 h ago · rules 3dff92dd89df
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.
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.
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.
claude mcp add web3agent -- npx -y web3agent
{
"mcpServers": {
"web3agent": {
"args": [
"-y",
"web3agent"
],
"command": "npx"
}
}
}
[mcp_servers.web3agent]
command = "npx"
args = ["-y", "web3agent"]
{
"mcpServers": {
"web3agent": {
"args": [
"-y",
"web3agent"
],
"command": "npx"
}
}
}
{
"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.
Agent wallet and budget management for AI agents
MCP server for Agon Gateway x402, Helius Wallet, and Tokens API market data.
Solana MCP for wallets, trades, markets, PnL, transfers, onchain data, signable swaps and API tools.
MCP server for Ryvo Gateway x402, Helius Wallet, and Tokens API market data.
Project management MCP for AI agents with safe task reads and writes.
Reliable macroeconomic and market data for AI agents via MCP
DeFi execution for AI agents — swap, lend, bridge, and yield across 22 chains.
MCP server for OpenMM — exposes market data, account, trading, and strategy tools to AI agents
Answers built from our own checks of this server.