You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,30 @@ Here are some special MCP operations and how the Apify MCP Server supports them:
152
152
153
153
For example, to enable all tools, use `npx @apify/actors-mcp-server --tools docs,runs,storage,preview` or `https://mcp.apify.com/?tools=docs,runs,storage,preview`.
154
154
155
+
### Overview of available tools
156
+
157
+
Here is an overview list of all the tools provided by the Apify MCP Server.
158
+
159
+
| Tool name | Category | Description | Enabled by default |
160
+
| :--- | :--- | :--- | :---: |
161
+
|`get-actor-details`| default | Retrieve detailed information about a specific Actor. | ✅ |
162
+
|`search-actors`| default | Search for Actors in the Apify Store. | ✅ |
163
+
|`add-actor`| default | Add an Actor as a new tool for the user to call. | ✅ |
164
+
|[`apify-slash-rag-web-browser`](https://apify.com/apify/rag-web-browser)| default | An Actor tool to browse the web. | ✅ |
165
+
|`search-apify-docs`| docs | Search the Apify documentation for relevant pages. | ✅ |
166
+
|`fetch-apify-docs`| docs | Fetch the full content of an Apify documentation page by its URL. | ✅ |
167
+
|`call-actor`| preview | Call an Actor and get its run results. ||
168
+
|`get-actor-run`| runs | Get detailed information about a specific Actor run. ||
169
+
|`get-actor-run-list`| runs | Get a list of an Actor's runs, filterable by status. ||
170
+
|`get-actor-log`| runs | Retrieve the logs for a specific Actor run. ||
171
+
|`get-dataset`| storage | Get metadata about a specific dataset. ||
172
+
|`get-dataset-items`| storage | Retrieve items from a dataset with support for filtering and pagination. ||
173
+
|`get-key-value-store`| storage | Get metadata about a specific key-value store. ||
174
+
|`get-key-value-store-keys`| storage | List the keys within a specific key-value store. ||
175
+
|`get-key-value-store-record`| storage | Get the value associated with a specific key in a key-value store. ||
176
+
|`get-dataset-list`| storage | List all available datasets for the user. ||
177
+
|`get-key-value-store-list`| storage | List all available key-value stores for the user. ||
178
+
155
179
### Prompts
156
180
157
181
The server provides a set of predefined example prompts to help you get started interacting with Apify through MCP. For example, there is a `GetLatestNewsOnTopic` prompt that allows you to easily retrieve the latest news on a specific topic using the [RAG Web Browser](https://apify.com/apify/rag-web-browser) Actor.
0 commit comments