MCP.so
登录

Hedera MCP Server

@hedera-dev

关于 Hedera MCP Server

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

hedera-dev

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Hedera MCP Server?

It integrates with a Langchain wrapper to let users perform Hedera operations (token creation, HBAR transfers, smart contract interactions) through natural language commands, via the Model Context Protocol.

How to use Hedera MCP Server?

Clone the repository, copy .env.example into .env in both packages/langchain-proxy and packages/mcp-server, fill in required keys and tokens, install dependencies with pnpm install, then start the Langchain Proxy with pnpm run dev:lc and the MCP server with pnpm run dev:mcp. Configure your MCP client with the SSE endpoint and X-MCP-AUTH-TOKEN header.

Key features of Hedera MCP Server

  • Natural language interaction with the Hedera network
  • Integrates with Langchain wrapper for request interpretation
  • SSE transport with token-based authentication
  • Supports creating tokens, transferring HBAR, smart contracts

Use cases of Hedera MCP Server

  • Create and manage Hedera tokens via chat commands
  • Transfer HBAR using plain English instructions
  • Query or invoke smart contracts on Hedera
  • Automate Hedera operations through MCP-compatible tools

FAQ from Hedera MCP Server

What are the runtime requirements?

Node.js 20 or later, pnpm, Git, and valid Hedera network credentials (keys, network details) set in environment variables.

How does authentication work?

The server requires an X-MCP-AUTH-TOKEN header whose value must match one of the tokens defined in the MCP_AUTH_TOKEN environment variable. Unauthorized requests receive a 401 error.

Is the hedera-agent-kit package stable?

It is temporarily included from GitHub and has not been officially released yet, so it may change.

What transport does the server use?

It uses Server-Sent Events (SSE) via the GET /sse endpoint.

Does the server support OAuth?

As of March 2025, the official MCP OAuth specification exists but has limitations. The project references OAuth integration examples for future consideration but does not yet support it.

评论

其他 分类下的更多 MCP 服务器