Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
analyze_honeypot | Prompt to analyze a token address for honeypot status Args: address: Token address to analyze |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
check_honeypot | Check if a token address is a honeypot using honeypot.is API Supports tokens on Ethereum, Binance Smart Chain (BSC) and Base.
Args:
address: Token address to check (e.g., 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48)
Returns:
Markdown string containing honeypot analysis results |