✨ From vibe coding to vibe deployment. UBOS MCP turns ideas into infra with one message.

Learn more

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.

Featured Templates

View More

Start your free trial

Build your solution today. No credit card required.

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.