MCP Hub
Back to servers

Searchclaw

Description: An MCP server with 15 tools covering web search, scraping, extraction, crawling, and autonomous data gathering via the SearchClaw API. Tagline: "The complete web data pipeline for AI agents — Search, Extract, Crawl in One API."

glama
Stars
1
Forks
1
Updated
Mar 8, 2026

SearchClaw MCP Server

The complete web data pipeline for AI agents. Search, Extract, Crawl in One API.

A Model Context Protocol (MCP) server with 15 tools covering web search, scraping, extraction, crawling, and autonomous data gathering via the SearchClaw API.

Installation

npx searchclaw-mcp

Or install globally:

npm install -g searchclaw-mcp

Configuration

Get your API key from searchclaw.dev and add the server to your MCP client config.

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "searchclaw": {
      "command": "npx",
      "args": ["-y", "searchclaw-mcp"],
      "env": {
        "SEARCHCLAW_API_KEY": "your-api-key"
      }
    }
  }
}

Claude Code

claude mcp add searchclaw -- npx -y searchclaw-mcp

Then set your API key in your environment:

export SEARCHCLAW_API_KEY="your-api-key"

Cursor

Add to .cursor/mcp.json in your project:

{
  "mcpServers": {
    "searchclaw": {
      "command": "npx",
      "args": ["-y", "searchclaw-mcp"],
      "env": {
        "SEARCHCLAW_API_KEY": "your-api-key"
      }
    }
  }
}

Windsurf

Add to ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "searchclaw": {
      "command": "npx",
      "args": ["-y", "searchclaw-mcp"],
      "env": {
        "SEARCHCLAW_API_KEY": "your-api-key"
      }
    }
  }
}

Available Tools (15)

Search

ToolDescriptionCredits
searchWeb search — organic results1
search_aiRAG-ready search with context and sources (primary tool for AI agents)2
newsSearch recent news articles1
imagesSearch for images with metadata1
suggestAutocomplete / query suggestions1

Extract & Scrape

ToolDescriptionCredits
extractExtract structured data from a URL using a JSON schema5
markdownConvert any URL to clean markdown2
screenshotCapture a full-page screenshot of a URL2

Crawl

ToolDescriptionCredits
crawlAsync bulk crawl with optional structured extraction1/page
job_statusCheck status of an async crawl job0
mapDiscover all URLs on a domain (sitemap alternative)2

Pipeline & Agents

ToolDescriptionCredits
pipelineSearch + extract in one call — the killer feature for RAG pipelines3+
browseInteractive browser actions (click, type, scroll)5
agentAutonomous data gathering from natural language promptsvariable

Utility

ToolDescriptionCredits
usageCheck your remaining API credits0

Why SearchClaw?

FeatureSearchClawFirecrawlTavily
Web search
AI search (RAG)
Extract with schema
Crawl
Pipeline (search + extract)
Autonomous agent
Browser actions
News & image search
Screenshot
MCP server
Free tier✅ 500 credits/mo✅ 1000 credits/mo

Get started at searchclaw.dev.

License

MIT

Reviews

No reviews yet

Sign in to write a review