@apify/actors-mcp-server 0.1.10-beta.1 → 0.1.11

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.
Files changed (2) hide show
  1. package/README.md +7 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -53,11 +53,11 @@ MCP is an open protocol that enables secure, controlled interactions between AI
53
53
 
54
54
  For more information, see the [Model Context Protocol](https://modelcontextprotocol.org/) website or blogpost [What is MCP and why does it matter?](https://blog.apify.com/what-is-model-context-protocol/).
55
55
 
56
- # 🤖 How is Actors MCP Server related to AI Agents?
56
+ # 🤖 How is MCP Server related to AI Agents?
57
57
 
58
58
  The Apify MCP Server exposes Apify's Actors through the MCP protocol, allowing AI Agents or frameworks that implement the MCP protocol to access all Apify Actors as tools for data extraction, web searching, and other tasks.
59
59
 
60
- To learn more, check out the blog post: [What are AI Agents?](https://blog.apify.com/what-are-ai-agents/) and Apify's [AI Agent collection](https://apify.com/store/collections/ai_agents).
60
+ To learn more about AI Agents, explore our blog post: [What are AI Agents?](https://blog.apify.com/what-are-ai-agents/) and browse Apify's curated [AI Agent collection](https://apify.com/store/collections/ai_agents). Wondering if AI Agents are suitable for your specific needs? Our guide [AI agent workflow: building an agent to query Apify datasets](https://blog.apify.com/ai-agent-workflow/) walks you through practical implementation considerations and use cases.
61
61
 
62
62
  # 🧱 Components
63
63
 
@@ -93,7 +93,7 @@ You can refer to the specific Actor's documentation for a list of available argu
93
93
  ### Helper tools
94
94
 
95
95
  The server provides a set of helper tools to discover available Actors and retrieve their details:
96
- - `get-actor-details`: Retrieves documentation, input schema, and other details about a specific Actor.
96
+ - `get-actor-details`: Retrieves documentation, input schema, and details about a specific Actor.
97
97
  - `discover-actors`: Searches for relevant Actors using keywords and returns their details.
98
98
 
99
99
  There are also tools to manage the available tools list. However, dynamically adding and removing tools requires the MCP client to have the capability to manage the tools list, which is typically not supported.
@@ -198,7 +198,7 @@ Alternatively, you can use simple python [client_see.py](https://github.com/apif
198
198
  ```
199
199
 
200
200
  ## ⾕ MCP Server at a local host
201
- ``
201
+
202
202
  You can run the Apify MCP Server on your local machine by configuring it with Claude Desktop or any other [MCP clients](https://modelcontextprotocol.io/clients).
203
203
  You can also use [Smithery](https://smithery.ai/server/@apify/actors-mcp-server) to install the server automatically.
204
204
 
@@ -276,7 +276,7 @@ To configure Claude Desktop to work with the MCP server, follow these steps. For
276
276
  ```
277
277
  5. Restart Claude Desktop
278
278
 
279
- - Fully quit Claude Desktop (ensure its not just minimized or closed).
279
+ - Fully quit Claude Desktop (ensure it's not just minimized or closed).
280
280
  - Restart Claude Desktop.
281
281
  - Look for the 🔌 icon to confirm that the Exa server is connected.
282
282
 
@@ -379,7 +379,7 @@ Enum fields and titles are truncated to max 50 options.
379
379
  Memory for each Actor is limited to 4GB.
380
380
  Free users have an 8GB limit, 128MB needs to be allocated for running `Actors-MCP-Server`.
381
381
 
382
- If you need other features or have any feedback, please [submit an issue](https://console.apify.com/actors/1lSvMAaRcadrM1Vgv/issues) in Apify Console to let us know.
382
+ If you need other features or have any feedback, [submit an issue](https://console.apify.com/actors/1lSvMAaRcadrM1Vgv/issues) in Apify Console to let us know.
383
383
 
384
384
  # 🚀 Roadmap (March 2025)
385
385
 
@@ -392,3 +392,4 @@ If you need other features or have any feedback, please [submit an issue](https:
392
392
  - [What are AI Agents?](https://blog.apify.com/what-are-ai-agents/)
393
393
  - [What is MCP and why does it matter?](https://blog.apify.com/what-is-model-context-protocol/)
394
394
  - [Tester MCP Client](https://apify.com/jiri.spilka/tester-mcp-client)
395
+ - [AI agent workflow: building an agent to query Apify datasets](https://blog.apify.com/ai-agent-workflow/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/actors-mcp-server",
3
- "version": "0.1.10-beta.1",
3
+ "version": "0.1.11",
4
4
  "type": "module",
5
5
  "description": "Model Context Protocol Server for Apify Actors",
6
6
  "engines": {