CortexScout is the Deep Research & Web Extraction module within the Cortex-Works ecosystem.
Search Scrape MCP server exists for a simple reason — assistants are far more useful when they can act on Search Scrape directly instead of describing what you should do. CortexScout is the Deep Research & Web Extraction module within the Cortex-Works ecosystem.
CortexScout provides a single, self-hostable Rust binary that exposes search, extraction, and stateful browser automation capabilities over MCP (stdio) and an optional HTTP server. Output formats are structured and optimized for downstream LLM use.
Once Search Scrape is connected, these are the calls the assistant has available:
Area — MCP Tools / CapabilitiesSearch — web_search (URL discovery) or web_search(include_content=true) (search+content in one call)Extraction — extract_fields (primary structured extraction)Automation — scout_browser_automate / browser_automate (stateful omni-tool), scout_agent_profile_auth, scout_browser_closeHITL — visual_scout, hitl_web_fetch(auth_mode="challenge"Memory — memory_search (LanceDB-backed research history)Core — The Core tool exposed by this serverProxy — The Proxy tool exposed by this serverYou will need 6 environment variables: CORTEX_SCOUT_TOOL_TIMEOUT_SECS_SCRAPE_URL, YOUR_PATH, IP_LIST_PATH, PROXY_SOURCE_PATH, OPENAI_BASE_URL, OPENAI_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Plenty of knowledge and memory servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Search Scrape's toolset — Area, Search, Extraction and 5 more — is a fair guide to whether it matches your workflow. It is maintained by devshero; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Area | MCP Tools / Capabilities |
| Search | web_search (URL discovery) or web_search(include_content=true) (search+content in one call) |
| Extraction | extract_fields (primary structured extraction) |
| Automation | scout_browser_automate / browser_automate (stateful omni-tool), scout_agent_profile_auth, scout_browser_close |
| HITL | visual_scout, hitl_web_fetch(auth_mode="challenge" |
| Memory | memory_search (LanceDB-backed research history) |
| Core | The Core tool exposed by this server. |
| Proxy | The Proxy tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| CORTEX_SCOUT_TOOL_TIMEOUT_SECS_SCRAPE_URL | Endpoint or connection string the server talks to. | Yes |
| YOUR_PATH | Filesystem location the server is allowed to use. | Optional |
| IP_LIST_PATH | Filesystem location the server is allowed to use. | Optional |
| PROXY_SOURCE_PATH | Filesystem location the server is allowed to use. | Optional |
| OPENAI_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| OPENAI_API_KEY | Credential the server authenticates with. | Yes |
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.