CortexScout is a self-hostable search and web extraction engine designed for AI agents, providing capabilities for token-efficient web retrieval and stateful browser automation.
From the registry: Rust MCP stealth scraper: anti-bot search/scrape with CDP fallback + HITL non-robot.
Please install the `shadowcrawl` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **CortexScout binary** — Download prebuilt binary from GitHub Releases or build from source (Rust + protoc) (https://github.com/DevsHero/ShadowCrawl/releases)
Canonical MCP server config (stdio transport):
- command: `<path-to>/cortex-scout-mcp`
- args: []
- required environment variables:
- `RUST_LOG`: Must be 'warn' for MCP stdio (example: `warn`)
- optional environment variables:
- `SEARCH_ENGINES`: Active search engines (comma-separated) (example: `google,bing,duckduckgo,brave`)
- `OPENAI_API_KEY`: API key for deep_research LLM synthesis (example: `<your-api-key>`)
Note: Same as shadow-crawl (duplicate slug, same repo: DevsHero/ShadowCrawl). Rust binary. Anti-bot web retrieval with CDP, HITL, browser automation, deep research with LLM synthesis.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.OPENAI_API_KEYrequiredAPI key for OpenAI services.LANCEDB_URIrequiredPath to LanceDB for research history.AI-powered browser automation — navigate, click, fill forms, and extract data from any website.