Skip to content

Commit 479e9be

Browse files
committed
Update README.md with task changes.
1 parent b84651e commit 479e9be

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ MCP is an open protocol that enables secure, controlled interactions between AI
4040
## Tools
4141

4242
Any [Apify Actor](https://apify.com/store) can be used as a tool.
43-
By default, the server is pre-configured with the Actors specified below, but it can be overridden by providing a list of Actor names in the `actors` query parameter.
43+
By default, the server is pre-configured with the Actors specified below, but it can be overridden by providing Actor input.
4444

4545
```text
4646
'apify/instagram-scraper',
@@ -85,12 +85,15 @@ send an HTTP GET request with your [Apify API token](https://console.apify.com/s
8585
```
8686
https://actors-mcp-server.apify.actor?token=<APIFY_TOKEN>
8787
```
88-
It is also possible to start MCP server with a different set of tools by providing a list of Actor names in the `actors` query parameter.
89-
Provide a comma-separated list of Actors in the `actors` query parameter:
90-
```
91-
https://actors-mcp-server.apify.actor?token=<APIFY_TOKEN>&actors=junglee/free-amazon-product-scraper,lukaskrivka/google-maps-with-contact-details
88+
It is also possible to start the MCP server with a different set of Actors.
89+
To do this, create a [task](https://docs.apify.com/platform/actors/running/tasks) and specify the list of Actors you want to use.
90+
91+
Then, run task in Standby mode with the selected Actors using your Apify API token.
92+
```shell
93+
https://actors-mcp-server-task.apify.actor?token=<APIFY_TOKEN>
9294
```
93-
Find list of all available Actors in the [Apify Store](https://apify.com/store).
95+
96+
You can find a list of all available Actors in the [Apify Store](https://apify.com/store).
9497

9598
#### 💬 Interact with the MCP Server
9699

0 commit comments

Comments
 (0)