Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HEDERA_NETWORK | Yes | Network to use: testnet, mainnet, or previewnet | |
| OPENAI_API_KEY | No | Required for documentation search and code generation (RAG features) | |
| HEDERA_OPERATOR_ID | Yes | Your Hedera account ID (e.g., 0.0.12345) | |
| HEDERA_OPERATOR_KEY | Yes | Your private key in hex format |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_account_balance | Get the HBAR balance of a Hedera account using JSON-RPC |
| get_transaction_receipt | Get transaction receipt by transaction hash |
| get_block_info | Get information about a specific block |
| estimate_gas | Estimate gas for a transaction |
| get_network_info | Get current network information (chain ID, gas price, block number) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |