@apify/actors-mcp-server 0.9.10-beta.0 → 0.9.11-beta.0
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/manifest.json +11 -4
- package/package.json +1 -1
- package/server.json +1 -1
package/manifest.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"manifest_version": "0.2",
|
|
3
3
|
"name": "apify-mcp-server",
|
|
4
|
-
"display_name": "Apify
|
|
5
|
-
"version": "0.9.
|
|
6
|
-
"description": "Extract data from any website
|
|
4
|
+
"display_name": "Apify",
|
|
5
|
+
"version": "0.9.11",
|
|
6
|
+
"description": "Extract data from any website with thousands of scrapers, crawlers, and automations on Apify Store.",
|
|
7
7
|
"long_description": "Apify is the world's largest marketplace of tools for web scraping, data extraction, and web automation. You can extract structured data from social media, e-commerce, search engines, maps, travel sites, or any other website.",
|
|
8
8
|
"keywords": [
|
|
9
9
|
"apify",
|
|
@@ -12,11 +12,18 @@
|
|
|
12
12
|
"mcp",
|
|
13
13
|
"automation",
|
|
14
14
|
"web",
|
|
15
|
-
"web scraping",
|
|
16
15
|
"web automation",
|
|
17
16
|
"web scraper",
|
|
18
17
|
"web crawler",
|
|
19
18
|
"scraping",
|
|
19
|
+
"crawl",
|
|
20
|
+
"crawler",
|
|
21
|
+
"crawling",
|
|
22
|
+
"ai",
|
|
23
|
+
"data",
|
|
24
|
+
"extraction",
|
|
25
|
+
"bright",
|
|
26
|
+
"fire",
|
|
20
27
|
"data extraction",
|
|
21
28
|
"API"
|
|
22
29
|
],
|
package/package.json
CHANGED