hts-mcp-server
0
The Hedera MCP Server is a Model Context Protocol (MCP) server designed to interact with the Hedera network. It facilitates the creation of wallets, checking balances, building, and sending transactions. The server centralizes transaction logic, reducing the complexity on the client side.
Hedera MCP Server
A Model Context Protocol (MCP) server for interacting with the Hedera network. This server provides tools for creating Hedera wallets, checking account balances, building transactions, and sending signed transactions.
Main Objectives
- Transaction construction happens entirely on the MCP server
- Clients sign the constructed transactions
- MCP server handles transaction submission to the Hedera network
- Centralized transaction logic reduces client-side complexity
Prerequisites
- Node.js (v18 or higher)
- npm or yarn
- A Hedera account (testnet or mainnet)
Available MCP Tools
- create-wallet: Creates a Hedera account
- check-balance: Checks account balance
- build-transaction: Builds a transfer transaction
- send-transaction: Sends a signed transaction
Security Warning
This is a demo implementation and should not be used in production due to several security vulnerabilities.