diff --git a/sources/platform/actors/publishing/index.mdx b/sources/platform/actors/publishing/index.mdx index 5c4e89dd80..465f488614 100644 --- a/sources/platform/actors/publishing/index.mdx +++ b/sources/platform/actors/publishing/index.mdx @@ -72,7 +72,7 @@ Ensure periodic testing, either manually or by [setting up automatic testing](.. To find ideas for new Actor, consider the following sources: - Your own experiences with friends, colleagues, and customers -- SEO tools to identify search terms, websites related to web scrapint, web automation, or web integrations (check the [SEO article](https://apify.notion.site/SEO-990259fe88a84fd0a85ce6d3b394d8c1) for more details) +- SEO tools to identify search terms, websites related to web scrapint, web automation, or web integrations (see the [SEO article](https://apify.notion.site/SEO-990259fe88a84fd0a85ce6d3b394d8c1) for more details) - The [Actor ideas page](https://apify.com/ideas) to find Actors in demand by the Apify community - Our [Discord community](https://discord.com/invite/jyEM2PRvMU), especially the [#hire-freelancers](https://discord.com/channels/801163717915574323/1022804760484659210) channel can offer great insights diff --git a/sources/platform/integrations/ai/mcp.md b/sources/platform/integrations/ai/mcp.md index e90ef89abd..422f58e5d6 100644 --- a/sources/platform/integrations/ai/mcp.md +++ b/sources/platform/integrations/ai/mcp.md @@ -88,7 +88,7 @@ Let’s walk through an example of using Claude for Desktop with the Apify MCP S } ``` - This tells Claude to spawn the Apify MCP Server (via the [Actors MCP Server](https://www.npmjs.com/package/@apify/actors-mcp-server) NPM package with your API token (on the first run, it will download the package automatically). + This tells Claude to spawn the Apify MCP Server (via the [Actors MCP Server](https://www.npmjs.com/package/@apify/actors-mcp-server) npm package with your API token (on the first run, it will download the package automatically). 1. _Launch Claude and connect:_ After updating the config, restart Claude for Desktop. If successful, Claude will show a “plugin” (often indicated by a plug icon 🔌) signifying it connected to the Apify Actors MCP server. @@ -266,14 +266,14 @@ You can report bugs, suggest new features, or ask questions in the [GitHub issue If you find this project useful, please [star it on GitHub](https://github.com/apify/actors-mcp-server) to show your support! - _Authorization (API Token):_ If the MCP server isn’t executing Actors, ensure you provided a correct Apify API token. Without a valid `APIFY_TOKEN`, the server cannot start Actor runs. Always set the `APIFY_TOKEN` environment variable when running locally. -- _Ensure latest version:_ If running via NPM, always use the latest version of `@apify/actors-mcp-server` for the newest features and fixes. You can append `@latest` when installing or in your config args to ensure this. +- _Ensure latest version:_ If running via npm, always use the latest version of `@apify/actors-mcp-server` for the newest features and fixes. You can append `@latest` when installing or in your config args to ensure this. - _Node.js environment:_ If running the server locally, make sure Node.js is installed and up to date (`node -v`). The MCP server requires Node.js v18+. - _No response or long delay:_ Keep in mind that when an Actor tool is called, it may take some time to complete (depending on the task). If nothing is coming back, check the Actor’s logs in Apify console — the Actor might be waiting on a long operation or input. ## Learn more - [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction): Learn about the open standard on the official MCP website – understanding the protocol can help you build custom agents. -- [Actors MCP Server GitHub](https://github.com/apify/actors-mcp-server): The README for the Apify MCP Server actor (available on Apify Store as `apify/actors-mcp-server`) provides technical details on implementation and advanced usage. -- [Apify Tester MCP Client](https://apify.com/jiri.spilka/tester-mcp-client): A specialized client actor (`jiri.spilka/tester-mcp-client`) that you can run to simulate an AI agent in your browser. Useful for testing your setup with a chat UI. +- [Actors MCP Server GitHub](https://github.com/apify/actors-mcp-server): The README for the Apify MCP Server Actor (available on Apify Store as `apify/actors-mcp-server`) provides technical details on implementation and advanced usage. +- [Apify Tester MCP Client](https://apify.com/jiri.spilka/tester-mcp-client): A specialized client Actor (`jiri.spilka/tester-mcp-client`) that you can run to simulate an AI agent in your browser. Useful for testing your setup with a chat UI. - [How to use MCP with Apify Actors](https://blog.apify.com/how-to-use-mcp/): Learn how to expose over 5,000 Apify Actors to AI agents with Claude and LangGraph, and configure MCP clients and servers. - [Apify MCP Server Tutorial](https://www.youtube.com/watch?v=BKu8H91uCTg): Integrate thousands of Apify Actors and Agents with Claude. diff --git a/sources/platform/integrations/workflows-and-notifications/gumloop/youtube.md b/sources/platform/integrations/workflows-and-notifications/gumloop/youtube.md index e66ba2b737..7565c8747e 100644 --- a/sources/platform/integrations/workflows-and-notifications/gumloop/youtube.md +++ b/sources/platform/integrations/workflows-and-notifications/gumloop/youtube.md @@ -12,7 +12,7 @@ Get YouTube search results, video details, channel videos, playlists, and channe The Gumloop YouTube integration provides a native interface for running Apify’s YouTube scrapers directly in your workflows. No API keys or manual polling required. All you need is a Gumloop account. -Using the Gumloop YouTube MCP node, you can simply prompt the YouTube data you need and Gumloop will retrieve it from relevant Apify actors. From there, you can connect it to your favorite tools and AI agents to process the information. +Using the Gumloop YouTube MCP node, you can simply prompt the YouTube data you need and Gumloop will retrieve it from relevant Apify Actors. From there, you can connect it to your favorite tools and AI agents to process the information. ## Available actions diff --git a/sources/platform/integrations/workflows-and-notifications/n8n.md b/sources/platform/integrations/workflows-and-notifications/n8n.md index c6d8b7a8b2..9e27a19e69 100644 --- a/sources/platform/integrations/workflows-and-notifications/n8n.md +++ b/sources/platform/integrations/workflows-and-notifications/n8n.md @@ -36,7 +36,7 @@ If you're running a self-hosted n8n instance, you can install the Apify communit ## Install the Apify Node (n8n Cloud) -For n8n Cloud users, installation is even simpler and doesn't require manual package entry. Just search and add the node from the canvas. +For n8n Cloud users, installation is even simpler and doesn't require manual package entry. Just search and add the node from the canvas. 1. Go to the **Canvas** and open the **nodes panel** 1. Search for **Apify** in the community node registry diff --git a/sources/platform/security.md b/sources/platform/security.md index ec13e53011..6ac92f47f0 100644 --- a/sources/platform/security.md +++ b/sources/platform/security.md @@ -27,7 +27,7 @@ To learn more about Apify's security practices, data protection measures, and co - List of our security certifications and compliance reports - Information about Apify's data protection controls - List of Apify's data subprocessors -- An AI chatbot to answer your security-related questions +- An AI Chatbot to answer your security-related questions ## Security Whitepaper