Hedera Testnet Mirror Node MCP Server
@hedera-dev
Hedera Testnet Mirror Node MCP Server について
Hedera MCP server
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mirrornode-mcp-server": {
"command": "bun",
"args": [
"mcpServer.ts"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Hedera Testnet Mirror Node MCP Server?
It is a Model Context Protocol (MCP) server that interfaces with the Hedera Testnet Mirror Node API. Built using FastMCP and Zod, it automatically converts Hedera Mirror Node API endpoints (defined in OpenAPI specification format) into MCP‑compatible tools.
How to use Hedera Testnet Mirror Node MCP Server?
Clone the repository, install dependencies with npm install, then start the server with bun mcpServer.ts. The server listens for SSE connections on http://localhost:3333/hedera-testnet-mirror-node-api/sse.
Key features of Hedera Testnet Mirror Node MCP Server
- Automatic conversion of OpenAPI endpoints into MCP tools
- Server‑Sent Events (SSE) transport support
- Input validation using Zod schemas
- Proxies between an HTTP API client and the MCP transport
Use cases of Hedera Testnet Mirror Node MCP Server
- Querying Hedera testnet transaction and account data via AI assistants
- Enabling MCP‑compatible agents to interact with the Hedera network
- Building automated workflows that read mirror node state
- Testing and prototyping Hedera applications with a natural‑language interface
FAQ from Hedera Testnet Mirror Node MCP Server
What dependencies are required?
Bun (or another TypeScript runtime) and npm. All library dependencies (FastMCP, Zod, openapi‑zod‑client) are installed via npm install.
How are API endpoints converted into tools?
The server uses convertZodiosToMcp to process GET endpoints defined in an OpenAPI specification. Each endpoint is mapped to a Zod schema and registered as an MCP tool that executes the corresponding API call.
Where does the server get its data?
All data comes from the Hedera Testnet Mirror Node API. The server acts as a proxy and does not store or cache any data locally.
What transport does the server use?
The server communicates via Server‑Sent Events (SSE) and exposes an SSE endpoint at the path /hedera-testnet-mirror-node-api/sse.
Does the server support mainnet?
No, the server is explicitly designed for the Hedera Testnet Mirror Node only, as indicated by its name and the API client configuration.
「その他」の他のコンテンツ
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Nginx UI
0xJackyYet another WebUI for Nginx
Blender
ahujasidOpen-source MCP to use Blender with any LLM
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
コメント