Hedera MCP Server
@hedera-dev
关于 Hedera MCP Server
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 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 服务器
Nginx UI
0xJackyYet another WebUI for Nginx
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论