Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
ETHERSCAN_API_KEY | Yes | Your Etherscan API key |
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 |
---|---|
get_filtered_rpc_list | Get a filtered list of RPC endpoints for a given chain ID |
get_chain_id | Get the chain ID for a given chain name |
get_total_supply | Get the total supply of a token given its address |
get_token_balance | Get the balance of a specific token for a specific address |
get_token_holders | Get the token holders for a given token address |
get_token_holders_count | Get the number of token holders for a given token address |