Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
| LOG_LEVEL | No | Log level (debug, info, warn, error) | |
| ANYCRAWL_HOST | No | Host for server modes (default: 0.0.0.0 for SSE_SERVER, 127.0.0.1 for HTTP_STREAMABLE_SERVER) | |
| ANYCRAWL_MODE | No | Server mode (STDIO, SSE_SERVER, or HTTP_STREAMABLE_SERVER) | |
| ANYCRAWL_PORT | No | Port for server modes | 3000 | 
| ANYCRAWL_API_KEY | Yes | Your AnyCrawl API key (required) | |
| ANYCRAWL_BASE_URL | No | Custom base URL for AnyCrawl API | https://api.anycrawl.dev | 
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  | |