Facilitates interaction with the Hedera network by providing tools for wallet creation, balance checks, transaction building, and transaction submission.
Hedera is a Model Context Protocol (MCP) server designed to simplify interactions with the Hedera network. It offers a suite of tools for developers to create Hedera wallets, check account balances, build transactions, and send signed transactions. The included test client provides a complete end-to-end demonstration, from account creation to transaction submission, showcasing the lifecycle of interacting with the Hedera network through the server.
Key Features
010 GitHub stars
02Creates new Hedera accounts with initial balance.
03Includes a test client for demonstration and testing.
04Checks the balance of Hedera accounts.
05Builds transfer transactions (unsigned).
06Sends signed transactions to the Hedera network.