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
IMAP Model Context Protocol server for interactive email processing
MCP Server integrating MCP Clients with Stability AI-powered image manipulation functionalities: generate, edit, upscale, and more.
MCP Server Typescript Template
nUR_MCP_SERVER is an intelligent industrial collaborative robot control middleware system built based on the MCP (Model Control Protocol)...
TEST
PayPal Account Updater Subscription Connector for MCP
MCP server for interacting with the iOS simulator
A VMware ESXi/vCenter management server based on MCP (Model Control Protocol), providing simple REST API interfaces for virtual...
A secure MCP (Model Context Protocol) server that enables AI agents to interact with the Authenticator App.
这是个示范





