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

web3agent

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3agent

Web3 MCP proxy server — gives AI agents complete blockchain capabilities through a single install

Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
43
-20.37%
Maintainers
1
Weekly downloads
 
Created
Source

web3agent

Web3 MCP proxy server — gives AI agents (Claude Code, Cursor, Windsurf, OpenCode) complete Web3 capabilities through a single install.

Install

npx web3agent init

Detects your AI agent host and configures it automatically.

Usage

# Configure your AI agent host
npx web3agent init

# Start the MCP server (stdio)
npx web3agent

# Options
npx web3agent --help
npx web3agent --version

What you get

  • Blockscout — indexed blockchain data (address info, tx history, NFTs, contract ABIs)
  • EVM MCP — live on-chain state (balances, contract reads, gas, ENS)
  • GOAT plugins — Uniswap, Balancer, ERC-20/721, DexScreener
  • LI.FI — cross-chain bridging and swaps
  • Orbs — Liquidity Hub aggregated swaps, dTWAP, dLIMIT orders
  • Wallet management — generate, persist, derive addresses

Supported Hosts

HostConfig Location
Claude Code~/.claude/mcp.json
Cursor.cursor/mcp.json
Windsurf~/.codeium/windsurf/mcp_config.json
OpenCode.opencode/config.json

Supported Chains

Ethereum, Base, Arbitrum, Optimism, Polygon, Linea, BSC, Avalanche, zkSync Era, Scroll, Mode, Blast, Mantle, Celo, Gnosis, Sepolia, Base Sepolia.

Default: Base (8453). Override with CHAIN_ID env var or chainId parameter per call.

Environment Variables

See WEB3_CONTEXT.md for the full environment variable table.

Requirements

  • Node.js 18+
  • pnpm (for development)

License

MIT

Keywords

web3

FAQs

Package last updated on 10 Mar 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