-
Notifications
You must be signed in to change notification settings - Fork 127
Expand file tree
/
Copy pathmanifest.json
More file actions
94 lines (94 loc) · 2.49 KB
/
manifest.json
File metadata and controls
94 lines (94 loc) · 2.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"manifest_version": "0.2",
"name": "apify-mcp-server",
"display_name": "Apify",
"version": "0.9.12",
"description": "Extract data from any website with thousands of scrapers, crawlers, and automations on Apify Store.",
"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.",
"keywords": [
"apify",
"actors",
"dataset",
"mcp",
"automation",
"web",
"web automation",
"web scraper",
"web crawler",
"scraping",
"crawl",
"crawler",
"crawling",
"ai",
"data",
"extraction",
"bright",
"fire",
"data extraction",
"API"
],
"author": {
"name": "Apify Technologies s.r.o.",
"url": "https://github.com/apify/apify-mcp-server"
},
"license": "MIT",
"privacy_policies": [
"https://docs.apify.com/legal/privacy-policy",
"https://docs.apify.com/legal/gdpr-information",
"https://docs.apify.com/legal"
],
"repository": {
"type": "git",
"url": "https://github.com/apify/apify-mcp-server"
},
"homepage": "https://mcp.apify.com",
"support": "https://github.com/apify/apify-mcp-server/issues",
"icon": "docs/apify-logo.png",
"screenshots": [
"docs/actors-mcp-server.png"
],
"server": {
"type": "node",
"entry_point": "dist/stdio.js",
"mcp_config": {
"command": "node",
"args": [
"${__dirname}/dist/stdio.js",
"--tools",
"${user_config.tools}"
],
"env": {
"APIFY_TOKEN": "${user_config.apify_token}"
}
}
},
"tools_generated": true,
"prompts_generated": true,
"user_config": {
"apify_token": {
"type": "string",
"title": "Apify token",
"description": "Your Apify API token for authentication",
"sensitive": true,
"required": true
},
"tools": {
"type": "string",
"title": "Enabled tools",
"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.",
"required": false,
"default": "actors,docs,apify/rag-web-browser"
}
},
"compatibility": {
"claude_desktop": ">=0.2.16",
"platforms": [
"darwin",
"win32",
"linux"
],
"runtimes": {
"node": ">=18.0.0"
}
}
}