Searchclaw
Provides a tool to convert any web URL into clean Markdown, facilitating easier content processing and analysis by LLMs.
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-mcpOr install globally:
npm install -g searchclaw-mcpRelated MCP server: ToolCenter 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-mcpThen 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
Tool | Description | Credits |
| Web search — organic results | 1 |
| RAG-ready search with context and sources (primary tool for AI agents) | 2 |
| Search recent news articles | 1 |
| Search for images with metadata | 1 |
| Autocomplete / query suggestions | 1 |
Extract & Scrape
Tool | Description | Credits |
| Extract structured data from a URL using a JSON schema | 5 |
| Convert any URL to clean markdown | 2 |
| Capture a full-page screenshot of a URL | 2 |
Crawl
Tool | Description | Credits |
| Async bulk crawl with optional structured extraction | 1/page |
| Check status of an async crawl job | 0 |
| Discover all URLs on a domain (sitemap alternative) | 2 |
Pipeline & Agents
Tool | Description | Credits |
| Search + extract in one call — the killer feature for RAG pipelines | 3+ |
| Interactive browser actions (click, type, scroll) | 5 |
| Autonomous data gathering from natural language prompts | variable |
Utility
Tool | Description | Credits |
| Check your remaining API credits | 0 |
Why SearchClaw?
Feature | SearchClaw | Firecrawl | Tavily |
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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceWeb scraping MCP server for Al agents. 6 tools: extract clean text/markdown from any URL, structured scraping with CSS selectors, full-page screenshots via Playwright, link extraction with regex filtering, metadata extraction (OG tags, Twitter cards), and Google search. Free tier: 50 requests/IP/day.Last updated6MIT
- AlicenseAqualityDmaintenanceA comprehensive MCP server providing 15 web tools including search, scraping, screenshots, SEO audits, and DNS/SSL checks through a single installation. It delivers clean, LLM-optimized outputs so AI agents can focus on reasoning rather than parsing raw HTML.Last updated1525MIT
- Alicense-qualityBmaintenanceA unified MCP server aggregating 15 web search and extraction tools across 5 providers (Jina, Tavily, Exa, Firecrawl, Bocha) with automatic API key validation and plugin architecture.Last updatedMIT
- Alicense-qualityBmaintenanceA minimal MCP server for agent-friendly web extraction and search. Offers two tools: fetching real pages with Playwright and Crawl4AI, and searching across 7 engines with automatic fallback.Last updated33AGPL 3.0
Related MCP Connectors
Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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