A lightweight, high-performance Model Context Protocol (MCP) server for the Base L2 network. This server equips AI coding agents (such as Cursor, Windsurf, Zed, or Claude Desktop) with a powerful EVM toolset.
Key capabilities include:
1. On-Chain Basenames Resolver: Resolves any '.base' domain name directly on-chain using Base L2 registry and resolver contracts, bypassing slow L1 gateways.
2. Token & NFT Deployer: Generates transaction payloads to deploy customized ERC-20 tokens and ERC-721 NFT collections.
3. Custom Contract Deployer: Generates deployment payloads for custom compiled bytecodes.
4. Token Transfers & Swaps: Builds native transfer and Uniswap V3 swap payloads.
All transaction-building tools automatically encode and append the ERC-8021 Builder Code suffix to the transaction calldata, allowing developers to capture passive sequencer rewards on executed transactions securely and with zero runtime overhead.
Server Config
{
"mcpServers": {
"base-web3": {
"command": "node",
"args": [
"./index.js"
],
"env": {
"BASE_BUILDER_CODE": "bc_3nsmabm6"
}
}
}
}