Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
create_wallet | Create a new Hyperion wallet with a generated mnemonic phrase |
import_wallet | Import an existing wallet using private key or mnemonic phrase |
list_wallets | List all available wallets |
get_balance | Get the balance of a wallet address (native tokens or ERC20 tokens) |
send_transaction | Send native tokens or ERC20 tokens to another address |
get_transaction | Get details of a transaction by hash |
get_block | Get block information by number or hash |
get_network_info | Get current network information and status |
estimate_gas | Estimate gas cost for a transaction |
call_contract | Call a smart contract method (read-only) |
send_contract_transaction | Send a transaction to a smart contract method |
set_current_wallet | Set the current active wallet for transactions |
get_current_wallet | Get the current active wallet information |
deploy_erc20_token | Deploy a new ERC20 token contract |
get_token_info | Get information about an ERC20 token |
mint_tokens | Mint tokens (only for mintable tokens) |
deploy_erc721_token | Deploy a new ERC721 (NFT) token contract |
get_nft_info | Get information about an ERC721 NFT contract or specific token |
mint_nft | Mint a new NFT for mintable ERC721 contracts |