hedera-mcp-server

mateuszm-arianelabs/hedera-mcp-server

3.1

If you are the rightful owner of hedera-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Hedera MCP Server integrates with a Langchain wrapper to interact with the Hedera network using natural language commands.

The Hedera MCP Server is designed to facilitate interactions with the Hedera network through natural language commands. It leverages a Langchain wrapper to interpret these commands and execute corresponding operations on the Hedera network, such as creating tokens, transferring HBAR, and interacting with smart contracts. The server requires Node.js, pnpm, and Git for setup, and it operates through two main services: the Langchain Proxy Service and the MCP server. Users must configure environment variables and install dependencies to get started. The server supports authentication via tokens and is expected to transition to OAuth in the future.

Features

  • Natural Language Interaction: Allows users to perform Hedera operations using natural language commands.
  • Langchain Integration: Utilizes a Langchain wrapper to interpret and execute commands on the Hedera network.
  • Token-Based Authentication: Supports secure access through token-based authentication.
  • Future OAuth Integration: Plans to transition to OAuth for enhanced security and flexibility.
  • Server-Sent Events (SSE): Establishes SSE connections for real-time communication with the MCP server.