Hedera
Summary
Hedera MCP Server provides a lightweight blockchain interaction toolkit for creating Hedera wallets, checking account balances, building transactions, and sending signed transactions. Built with TypeScript and the Hedera SDK, it offers a streamlined interface for developers to perform core blockchain operations through a Model Context Protocol server. The implementation is particularly useful for developers building decentralized applications or testing Hedera network interactions without complex blockchain management overhead.
Available Actions(4)
create-wallet
Creates a new Hedera account with a minimal initial balance. No input parameters required. Returns account ID, public key, and private key.
check-balance
Checks the balance of a Hedera account. Input: accountId (string). Returns the account balance in tinybars.
build-transaction
Builds a transfer transaction (without signing). Inputs: senderAccountId (string), recipientAccountId (string), amount (number, in tinybars). Returns a base64-encoded transaction.
send-transaction
Sends a signed transaction to the Hedera network. Input: signedTransaction (string, base64-encoded). Returns transaction status and ID.
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요