Searchclaw
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 |
|---|---|
| searchA | Search the web using SearchClaw. Returns organic web results. Costs 1 credit. |
| search_aiA | RAG-ready web search with context and sources. Primary tool for AI agents — returns structured context optimized for LLM consumption. Costs 2 credits. |
| newsA | Search for recent news articles using SearchClaw. Costs 1 credit. |
| imagesB | Search for images using SearchClaw. Returns image URLs and metadata. Costs 1 credit. |
| suggestA | Get autocomplete suggestions for a search query using SearchClaw. Costs 1 credit. |
| extractA | Extract structured data from a URL using a JSON schema. Costs 5 credits. |
| markdownA | Convert a URL to clean markdown. Costs 2 credits. |
| screenshotA | Capture a screenshot of a URL. Costs 2 credits. |
| crawlA | Start an async bulk crawl with optional extraction. Returns a job ID to poll with job_status. Costs 1 credit per page. |
| job_statusA | Check the status of an async job (e.g. crawl). Costs 0 credits. |
| mapA | Discover all URLs on a domain. Returns a sitemap-like list. Costs 2 credits. |
| pipelineA | Search + extract in one call. The killer feature — find pages via search, then extract structured data from top results. Costs 3+ credits. |
| browseB | Interactive browser actions on a URL. Perform clicks, form fills, scrolling, and more. Costs 5 credits. |
| agentB | Autonomous data gathering agent. Describe what you need in natural language and the agent will search, browse, and extract data. Costs variable credits. |
| usageA | 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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CSteenkamp/searchclaw-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server