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.

コメント

「その他」の他のコンテンツ