@apify/actors-mcp-server 0.8.1 → 0.8.3
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.md +9 -2
- package/dist/tools/index.d.ts.map +1 -1
- package/dist/tools/index.js +1 -0
- package/dist/tools/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/utils/actor-details.js +1 -1
- package/dist/utils/actor-details.js.map +1 -1
- package/manifest.json +1 -1
- package/package.json +1 -1
- package/server.json +1 -1
package/README.md
CHANGED
|
@@ -72,7 +72,7 @@ You can find detailed instructions for setting up the MCP server in the [Apify d
|
|
|
72
72
|
|
|
73
73
|
# ⚠️ SSE transport deprecation on April 1, 2026
|
|
74
74
|
|
|
75
|
-
|
|
75
|
+
Update your MCP client config before April 1, 2026.
|
|
76
76
|
The Apify MCP server is dropping Server-Sent Events (SSE) transport in favor of Streamable HTTP, in line with the official MCP spec.
|
|
77
77
|
|
|
78
78
|
Go to [mcp.apify.com](https://mcp.apify.com/) to update the installation for your client of choice, with a valid endpoint.
|
|
@@ -149,7 +149,7 @@ You can refer to the specific Actor's documentation for a list of available argu
|
|
|
149
149
|
### Helper tools
|
|
150
150
|
|
|
151
151
|
One of the most powerful features of using MCP with Apify is dynamic tool discovery.
|
|
152
|
-
It
|
|
152
|
+
It allows an AI agent to find new tools (Actors) as needed and incorporate them.
|
|
153
153
|
Here are some special MCP operations and how the Apify MCP Server supports them:
|
|
154
154
|
|
|
155
155
|
- **Apify Actors**: Search for Actors, view their details, and use them as tools for the AI.
|
|
@@ -221,6 +221,7 @@ The hosted server can be configured using query parameters in the URL. For examp
|
|
|
221
221
|
https://mcp.apify.com?tools=actors,docs,apify/rag-web-browser
|
|
222
222
|
```
|
|
223
223
|
|
|
224
|
+
|
|
224
225
|
For minimal configuration, if you want to use only a single Actor tool - without any discovery or generic calling tools, the server can be configured as follows:
|
|
225
226
|
|
|
226
227
|
```
|
|
@@ -382,6 +383,12 @@ npx @modelcontextprotocol/inspector node ./dist/stdio.js
|
|
|
382
383
|
|
|
383
384
|
Upon launching, the Inspector will display a URL that you can open in your browser to begin debugging.
|
|
384
385
|
|
|
386
|
+
## Unauthenticated access
|
|
387
|
+
|
|
388
|
+
When the `tools` query parameter includes only tools explicitly enabled for unauthenticated use, the hosted server allows access without an API token.
|
|
389
|
+
Currently allowed tools: `search-actors`, `search-apify-docs`, `fetch-apify-docs`.
|
|
390
|
+
Example: `https://mcp.apify.com?tools=search-actors`.
|
|
391
|
+
|
|
385
392
|
## 🐦 Canary PR releases
|
|
386
393
|
|
|
387
394
|
Apify MCP is split across two repositories: this one for core MCP logic and the private `apify-mcp-server-internal` for the hosted server.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/tools/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,OAAO,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AACnE,OAAO,EAAE,cAAc,EAAE,8BAA8B,EAAE,MAAM,iBAAiB,CAAC;AAGjF,eAAO,MAAM,kBAAkB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/tools/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,OAAO,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AACnE,OAAO,EAAE,cAAc,EAAE,8BAA8B,EAAE,MAAM,iBAAiB,CAAC;AAGjF,eAAO,MAAM,kBAAkB,EAAE,MAAM,EAItC,CAAC;AAIF,OAAO,EAAE,cAAc,EAAE,8BAA8B,EAAE,CAAC;AAG1D,eAAO,MAAM,YAAY,mCAA+D,CAAC;AAEzF;;;GAGG;AACH,wBAAgB,8BAA8B,IAAI,YAAY,EAAE,CAK/D;AAGD,OAAO,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,CAAC"}
|
package/dist/tools/index.js
CHANGED
|
@@ -6,6 +6,7 @@ import { toolCategories, toolCategoriesEnabledByDefault } from './categories.js'
|
|
|
6
6
|
export const unauthEnabledTools = [
|
|
7
7
|
HelperTools.DOCS_SEARCH,
|
|
8
8
|
HelperTools.DOCS_FETCH,
|
|
9
|
+
HelperTools.STORE_SEARCH,
|
|
9
10
|
];
|
|
10
11
|
// Re-export from categories.ts
|
|
11
12
|
// This is actually needed to avoid circular dependency issues
|
package/dist/tools/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/tools/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE1C,OAAO,EAAE,4BAA4B,EAAE,MAAM,qCAAqC,CAAC;AACnF,OAAO,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AACnE,OAAO,EAAE,cAAc,EAAE,8BAA8B,EAAE,MAAM,iBAAiB,CAAC;AAEjF,sFAAsF;AACtF,MAAM,CAAC,MAAM,kBAAkB,GAAa;IACxC,WAAW,CAAC,WAAW;IACvB,WAAW,CAAC,UAAU;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/tools/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE1C,OAAO,EAAE,4BAA4B,EAAE,MAAM,qCAAqC,CAAC;AACnF,OAAO,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AACnE,OAAO,EAAE,cAAc,EAAE,8BAA8B,EAAE,MAAM,iBAAiB,CAAC;AAEjF,sFAAsF;AACtF,MAAM,CAAC,MAAM,kBAAkB,GAAa;IACxC,WAAW,CAAC,WAAW;IACvB,WAAW,CAAC,UAAU;IACtB,WAAW,CAAC,YAAY;CAC3B,CAAC;AAEF,+BAA+B;AAC/B,8DAA8D;AAC9D,OAAO,EAAE,cAAc,EAAE,8BAA8B,EAAE,CAAC;AAE1D,2EAA2E;AAC3E,MAAM,CAAC,MAAM,YAAY,GAAG,4BAA4B,CAAC,8BAA8B,CAAC,CAAC;AAEzF;;;GAGG;AACH,MAAM,UAAU,8BAA8B;IAC1C,MAAM,qBAAqB,GAAG,IAAI,GAAG,CAAC,kBAAkB,CAAC,CAAC;IAC1D,OAAQ,MAAM,CAAC,OAAO,CAAC,cAAc,CAA2D;SAC3F,MAAM,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,EAAE,EAAE,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,qBAAqB,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;SAClF,GAAG,CAAC,CAAC,CAAC,QAAQ,CAAC,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC;AACvC,CAAC;AAED,6BAA6B;AAC7B,OAAO,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,CAAC"}
|