Skip to content
Back to search
100
MCP live MCP 2025-06-18 http

crw

us/crw

Fast, lightweight Firecrawl/Tavily alternative in Rust. Web scraper, crawler & search API with MCP server for AI agents. Drop-in Firecrawl-compatible API (/scrape, /crawl, /search). 2.3x faster than Tavily, 1.5x faster than Firecrawl in 1K-URL benchmarks. 6 MB RAM, single binary. Self-host or use managed cloud.

Uptime
100.0%
1 direct probes · 30d
Response
181ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

crw_scrape

Scrape one URL to markdown, HTML, or links.

crw_crawl

Start an async site crawl; returns a job id to poll with crw_check_crawl_status.

crw_check_crawl_status

Poll an async crawl job and retrieve its pages.

crw_map

Discover URLs on a site via sitemap and/or a short crawl. Returns a URL list only, no page content.

crw_extract

Extract structured JSON from URLs via a prompt and/or JSON schema. Returns results directly. Needs an LLM.

crw_search

Search the web for current information, news, facts, or docs. Use whenever the answer may depend on up-to-date or external information. Returns ranked results (url/title/description/snippet); optional…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "crw": {
      "url": "https://fastcrw.com/mcp/sse",
      "transport": "http"
    }
  }
}