@apify/actors-mcp-server 0.1.2 → 0.1.3-beta.0

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 +8 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -42,6 +42,14 @@ See the [Roadmap](#-roadmap-january-2025) for more details.
42
42
  The Model Context Protocol (MCP) allows AI applications (and AI agents), such as Claude Desktop, to connect to external tools and data sources.
43
43
  MCP is an open protocol that enables secure, controlled interactions between AI applications, AI Agents, and local or remote resources.
44
44
 
45
+ For more information, see the [Model Context Protocol](https://modelcontextprotocol.org/) website.
46
+
47
+ # 🤖 How is Actors MCP Server related to AI Agents?
48
+
49
+ 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.
50
+
51
+ To learn more, check out the blog post: [What are AI Agents?](https://blog.apify.com/what-are-ai-agents/)
52
+
45
53
  # 🧱 Components
46
54
 
47
55
  ## Tools
@@ -321,9 +329,6 @@ Free users have an 8GB limit, 128MB needs to be allocated for running `Actors-MC
321
329
 
322
330
  If you need other features or have any feedback, please [submit an issue](https://console.apify.com/actors/3ox4R101TgZz67sLr/issues) in Apify Console to let us know.
323
331
 
324
- Are you interested in AI Agents and AI applications?
325
- Visit the [Model Context Protocol](https://modelcontextprotocol.org/) website and read blog post [What are AI agents?](https://blog.apify.com/what-are-ai-agents/).
326
-
327
332
  # 🚀 Roadmap (January 2025)
328
333
 
329
334
  - Document examples for [LibreChat](https://www.librechat.ai/).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/actors-mcp-server",
3
- "version": "0.1.2",
3
+ "version": "0.1.3-beta.0",
4
4
  "type": "module",
5
5
  "description": "Model Context Protocol Server for Apify Actors",
6
6
  "engines": {