Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SEARCHCLAW_API_KEY | Yes | Your API key from searchclaw.dev |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search | Search the web using SearchClaw. Returns organic web results. Costs 1 credit. |
| search_ai | RAG-ready web search with context and sources. Primary tool for AI agents — returns structured context optimized for LLM consumption. Costs 2 credits. |
| news | Search for recent news articles using SearchClaw. Costs 1 credit. |
| images | Search for images using SearchClaw. Returns image URLs and metadata. Costs 1 credit. |
| suggest | Get autocomplete suggestions for a search query using SearchClaw. Costs 1 credit. |
| extract | Extract structured data from a URL using a JSON schema. Costs 5 credits. |
| markdown | Convert a URL to clean markdown. Costs 2 credits. |
| screenshot | Capture a screenshot of a URL. Costs 2 credits. |
| crawl | Start an async bulk crawl with optional extraction. Returns a job ID to poll with job_status. Costs 1 credit per page. |
| job_status | Check the status of an async job (e.g. crawl). Costs 0 credits. |
| map | Discover all URLs on a domain. Returns a sitemap-like list. Costs 2 credits. |
| pipeline | Search + extract in one call. The killer feature — find pages via search, then extract structured data from top results. Costs 3+ credits. |
| browse | Interactive browser actions on a URL. Perform clicks, form fills, scrolling, and more. Costs 5 credits. |
| agent | Autonomous data gathering agent. Describe what you need in natural language and the agent will search, browse, and extract data. Costs variable credits. |
| usage | Check your SearchClaw API credit balance. Costs 0 credits. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |