hedera-dev_mirrornode-mcp-server

hedera-dev_mirrornode-mcp-server

3.1

If you are the rightful owner of hedera-dev_mirrornode-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.

The Hedera Testnet Mirror Node MCP Server interfaces with the Hedera Testnet Mirror Node API using FastMCP and Zod for input validation.

The Hedera Testnet Mirror Node MCP Server is designed to facilitate seamless interaction with the Hedera Testnet Mirror Node API. Built using the FastMCP framework, this server leverages TypeScript for robust development and Zod schemas for precise input validation. The server automatically converts Hedera Mirror Node APIs, defined in OpenAPI specification format, into MCP-compatible tools, ensuring efficient endpoint integration. It supports Server-Sent Events (SSE) transport, allowing clients to connect and receive real-time updates. The server's architecture ensures that all request parameters adhere to defined schemas, enhancing reliability and security. The server is initiated using Bun or any environment capable of running TypeScript, and it provides a structured approach to managing API interactions through its programmatically generated and manually refined project structure.

Features

  • Endpoint Integration: Automatically converts Hedera Mirror Node APIs into MCP-compatible tools using OpenAPI specifications.
  • Server-Sent Events (SSE) Support: Facilitates real-time client connections over SSE transport.
  • Schema Validation: Ensures request parameters adhere to defined schemas using Zod.