Skip to content

Commit 4ceb47d

Browse files
Some small fixes
1 parent 3f6d0fa commit 4ceb47d

File tree

1 file changed

+7
-7
lines changed
  • sources/platform/integrations/ai

1 file changed

+7
-7
lines changed

sources/platform/integrations/ai/mcp.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /integrations/mcp
88

99
<!-- markdownlint-disable MD024 -->
1010

11-
The Apify Model Context Protocol (MCP) server allows AI agents and frameworks compatible with the MCP standard to connect with the extensive library of Actors available on the [Apify Store](https://apify.com/store).
11+
The Apify Model Context Protocol (MCP) server allows AI agents and frameworks compatible with the MCP standard to connect with the extensive library of Actors available on [Apify Store](https://apify.com/store).
1212

1313
## Why use MCP with Apify?
1414

@@ -25,10 +25,10 @@ The Apify Model Context Protocol (MCP) server allows AI agents and frameworks co
2525

2626
## Prerequisites
2727

28-
Before you start, ensure you have the following:
28+
Before you start, make sure you have the following:
2929

3030
1. _Apify account_: You need an active account on the Apify platform.
31-
2. _API Token_: Get your personal API token from the **Integrations** section in the [Apify Console](https://console.apify.com/account#/integrations).
31+
2. _API Token_: Get your personal API token from the **Integrations** section in [Apify Console](https://console.apify.com/account#/integrations).
3232

3333
## Connection methods
3434

@@ -39,15 +39,15 @@ Apify provides two main ways to connect your MCP client to Actors:
3939

4040
### Option 1: Use the main Actors MCP server
4141

42-
This method offers the most flexibility, allowing access to the entire Apify Store dynamically or by specifying Actors at connection time.
42+
This method offers the most flexibility, allowing access to all of Apify Store dynamically or by specifying Actors at connection time.
4343

4444
```text title="Server endpoint"
4545
https://actors-mcp-server.apify.actor/sse?token=<YOUR_API_TOKEN>
4646
```
4747

4848
Key features:
4949

50-
- Dynamic discovery: Agents can use MCP operations like `discover-actors` to search the Apify Store for tools.
50+
- Dynamic discovery: Agents can use MCP operations like `discover-actors` to search Apify Store for tools.
5151
- Dynamic registration: Agents can use the `add-actor-to-tools` operation to add discovered Actors to their available toolset for the current session.
5252
- Pre-registration via URL: You can make specific Actors available immediately by adding the `&actors=` query parameter to the connection URL (for example, `&actors=apify/rag-web-browser`).
5353

@@ -178,8 +178,8 @@ data: {"result":{"content":[{"type":"text","text":"[{\"searchResult\":{\"title\"
178178
- Testing:
179179
- Tester MCP Client: Use the [Tester MCP Client](https://apify.com/jiri.spilka/tester-mcp-client) on Apify to interact with either MCP server type. Enter the appropriate server URL (for example, `https://actors-mcp-server.apify.actor/sse` or `https://rag-web-browser.apify.actor/sse`) in the Actor input field, configure your API token, run the client Actor, and interact through its user interface.
180180
- Protocol information:
181-
- MCP Documentation: For details on the protocol, see the [MCP Introduction](https://modelcontextprotocol.io/introduction).
182-
- MCP Client Examples: Find example client implementations at [MCP Clients](https://modelcontextprotocol.io/clients).
181+
- MCP documentation: For details on the protocol, see the [MCP Introduction](https://modelcontextprotocol.io/introduction).
182+
- MCP client examples: Find example client implementations at [MCP Clients](https://modelcontextprotocol.io/clients).
183183
- Further reading:
184184
- Apify Blog: Read more about Apify's implementation in the post: [What is Anthropic's Model Context Protocol?](https://blog.apify.com/what-is-model-context-protocol/)
185185

0 commit comments

Comments
 (0)