mirrornode-mcp-server

mirrornode-mcp-server

3.2

If you are the rightful owner of 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 is a Model Context Protocol server that 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 interaction with the Hedera Testnet Mirror Node API by converting its endpoints into MCP-compatible tools. Built using the FastMCP framework, this server leverages TypeScript and Zod schemas to ensure robust input validation. The server supports Server-Sent Events (SSE) for real-time data streaming, although clients cannot connect over SSE transport. The server is initialized using Bun or any environment capable of running TypeScript, and it automatically converts OpenAPI specifications into MCP tools, ensuring seamless integration and validation of request parameters.

Features

  • Endpoint Integration: Automatically converts Hedera Mirror Node APIs, defined in OpenAPI specification format, into MCP-compatible tools.
  • Server-Sent Events (SSE) Support: Clients cannot connect to this MCP server over the SSE transport.
  • Schema Validation: Ensures request parameters adhere to defined schemas using Zod.