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
Open source documentation of Microsoft Azure
인천국제공항 실시간 정보 시스템 - 공공데이터 API 활용 스트림릿 앱
Monorepo providing 1) OpenAPI to MCP Tool generator 2) Exposing all of Twilio's API as MCP Tools
Cline MCP integration for Memory Box - save, search, and format memories with semantic understanding
A Model Context Protocol server for document Q&A powered by Langflow . It demonstrates core MCP concepts by...
This read-only MCP Server allows you to connect to Azure Table data from Claude Desktop through CData JDBC...
This project is an arXiv paper retrieval and search service implemented through a custom MCP (Multi-Capability Provider) framework. It...
Provide latest cryptocurrency news to AI agents.





