Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ANKR_KEY | No | Your Ankr API key for blockchain access | |
| INFURA_KEY | No | Your Infura API key for blockchain access | |
| ALCHEMY_KEY | No | Your Alchemy API key for blockchain access | |
| PRIVATE_KEY | Yes | Your wallet private key for transaction signing |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze_contract_abi | Analyze the functions provided in the solidity contract. |
| call_contract | Call a function in the solidity contract. |
| local_wallet_address | Get the local wallet evm address. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |