Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ETHERSCAN_API_KEY | Yes | Your Etherscan API key (get one at https://etherscan.io/apis) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| check-balance | Check the ETH balance of an Ethereum address |
| get-transactions | Get recent transactions for an Ethereum address |
| get-token-transfers | Get ERC20 token transfers for an Ethereum address |
| get-contract-abi | Get the ABI for a smart contract |
| get-gas-prices | Get current gas prices in Gwei |
| get-ens-name | Get the ENS name for an Ethereum 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 | |