Base Web3 Action Mcp Server
@doodlemax
Base Web3 Action Mcp Server について
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.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"base-web3": {
"command": "node",
"args": [
"./index.js"
],
"env": {
"BASE_BUILDER_CODE": "bc_3nsmabm6"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Base Web3 Action Mcp Server?
A server that exposes 7 MCP tools for interacting with the Base L2 blockchain. It enables reading on-chain balances and building unsigned transaction payloads for token transfers, swaps, and smart contract deployments.
How to use Base Web3 Action Mcp Server?
The server exposes tools that can be invoked through any MCP-compatible client. Each tool accepts JSON parameters; no special configuration is required beyond connecting to a Base RPC endpoint.
Key features of Base Web3 Action Mcp Server
- Query native ETH or ERC-20 token balances on mainnet or sepolia.
- Resolve
.basedomain names via on-chain forward resolution. - Build unsigned transaction data for token transfers.
- Generate Uniswap V3 swap payloads.
- Compile and produce custom contract deployment payloads.
- Deploy standard ERC-20 token contracts.
- Deploy standard ERC-721 NFT collection contracts.
Use cases of Base Web3 Action Mcp Server
- Checking wallet balances before initiating a transaction.
- Preparing transfer or swap payloads for offline signing.
- Deploying custom smart contracts without a full development environment.
- Launching ERC-20 tokens or ERC-721 NFT collections.
- Resolving
.basedomain names to their associated addresses.
FAQ from Base Web3 Action Mcp Server
—
「その他」の他のコンテンツ
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Codelf
unbugA search tool helps dev to solve the naming things problem.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
コメント