What is the Hedera MCP Server?
The Hedera MCP Server is a Model Context Protocol (MCP) server designed to simplify interactions with the Hedera network. It provides tools for creating wallets, checking account balances, building transactions, and sending signed transactions.
What prerequisites are required to use the Hedera MCP Server?
You need Node.js (v18 or higher), npm or yarn, and a Hedera account (for testnet or mainnet).
How do I install the Hedera MCP Server?
Clone the repository, navigate to the directory, and run npm install.
What is the purpose of the .env file?
The .env file stores your Hedera credentials, such as your operator account ID, private key, and network type (testnet or mainnet).
How do I run the Hedera MCP Server?
After building the application with npm run build, start the server using npm start. It will be available at http://localhost:3000 (or the specified port).
What tools are available in the Hedera MCP Server?
The server provides tools for creating wallets (create-wallet), checking balances (check-balance), building transactions (build-transaction), and sending signed transactions (send-transaction).
What does the create-wallet tool do?
It creates a new Hedera account and returns the account ID, public key, and private key.
What input does the check-balance tool require?
It requires the accountId (string) of the Hedera account you want to check.
What inputs does the build-transaction tool require?
It requires the senderAccountId, recipientAccountId, and amount (in tinybars) for the transaction.
What input does the send-transaction tool require?
It requires the signedTransaction (base64-encoded) to be sent to the Hedera network.
How can I test the Hedera MCP Server?
The repository includes a test-client.js script that demonstrates how to connect to the server and use its tools.
What is the Model Context Protocol (MCP)?
MCP is an open protocol that standardizes how applications provide context to LLMs, enabling AI models to access and interact with external data sources and tools. In the context of the Hedera MCP Server, it refers to the protocol facilitating interactions with the Hedera network.
How does the Hedera MCP Server relate to UBOS?
UBOS is a full-stack AI Agent Development Platform that can be integrated with the Hedera MCP Server to orchestrate AI Agents, connect them with enterprise data, build custom AI Agents, and develop Multi-Agent Systems.
Hedera MCP Server
Project Details
- hedera-dev/hedera-mcp-server
- Last Updated: 4/8/2025
Recomended MCP Servers
This MCP server provides tools to interact with Google Flights data using the bundled fast_flights library.
MQTT MCP Server
MCP server for interacting with esa API
model context protocol for outscraper
Browser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
✨✨✨ Geeker Admin,基于 Vue3.4、TypeScript、Vite5、Pinia、Element-Plus 开源的一套后台管理框架。
MCP server that interacts with TickTick via the TickTick Open API
A dynamic MCP server that allows AI to create and execute custom tools through a meta-function architecture





