agent-web-combo
Agent Web Combo
Комбинированный набор инструментов для работы AI-агентов в интернете: поиск и обнаружение + извлечение контента + рендеринг Kitesurf/Playwright + чтение платформы agent-reach.
Поиск: Tavily / Exa / AnySearch
Рендеринг: Cloudflare Kitesurf + Playwright (CDP)
Контент платформ: agent-reach (опционально)
Способы подключения: CLI и MCP Server
Возможности
Переключение между несколькими поисковыми источниками:
tavily/exa/anysearchИзвлечение содержимого страниц из результатов поиска
Рендеринг страниц через Kitesurf, извлечение основного текста, создание скриншотов
Полный конвейер: поиск → извлечение → рендеринг → скриншот
MCP Server: прямой вызов из Claude Code / Cursor / OpenCode / DSH Desktop и других
Related MCP server: myscrape
Архитектура
搜索发现:Tavily / Exa / AnySearch
↓
内容提取:AnySearch extract / Tavily Extract / Exa Contents
↓
需要渲染/截图/JS:Kitesurf + Playwright (connectOverCDP)
↓
平台类内容/登录态:agent-reach (可选)Структура проекта
agent-web-combo/
├── combo/
│ ├── __main__.py # CLI 入口
│ ├── cli.py # 命令行
│ ├── config.py # 环境变量配置
│ ├── search.py # Tavily / Exa / AnySearch
│ ├── kitesurf.py # Kitesurf + Playwright
│ ├── agent_reach.py # agent-reach CLI
│ └── pipeline.py # 组合流水线
├── combo_mcp.py # MCP Server 入口
├── requirements.txt
├── pyproject.toml
└── .env.exampleУстановка
pip install -r requirements.txt
playwright install chromium # 仅本地调试/备选浏览器时需要;连 Kitesurf 不需要Конфигурация
cp .env.example .envЗаполните по необходимости:
# Cloudflare / Kitesurf(需要 Browser Run 权限)
CF_ACCOUNT_ID=你的账号ID
CF_API_TOKEN=你的API Token
# 搜索源(至少一个;AnySearch 可不填 Key)
TAVILY_API_KEY=tvly-xxx
EXA_API_KEY=xxx
ANYSEARCH_API_KEY=as_sk_xxxФайл
.envигнорируется через.gitignore, не коммитьте его.
Использование CLI
# 搜索
python -m combo search "Cloudflare Kitesurf" --provider anysearch --max-results 5
# 渲染单个页面 + 截图
python -m combo render "https://example.com" --screenshot output.png
# 完整流水线
python -m combo research "Kitesurf vs Tavily" \
--provider auto \
--max-results 5 \
--extract \
--render \
--render-limit 3 \
--screenshot-dir shots
# 检查 agent-reach
python -m combo agent-reachИспользование MCP
Запуск MCP Server:
python combo_mcp.pyДоступные инструменты:
Инструмент | Назначение |
| Поиск |
| Рендеринг/скриншот Kitesurf |
| Поиск + извлечение + рендеринг |
| Проверка статуса agent-reach |
Конфигурация для каждого клиента — в README.mcp.md.
Примечания по безопасности
Все API-ключи хранятся только в локальном
.env.gitignoreигнорирует.env, скриншоты и кэшВ конфигурации MCP не указываются ключи в открытом виде
Перед публикацией убедитесь, что
.envи файлы скриншотов не были закоммичены
Пояснения
AnySearch работает через HTTP-интерфейс MCP
tools/call, доступен анонимноKitesurf подключается через CDP endpoint Cloudflare Browser Run
Kitesurf сейчас в статусе Beta, подходит для скриншотов, извлечения HTML, операций с DOM и других типовых задач агентов
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Scrape, crawl and search the web for AI agents via MCP.
Docs: https://docs.keenable.ai/mcp-server Keenable is a free, remote MCP server that gives agents access to the web index. Search the web with ranked results and date/site filters, then fetch any indexed page as clean markdown. Works out of the box with no account or API key.
Stealth web browser for agents: search, fetch, click, download and type in persistent MCP sessions.
MCP server for web extraction and rendering via AceDataCloud WebExtrator
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA minimal MCP server for agent-friendly web extraction and search. Offers two tools: fetching real pages with Playwright and Crawl4AI, and searching across 7 engines with automatic fallback.33AGPL 3.0
- AlicenseNot gradedqualityAmaintenanceA self-contained web-research MCP server that lets local LLM agents search, fetch, and synthesize web content using tools like web_search, web_fetch, and web_research.1MIT
- AlicenseNot gradedqualityBmaintenanceMCP server that wraps Playwright to give AI agents eyes on the web, enabling browser search, navigation, extraction, and interaction with intelligent LLM-based DOM extraction and skill caching.16MIT
- FlicenseNot gradedqualityCmaintenanceMCP server that enables AI agents to search the web and extract clean Markdown content, with support for JavaScript rendering, structured data extraction, and screenshots.1-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/stranded7/agent-web-combo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server