Account Management
Manage Hedera accounts with natural language:- Create accounts with configurable initial HBAR balance
- Query balances for HBAR and all associated tokens
- Transfer HBAR between accounts
- Get account info including EVM address, keys, and memo
Token Operations (HTS)
Full Hedera Token Service support:| Operation | Description |
|---|---|
| create | Create fungible or NFT tokens with custom fees |
| associate | Associate token with account |
| transfer | Transfer tokens between accounts |
| mint | Mint additional tokens |
| burn | Burn tokens from treasury |
| freeze/unfreeze | Control account transfer ability |
| kyc_grant/kyc_revoke | Manage KYC compliance |
| pause/unpause | Halt/resume all token operations |
| wipe | Remove tokens from any account |
Consensus Service (HCS)
Hedera Consensus Service for ordered messaging:- Create topics with configurable admin and submit keys
- Submit messages with auto-chunking for large payloads
- Query messages from topic history (free via Mirror Node)
- Subscribe to real-time message streams
Smart Contracts
Deploy and interact with Solidity contracts:Hardhat Integration
- Initialize new Hardhat projects
- Compile contracts
- Run tests with Mocha/Chai
- Deploy to any network
- Verify on HashScan
Foundry Integration
- Initialize Foundry projects
- Build with forge
- Run fuzz tests
- Deploy with forge create
- Execute scripts with broadcast
JSON-RPC Operations
- 55+ JSON-RPC methods supported
eth_callfor read operations (free)eth_sendRawTransactionfor writes- Full EVM compatibility
Stablecoin Studio
Enterprise-grade stablecoin management:- Create compliant stablecoins with role-based controls
- Cash-in/Burn with allowance management
- Freeze/Unfreeze individual accounts
- KYC management for compliance
- Pause/Unpause for emergency controls
- Role management (CASHIN, BURN, WIPE, FREEZE, KYC, PAUSE, DELETE)
- Proof-of-Reserve support
RAG Documentation
AI-powered knowledge base with 10,000+ pre-indexed documents:docs_search
Semantic search across all Hedera documentation:docs_ask
Ask questions and get cited answers:code_generate
Generate SDK code from descriptions:- Official Hedera Documentation
- SDK References (JavaScript, Java, Go, Rust, Python)
- Hedera Improvement Proposals (HIPs)
- Tutorials and Examples
- Smart Contract Patterns
RAG features require an OpenAI API key configured in your MCP settings.
Development Tools
Address Book
Save and manage multiple accounts:- Add account references
- Import accounts with private keys
- Organize with aliases and nicknames
State Management
- Backup server state
- Restore from backups
- Export configuration
Error Explanation
Get help understanding Hedera errors:Network Switching
Switch between networks seamlessly:- mainnet
- testnet
- previewnet
- local (for development)
Auto-Key Resolution
HashPilot automatically uses your configured operator account for all operations. No need to manually specify private keys for every deployment or transaction. Resolution order:- Explicitly provided key in the request
- Address book entry (if alias specified)
- MCP operator account (default)