@apify/actors-mcp-server 0.9.13 → 0.9.14

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 CHANGED
@@ -2,9 +2,9 @@
2
2
  "manifest_version": "0.2",
3
3
  "name": "apify-mcp-server",
4
4
  "display_name": "Apify",
5
- "version": "0.9.13",
5
+ "version": "0.9.14",
6
6
  "description": "Extract data from any website with thousands of scrapers, crawlers, and automations on Apify Store.",
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.",
7
+ "long_description": "Apify is the world's largest marketplace of tools for web scraping, crawling, data extraction, and web automation. Get structured data from social media, e-commerce, search engines, maps, travel sites, or any other website.",
8
8
  "keywords": [
9
9
  "apify",
10
10
  "actors",
@@ -33,17 +33,15 @@
33
33
  },
34
34
  "license": "MIT",
35
35
  "privacy_policies": [
36
- "https://docs.apify.com/legal/privacy-policy",
37
- "https://docs.apify.com/legal/gdpr-information",
38
36
  "https://docs.apify.com/legal"
39
37
  ],
40
38
  "repository": {
41
39
  "type": "git",
42
40
  "url": "https://github.com/apify/apify-mcp-server"
43
41
  },
44
- "homepage": "https://mcp.apify.com",
45
- "support": "https://github.com/apify/apify-mcp-server/issues",
46
- "icon": "https://raw.githubusercontent.com/apify/apify-mcp-server/refs/heads/master/docs/apify-logo.png",
42
+ "homepage": "https://apify.com/",
43
+ "support": "https://help.apify.com/",
44
+ "icon": "icon.png",
47
45
  "screenshots": [
48
46
  "docs/actors-mcp-server.png"
49
47
  ],
@@ -68,14 +66,14 @@
68
66
  "apify_token": {
69
67
  "type": "string",
70
68
  "title": "Apify API token",
71
- "description": "Get your API key by signing up for a free account at https://console.apify.com/sign-up",
69
+ "description": "You can create a free account and get an API token at https://console.apify.com/settings/integrations",
72
70
  "sensitive": true,
73
71
  "required": true
74
72
  },
75
73
  "tools": {
76
74
  "type": "string",
77
75
  "title": "Enabled tools",
78
- "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\". To configure your custom endpoint with select tools, go to https://mcp.apify.com",
76
+ "description": "Comma-separated list of tool categories or Actors, e.g. \"actors,docs,apify/rag-web-browser\". For details, see https://mcp.apify.com",
79
77
  "required": false,
80
78
  "default": "actors,docs,apify/rag-web-browser"
81
79
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/actors-mcp-server",
3
- "version": "0.9.13",
3
+ "version": "0.9.14",
4
4
  "type": "module",
5
5
  "description": "Apify MCP Server",
6
6
  "mcpName": "com.apify/apify-mcp-server",
package/server.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "url": "https://github.com/apify/apify-mcp-server",
7
7
  "source": "github"
8
8
  },
9
- "version": "0.9.13",
9
+ "version": "0.9.14",
10
10
  "remotes": [
11
11
  {
12
12
  "type": "streamable-http",