Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| INFURA_API_KEY | No | Your Infura API key for Ethereum node access | |
| ALCHEMY_API_KEY | No | Your Alchemy API key for Ethereum node access (alternative to Infura) | |
| ETHEREUM_NETWORK | No | The Ethereum network to use (e.g., mainnet, sepolia) | mainnet |
| ANTHROPIC_API_KEY | No | Your Claude API key | |
| DEPLOYER_PRIVATE_KEY | No | Your private key for deploying contracts and signing transactions |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |