cortex-scout
by cortex-works·★ 65·综合分 46
为AI代理提供统一网页抓取和有状态自动化引擎,支持MCP集成。
概述
CortexScout 是一个基于 Rust 的 MCP 服务器,为 AI 代理提供全面的网页搜索、抓取和浏览器自动化功能。它通过单一的全能工具提供有状态的浏览器自动化,具有渐进式回退的反机器人处理和可选的人工在环支持。服务器暴露了多种 MCP 工具用于搜索、爬取、提取和深度研究,适用于复杂的网页抓取和自动化任务。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您的 AI 代理需要可靠的网页抓取和状态化浏览器自动化,尤其是处理复杂的身份验证流程或大量 JavaScript 网站时,选择 CortexScout。
什么时候不要选它
如果您需要开源许可(CortexScout 使用 MIT 许可是商业生态系统的一部分),或者您的用例只需要简单的静态页面抓取而无需浏览器自动化,则应避免使用。
此 server 暴露的工具
从 README 抽取出 9 个工具web_searchURL discovery or search+content retrieval
web_fetchUnified fetch family (single/batch/crawl modes)
extract_fieldsPrimary structured extraction from web content
scout_browser_automateStateful omni-tool for browser automation
memory_searchLanceDB-backed research history search
deep_researchMulti-hop search + scrape + synthesis
scout_agent_profile_authLaunch visible browser profile for auth challenges
visual_scoutVisual analysis of web content
hitl_web_fetchHuman-in-the-loop web fetch with auth modes
可对比工具
安装
安装
选项 A — 预构建二进制文件
从 GitHub Releases 下载最新版本:
cortex-scout-mcp— MCP stdio 服务器(推荐用于 VS Code/Cursor/Claude Desktop)cortex-scout— 可选的 HTTP 服务器
选项 B — 从源码构建
先安装 protoc,然后:
git clone https://github.com/cortex-works/cortex-scout.git
cd cortex-scout
cargo build --release --manifest-path mcp-server/Cargo.toml --bin cortex-scout-mcpClaude Desktop 集成
添加到 Claude Desktop 配置:
{
"mcpServers": {
"cortex-scout": {
"command": "env",
"args": [
"RUST_LOG=warn",
"CORTEX_SCOUT_TOOL_TIMEOUT_SECS=90",
"/path/to/cortex-scout-mcp"
]
}
}
}FAQ
- 这与 Playwright MCP 有何不同?
- CortexScout 提供有状态的全能工具,将多个 Playwright 操作组合到单个调用中,减少 AI 代理的令牌使用。它还包括反机器人处理和可选的人工在环功能。
- 它处理哪些反机器人保护?
- CortexScout 通过渐进式回退处理各种保护:Cloudflare、CAPTCHA、reCAPTCHA、Turnstile、DataDome、AWS Shield 和自定义认证挑战。它包括针对 LinkedIn、Ticketmaster 和 Amazon 等目标的验证证据。
cortex-scout 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。