@apify/actors-mcp-server 0.1.18 → 0.1.19
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 +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -57,7 +57,8 @@ For more information, see the [Model Context Protocol](https://modelcontextproto
|
|
|
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 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).
|
|
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).
|
|
61
|
+
Interested in building and monetizing your own AI agent on Apify? Check out our [step-by-step guide](https://blog.apify.com/how-to-build-an-ai-agent/) for creating, publishing, and monetizing AI agents on the Apify platform.
|
|
61
62
|
|
|
62
63
|
# 🧱 Components
|
|
63
64
|
|
|
@@ -396,7 +397,7 @@ If you need other features or have any feedback, [submit an issue](https://conso
|
|
|
396
397
|
- Add Apify's dataset and key-value store as resources.
|
|
397
398
|
- Add tools such as Actor logs and Actor runs for debugging.
|
|
398
399
|
|
|
399
|
-
#
|
|
400
|
+
# 📚 Learn more
|
|
400
401
|
|
|
401
402
|
- [Model Context Protocol](https://modelcontextprotocol.org/)
|
|
402
403
|
- [What are AI Agents?](https://blog.apify.com/what-are-ai-agents/)
|
|
@@ -404,3 +405,4 @@ If you need other features or have any feedback, [submit an issue](https://conso
|
|
|
404
405
|
- [Tester MCP Client](https://apify.com/jiri.spilka/tester-mcp-client)
|
|
405
406
|
- [AI agent workflow: building an agent to query Apify datasets](https://blog.apify.com/ai-agent-workflow/)
|
|
406
407
|
- [MCP Client development guide](https://github.com/cyanheads/model-context-protocol-resources/blob/main/guides/mcp-client-development-guide.md)
|
|
408
|
+
- [How to build and monetize an AI agent on Apify](https://blog.apify.com/how-to-build-an-ai-agent/)
|