What is the web3agent MCP server?
Web3 MCP proxy for AI agents: DeFi swaps, bridges, market data, wallets, and gated writes.
How to install web3agent
Copy-paste configuration for popular MCP clients.
CHAIN_IDDefault EVM chain ID. Defaults to Base mainnet (8453).
CONFIRM_WRITESRequire explicit confirmation before write operations execute. Defaults to true.
ETHERSCAN_API_KEYsecretOptional Etherscan API key for Etherscan-backed explorer tools.
ZEROX_API_KEYsecretOptional 0x API key for 0x swap plugin support.
COINGECKO_API_KEYsecretOptional CoinGecko API key for higher-rate market data.
CCXT_CONFIG_PATHOptional local path to a CCXT account config JSON file.
OWS_PASSPHRASEsecretOptional Open Wallet Standard vault passphrase for persisted local wallets.
{
"mcpServers": {
"web3agent": {
"command": "npx",
"args": [
"-y",
"web3agent",
"web3agent"
],
"env": {
"CHAIN_ID": "<YOUR_CHAIN_ID>",
"CONFIRM_WRITES": "<YOUR_CONFIRM_WRITES>",
"ETHERSCAN_API_KEY": "<YOUR_ETHERSCAN_API_KEY>",
"ZEROX_API_KEY": "<YOUR_ZEROX_API_KEY>",
"COINGECKO_API_KEY": "<YOUR_COINGECKO_API_KEY>",
"CCXT_CONFIG_PATH": "<YOUR_CCXT_CONFIG_PATH>",
"OWS_PASSPHRASE": "<YOUR_OWS_PASSPHRASE>"
}
}
}
}{
"mcpServers": {
"web3agent": {
"command": "npx",
"args": [
"-y",
"web3agent",
"web3agent"
],
"env": {
"CHAIN_ID": "<YOUR_CHAIN_ID>",
"CONFIRM_WRITES": "<YOUR_CONFIRM_WRITES>",
"ETHERSCAN_API_KEY": "<YOUR_ETHERSCAN_API_KEY>",
"ZEROX_API_KEY": "<YOUR_ZEROX_API_KEY>",
"COINGECKO_API_KEY": "<YOUR_COINGECKO_API_KEY>",
"CCXT_CONFIG_PATH": "<YOUR_CCXT_CONFIG_PATH>",
"OWS_PASSPHRASE": "<YOUR_OWS_PASSPHRASE>"
}
}
}
}{
"mcpServers": {
"web3agent": {
"command": "npx",
"args": [
"-y",
"web3agent",
"web3agent"
],
"env": {
"CHAIN_ID": "<YOUR_CHAIN_ID>",
"CONFIRM_WRITES": "<YOUR_CONFIRM_WRITES>",
"ETHERSCAN_API_KEY": "<YOUR_ETHERSCAN_API_KEY>",
"ZEROX_API_KEY": "<YOUR_ZEROX_API_KEY>",
"COINGECKO_API_KEY": "<YOUR_COINGECKO_API_KEY>",
"CCXT_CONFIG_PATH": "<YOUR_CCXT_CONFIG_PATH>",
"OWS_PASSPHRASE": "<YOUR_OWS_PASSPHRASE>"
}
}
}
}{
"servers": {
"web3agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"web3agent",
"web3agent"
],
"env": {
"CHAIN_ID": "<YOUR_CHAIN_ID>",
"CONFIRM_WRITES": "<YOUR_CONFIRM_WRITES>",
"ETHERSCAN_API_KEY": "<YOUR_ETHERSCAN_API_KEY>",
"ZEROX_API_KEY": "<YOUR_ZEROX_API_KEY>",
"COINGECKO_API_KEY": "<YOUR_COINGECKO_API_KEY>",
"CCXT_CONFIG_PATH": "<YOUR_CCXT_CONFIG_PATH>",
"OWS_PASSPHRASE": "<YOUR_OWS_PASSPHRASE>"
}
}
}
}claude mcp add web3agent --env CHAIN_ID=<YOUR_CHAIN_ID> --env CONFIRM_WRITES=<YOUR_CONFIRM_WRITES> --env ETHERSCAN_API_KEY=<YOUR_ETHERSCAN_API_KEY> --env ZEROX_API_KEY=<YOUR_ZEROX_API_KEY> --env COINGECKO_API_KEY=<YOUR_COINGECKO_API_KEY> --env CCXT_CONFIG_PATH=<YOUR_CCXT_CONFIG_PATH> --env OWS_PASSPHRASE=<YOUR_OWS_PASSPHRASE> -- npx -y web3agent web3agentRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.