Get answers to Hedera blockchain questions with code examples and citations. Adjust responses for beginner, intermediate, or advanced expertise levels.
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.
Deploy smart contracts to Hedera EVM using JSON-RPC. Handles bytecode deployment, constructor encoding, gas estimation, and returns contract address with transaction details.
Retrieve current Hedera network configuration including network name, Mirror Node URL, and JSON-RPC Relay endpoint to verify active network status and access required endpoints.
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).