MCP.so
登录

base-network-mcp-server

@fakepixels

关于 base-network-mcp-server

Base MCP

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

fakepixels

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "base": {
      "command": "npx",
      "args": [
        "-y",
        "base-network-mcp-server"
      ],
      "env": {
        "BASE_PROVIDER_URL": "https://api.developer.coinbase.com/rpc/v1/base/YOUR_API_KEY",
        "WALLET_PRIVATE_KEY": "your_private_key_here"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is base-network-mcp-server?

base-network-mcp-server is an MCP server for the Base network that enables LLMs to perform blockchain operations—including wallet management, balance checking, and transaction execution—through natural language commands. It works with both Base Mainnet and Base Sepolia testnet.

How to use base-network-mcp-server?

Install the package via npm (npm i base-network-mcp-server), then configure it for Claude Desktop by adding the server to the mcpServers object in the Claude config file with BASE_PROVIDER_URL and WALLET_PRIVATE_KEY environment variables. Alternatively, you can connect programmatically using the MCP SDK with a custom transport (stdio or SSE).

Key features of base-network-mcp-server

  • Natural language command processing for blockchain operations.
  • Wallet creation, balance checking, and listing wallets.
  • Transaction execution (e.g., sending ETH).
  • Supports Base Mainnet and Sepolia testnet.
  • Configurable provider URL and private key.
  • Optional default gas price setting.

Use cases of base-network-mcp-server

  • Send ETH to any address using natural language commands.
  • Check wallet balances without manual blockchain queries.
  • Create and manage multiple wallets on the Base network.
  • Integrate blockchain operations into conversational AI applications.

FAQ from base-network-mcp-server

What networks does base-network-mcp-server support?

Base Mainnet and Base Sepolia testnet are both supported.

What tools are available in base-network-mcp-server?

The server provides process_command (natural language operations), create_wallet, check_balance, and list_wallets.

How do I configure base-network-mcp-server?

Set the BASE_PROVIDER_URL and WALLET_PRIVATE_KEY environment variables; optionally set DEFAULT_GAS_PRICE in Gwei.

What security considerations are mentioned?

Keep private keys secure, use testnet first, validate transaction parameters, implement robust error handling, and be aware of API rate limits.

Can I use base-network-mcp-server programmatically?

Yes, you can build a custom MCP client using the MCP SDK with stdio or SSE transports.

评论

其他 分类下的更多 MCP 服务器