scrape-do-mcp 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README-ZH.md +7 -0
- package/README.md +7 -0
- package/package.json +1 -1
package/README-ZH.md
CHANGED
|
@@ -9,6 +9,13 @@ Scrape.do 网页抓取和 Google 搜索 MCP 服务器 - 支持反机器人保护
|
|
|
9
9
|
- **scrape_url**: 抓取任意网页并返回 Markdown 格式内容。自动绕过 Cloudflare、WAF、CAPTCHA 和反爬虫保护。支持 JavaScript 渲染页面。
|
|
10
10
|
- **google_search**: 搜索 Google 并返回结构化的 SERP 结果 JSON。包含自然搜索结果、知识图谱、本地商家、新闻、相关问题(People Also Ask)等。
|
|
11
11
|
|
|
12
|
+
## 可用工具
|
|
13
|
+
|
|
14
|
+
| 工具 | 描述 |
|
|
15
|
+
|------|------|
|
|
16
|
+
| `scrape_url` | 抓取任意网页并返回 Markdown 格式内容。自动绕过 Cloudflare、WAF、CAPTCHA 和反爬虫保护。支持 JavaScript 渲染页面。 |
|
|
17
|
+
| `google_search` | 搜索 Google 并返回结构化的 SERP 结果 JSON。包含自然搜索结果、知识图谱、本地商家、新闻、相关问题(People Also Ask)、视频结果等。 |
|
|
18
|
+
|
|
12
19
|
## 安装
|
|
13
20
|
|
|
14
21
|
### 快速安装(推荐)
|
package/README.md
CHANGED
|
@@ -9,6 +9,13 @@ MCP Server for Scrape.do - Web Scraping & Google Search with anti-bot bypass
|
|
|
9
9
|
- **scrape_url**: Scrape any webpage and return content as Markdown. Automatically bypasses Cloudflare, WAFs, CAPTCHAs, and anti-bot protection. Supports JavaScript-rendered pages.
|
|
10
10
|
- **google_search**: Search Google and return structured SERP results as JSON. Returns organic results, knowledge graph, local businesses, news stories, and more.
|
|
11
11
|
|
|
12
|
+
## Available Tools
|
|
13
|
+
|
|
14
|
+
| Tool | Description |
|
|
15
|
+
|------|-------------|
|
|
16
|
+
| `scrape_url` | Scrape any webpage and return content as Markdown. Automatically bypasses Cloudflare, WAFs, CAPTCHAs, and anti-bot protection. Supports JavaScript-rendered pages. |
|
|
17
|
+
| `google_search` | Search Google and return structured SERP results as JSON. Returns organic results, knowledge graph, local businesses, news stories, related questions (People Also Ask), video results, and more. |
|
|
18
|
+
|
|
12
19
|
## Installation
|
|
13
20
|
|
|
14
21
|
### Quick Install (Recommended)
|