Submit

Hedera Testnet Mirror Node MCP Server

@hedera-dev

Overview

what is Hedera Testnet Mirror Node MCP Server?

The Hedera Testnet Mirror Node MCP Server is a Model Context Protocol (MCP) server that interfaces with the Hedera Testnet Mirror Node API, built using the FastMCP framework.

how to use Hedera Testnet Mirror Node MCP Server?

To use the server, clone the repository, navigate to the project directory, install dependencies, and start the server using the command bun mcpServer.ts. The server will be accessible via the configured SSE endpoint.

key features of Hedera Testnet Mirror Node MCP Server?

  • Endpoint Integration: Converts Hedera Mirror Node APIs into MCP-compatible tools.
  • Server-Sent Events (SSE) Support: Allows clients to connect over SSE transport.
  • Schema Validation: Ensures request parameters adhere to defined schemas using Zod.

use cases of Hedera Testnet Mirror Node MCP Server?

  1. Integrating Hedera APIs into applications using MCP.
  2. Real-time data streaming from the Hedera Testnet.
  3. Validating API requests with Zod schemas.

FAQ from Hedera Testnet Mirror Node MCP Server?

  • What is the purpose of this server?

It serves as a bridge between the Hedera Testnet Mirror Node API and applications using the MCP protocol.

  • What are the prerequisites to run the server?

You need to have Bun or any environment capable of running TypeScript installed.

  • How do I access the server once it's running?

The server can be accessed via the SSE endpoint at http://localhost:3333/hedera-testnet-mirror-node-api/sse.

© 2025 MCP.so. All rights reserved.

Build with ShipAny.