crw-mcp-0.0.3 is not a library.
MCP (Model Context Protocol) stdio proxy for the CRW web scraper.
This binary reads JSON-RPC requests from stdin and forwards them to a running CRW server instance over HTTP. It exposes four tools to MCP-compatible AI clients:
crw_scrape— scrape a single URLcrw_crawl— start an async BFS crawlcrw_check_crawl_status— poll crawl job statuscrw_map— discover URLs on a website
Environment variables
| Variable | Default | Description |
|---|---|---|
CRW_API_URL |
http://localhost:3000 |
CRW server base URL |
CRW_API_KEY |
(none) | Optional Bearer token for auth |
Usage
# Start with default settings
# Point to a remote server
CRW_API_URL=https://crw.example.com