Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| INFURA_API_KEY | No | Your Infura API key for RPC provider (optional - uses public endpoints if not provided) | |
| ALCHEMY_API_KEY | No | Your Alchemy API key for RPC provider (optional - uses public endpoints if not provided) | |
| ETHERSCAN_API_KEY | No | Your Etherscan API key (required for contract verification) | |
| POLYGONSCAN_API_KEY | No | Your Polygonscan API key (required for contract verification) |
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 |
|---|---|
No tools | |