@apify/actors-mcp-server 0.4.16 → 0.4.17
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<h1 align="center">
|
|
2
2
|
<a href="https://mcp.apify.com">
|
|
3
3
|
<picture>
|
|
4
|
-
<source media="(prefers-color-scheme: dark)" srcset="docs/apify_mcp_server_dark_background.png">
|
|
5
|
-
<img alt="Apify MCP Server" src="docs/apify_mcp_server_white_background.png" width="500">
|
|
4
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/apify/apify-mcp-server/refs/heads/master/docs/apify_mcp_server_dark_background.png">
|
|
5
|
+
<img alt="Apify MCP Server" src="https://raw.githubusercontent.com/apify/apify-mcp-server/refs/heads/master/docs/apify_mcp_server_white_background.png" width="500">
|
|
6
6
|
</picture>
|
|
7
7
|
</a>
|
|
8
8
|
<br>
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<a href="https://apify.com/apify/actors-mcp-server"><img src="https://apify.com/actor-badge?actor=apify/actors-mcp-server" alt="Actor runs" style="max-width: 100%;"></a>
|
|
17
17
|
</p>
|
|
18
18
|
|
|
19
|
-
The Apify Model Context Protocol (MCP)
|
|
19
|
+
The Apify Model Context Protocol (MCP) server at [**mcp.apify.com**](https://mcp.apify.com) enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the [Apify Store](https://apify.com/store).
|
|
20
20
|
|
|
21
21
|
> **🚀 Try the hosted Apify MCP Server!**
|
|
22
22
|
>
|