Retrieve the HBAR balance of a Hedera account by providing the account ID and network. Uses JSON-RPC to query mainnet, testnet, or previewnet via the HashPilot MCP server.
Retrieve real-time network details like chain ID, gas price, and block number from Hedera blockchain. Specify the network (mainnet, testnet, previewnet) to query.
Calculate the gas cost for Hedera transactions by specifying sender, receiver, network, and optional details like value or contract data using the HashPilot MCP server.
Retrieve detailed information about a specific block on Hedera blockchain networks, including mainnet, testnet, or previewnet. Specify the block number or 'latest' to access current block data.
A production-ready Node.js server that enables decentralized communication between AI agents on the Hedera network, implementing the Model-Context-Protocol architecture with support for multiple Hedera Consensus Service standards.
A Model Context Protocol server that enables interactions with the Hedera network, providing tools for wallet creation, balance checking, transaction building, and sending signed transactions.
A server that interfaces with the Hedera Testnet Mirror Node API, converting its OpenAPI-defined endpoints into MCP-compatible tools that can be accessed over Server-Sent Events (SSE).