MCPServers
Base Blockchain - MCP server logo

Base Blockchain

2
0

Summary

Base MCP Server provides a bridge between AI assistants and the Base blockchain network, enabling wallet management, balance checking, and transaction execution through natural language commands. Built with TypeScript and the viem library, it supports both Base Mainnet and Sepolia testnet, handling private key management securely while exposing tools for creating wallets, checking balances, sending transactions, and processing natural language requests. The implementation includes a natural language parser that recognizes common blockchain operation intents, making it particularly valuable for users who want to interact with Base network directly through conversational AI without managing technical blockchain details.

Available Actions(4)

process_command

Processes a natural language command for Base network operations. It accepts the following arguments: command (string) - The natural language command to process (e.g., 'Send 0.5 ETH to 0x1234...'). It returns a structured response with the result of the operation, including transaction details for send operations, balance information for balance checks, and wallet details for wallet creation.

create_wallet

Creates a new wallet on the Base network. It accepts the following arguments: name (optional string) - A name for the wallet. It returns an object containing the wallet address, name, and other details.

check_balance

Checks the balance of a wallet on the Base network. It accepts the following arguments: wallet (optional string) - The wallet name or address to check (defaults to the primary wallet). It returns the wallet balance in ETH.

list_wallets

Lists all available wallets. It returns an array of wallet objects, each containing the wallet address, name, and other details.

Last Updated: April 25, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签