crw
us/crwFast, 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.
Tools · 6
Scrape one URL to markdown, HTML, or links.
Start an async site crawl; returns a job id to poll with crw_check_crawl_status.
Poll an async crawl job and retrieve its pages.
Discover URLs on a site via sitemap and/or a short crawl. Returns a URL list only, no page content.
Extract structured JSON from URLs via a prompt and/or JSON schema. Returns results directly. Needs an LLM.
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…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"crw": {
"url": "https://fastcrw.com/mcp/sse",
"transport": "http"
}
}
}