|
1 | 1 | { |
2 | | - "dxt_version": "0.1", |
3 | | - "name": "apify-mcp-server", |
4 | | - "version": "0.4.1", |
5 | | - "description": "Extract data from any site with Apify Store, home to thousands of web scrapers.", |
6 | | - "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.", |
7 | | - "keywords": [ |
8 | | - "apify", |
9 | | - "actors", |
10 | | - "dataset", |
11 | | - "mcp", |
12 | | - "automation", |
13 | | - "web", |
14 | | - "web scraping", |
15 | | - "web automation", |
16 | | - "web scraper", |
17 | | - "web crawler", |
18 | | - "scraping", |
19 | | - "data extraction", |
20 | | - "API" |
21 | | - ], |
22 | | - "author": { |
23 | | - "name": "Apify Technologies s.r.o.", |
24 | | - "url": "https://github.com/apify/apify-mcp-server" |
25 | | - }, |
26 | | - "license": "MIT", |
27 | | - "repository": { |
28 | | - "type": "git", |
29 | | - "url": "https://github.com/apify/apify-mcp-server" |
| 2 | + "dxt_version": "0.1", |
| 3 | + "name": "apify-mcp-server", |
| 4 | + "version": "0.4.2", |
| 5 | + "description": "Extract data from any site with Apify Store, home to thousands of web scrapers.", |
| 6 | + "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.", |
| 7 | + "keywords": [ |
| 8 | + "apify", |
| 9 | + "actors", |
| 10 | + "dataset", |
| 11 | + "mcp", |
| 12 | + "automation", |
| 13 | + "web", |
| 14 | + "web scraping", |
| 15 | + "web automation", |
| 16 | + "web scraper", |
| 17 | + "web crawler", |
| 18 | + "scraping", |
| 19 | + "data extraction", |
| 20 | + "API" |
| 21 | + ], |
| 22 | + "author": { |
| 23 | + "name": "Apify Technologies s.r.o.", |
| 24 | + "url": "https://github.com/apify/apify-mcp-server" |
| 25 | + }, |
| 26 | + "license": "MIT", |
| 27 | + "repository": { |
| 28 | + "type": "git", |
| 29 | + "url": "https://github.com/apify/apify-mcp-server" |
| 30 | + }, |
| 31 | + "homepage": "https://mcp.apify.com", |
| 32 | + "support": "https://github.com/apify/apify-mcp-server/issues", |
| 33 | + "icon": "docs/apify-logo.png", |
| 34 | + "screenshots": [ |
| 35 | + "docs/actors-mcp-server.png" |
| 36 | + ], |
| 37 | + "server": { |
| 38 | + "type": "node", |
| 39 | + "entry_point": "dist/stdio.js", |
| 40 | + "mcp_config": { |
| 41 | + "command": "node", |
| 42 | + "args": [ |
| 43 | + "${__dirname}/dist/stdio.js", |
| 44 | + "--tools", |
| 45 | + "${user_config.tools}" |
| 46 | + ], |
| 47 | + "env": { |
| 48 | + "APIFY_TOKEN": "${user_config.apify_token}" |
| 49 | + } |
| 50 | + } |
| 51 | + }, |
| 52 | + "tools_generated": true, |
| 53 | + "user_config": { |
| 54 | + "apify_token": { |
| 55 | + "type": "string", |
| 56 | + "title": "Apify token", |
| 57 | + "description": "Your Apify API token for authentication", |
| 58 | + "sensitive": true, |
| 59 | + "required": true |
30 | 60 | }, |
31 | | - "homepage": "https://mcp.apify.com", |
32 | | - "support": "https://github.com/apify/apify-mcp-server/issues", |
33 | | - "icon": "docs/apify-logo.png", |
34 | | - "screenshots": [ |
35 | | - "docs/actors-mcp-server.png" |
| 61 | + "tools": { |
| 62 | + "type": "string", |
| 63 | + "title": "Enabled tools", |
| 64 | + "description": "Comma-separated list of tools to enable. Can be either a tool category, a specific tool, or an Apify Actor. For example: \"actors,docs,apify/rag-web-browser\". For more details visit https://mcp.apify.com.", |
| 65 | + "required": false, |
| 66 | + "default": "actors,docs,apify/rag-web-browser" |
| 67 | + } |
| 68 | + }, |
| 69 | + "compatibility": { |
| 70 | + "claude_desktop": ">=0.2.16", |
| 71 | + "platforms": [ |
| 72 | + "darwin", |
| 73 | + "win32", |
| 74 | + "linux" |
36 | 75 | ], |
37 | | - "server": { |
38 | | - "type": "node", |
39 | | - "entry_point": "dist/stdio.js", |
40 | | - "mcp_config": { |
41 | | - "command": "node", |
42 | | - "args": [ |
43 | | - "${__dirname}/dist/stdio.js", |
44 | | - "--tools", |
45 | | - "${user_config.tools}" |
46 | | - ], |
47 | | - "env": { |
48 | | - "APIFY_TOKEN": "${user_config.apify_token}" |
49 | | - } |
50 | | - } |
51 | | - }, |
52 | | - "tools_generated": true, |
53 | | - "user_config": { |
54 | | - "apify_token": { |
55 | | - "type": "string", |
56 | | - "title": "Apify token", |
57 | | - "description": "Your Apify API token for authentication", |
58 | | - "sensitive": true, |
59 | | - "required": true |
60 | | - }, |
61 | | - "tools": { |
62 | | - "type": "string", |
63 | | - "title": "Enabled tools", |
64 | | - "description": "Comma-separated list of tools to enable. Can be either a tool category, a specific tool, or an Apify Actor. For example: \"actors,docs,apify/rag-web-browser\". For more details visit https://mcp.apify.com.", |
65 | | - "required": false, |
66 | | - "default": "actors,docs,apify/rag-web-browser" |
67 | | - } |
68 | | - }, |
69 | | - "compatibility": { |
70 | | - "claude_desktop": ">=0.2.16", |
71 | | - "platforms": [ |
72 | | - "darwin", |
73 | | - "win32", |
74 | | - "linux" |
75 | | - ], |
76 | | - "runtimes": { |
77 | | - "node": ">=20.0.0" |
78 | | - } |
| 76 | + "runtimes": { |
| 77 | + "node": ">=20.0.0" |
79 | 78 | } |
| 79 | + } |
80 | 80 | } |
0 commit comments