Skip to content

Commit 9b56256

Browse files
committed
fix: review fixes
1 parent d96f34d commit 9b56256

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

sources/platform/integrations/ai/chatgpt.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,15 @@ slug: /integrations/chatgpt
1010

1111
---
1212

13-
The _ChatGPT_ integration enables you to connect ChatGPT to Apify's extensive library of Actors through the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/getting-started/intro). This allows ChatGPT to use Apify tools and Actors directly in conversations, providing real-time web data access and automation capabilities.
13+
The _ChatGPT_ integration enables you to connect ChatGPT to Apify's extensive library of Actors through the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/getting-started/intro).
14+
This allows ChatGPT to use Apify tools and Actors directly in conversations, providing real-time web data access and automation capabilities.
15+
16+
You can use any [Apify Actor](https://apify.com/store) with ChatGPT.
17+
By default, the Apify MCP server exposes a set of tools that lets you search and use Actors directly.
18+
19+
**Example query:**
20+
21+
> "Find and run an Actor that scrapes Instagram profiles, and get the profile of @natgeo"
1422
1523
In this tutorial, you'll learn how to connect ChatGPT to the **Apify MCP server** using a custom connector.
1624

@@ -32,8 +40,8 @@ Before connecting ChatGPT to Apify, you'll need:
3240
- **Name** – a user-facing title, e.g., `apify-mcp`
3341
- **Description** – a short description of what the connector does
3442
- **MCP Server URL** – choose one of the following:
35-
- `https://mcp.apify.com` use the default set of Apify tools
36-
- `https://mcp.apify.com?tools=actors,docs,mtrunkat/url-list-download-html` use specific tools
43+
- `https://mcp.apify.com` - use the default set of Apify tools
44+
- `https://mcp.apify.com?tools=actors,docs,mtrunkat/url-list-download-html` - use specific tools
3745
- Refer to [mcp.apify.com](https://mcp.apify.com) for details
3846
- **Authentication** – OAuth, you don’t need to provide a client ID or secret.
3947

@@ -50,7 +58,7 @@ If you try to use a connector with social media scrapers like Instagram or TikTo
5058
You can still use these Actors with ChatGPT by including them when initially setting up the connector.
5159
:::
5260

53-
## Authorize access
61+
3. Authorize access
5462

5563
Click **Create** to proceed to the authentication page.
5664
You’ll be redirected to the Apify website to authorize ChatGPT to access your Apify account.
@@ -74,20 +82,11 @@ You should see ChatGPT calling Apify tools — such as the [RAG Web Browser](htt
7482

7583
![ChatGPT Apify tools](../images/chatgpt-with-rag-web-browser.png)
7684

77-
## Use any Actor with ChatGPT
78-
79-
You can use any [Apify Actor](https://apify.com/store) with ChatGPT. By default, the Apify MCP server exposes a set of tools that lets you search and use Actors directly.
80-
81-
**Example query:**
82-
83-
> "Find and run an Actor that scrapes Instagram profiles, and get the profile of @natgeo"
84-
85-
8685
## Limitations
8786

88-
- MCP integration in ChatGPT is still in *beta* and may have some limitations or bugs.
89-
- Tool selection and execution can be *slow*, especially with the latest GPT models.
90-
- *Custom connectors* are only available in ChatGPT *Developer mode*.
87+
- MCP integration in ChatGPT is still in _beta_ and may have some limitations or bugs.
88+
- Tool selection and execution can be _slow_, especially with the latest GPT models.
89+
- _Custom connectors_ are only available in ChatGPT _Developer mode_.
9190

9291
## Related integrations
9392

sources/platform/integrations/ai/openai_agents.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ sidebar_position: 13
66
slug: /integrations/openai-agents
77
---
88

9-
The _OpenAI Agents Python SDK_ enables you to build AI agents powered by OpenAI's language models that can use tools, manage context, and interact with external systems through the [Model Context Protocol (MCP)](https://openai.com/research/model-context-protocol). By connecting to the Apify MCP server, your agents can access Apify's extensive library of Actors to perform web scraping, data extraction, and automation tasks in real time.
9+
The _OpenAI Agents Python SDK_ enables you to build AI agents powered by OpenAI's language models that can use tools, manage context, and interact with external systems through the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/getting-started/intro).
10+
By connecting to the Apify MCP server, your agents can access Apify's extensive library of Actors to perform web scraping, data extraction, and automation tasks in real time.
1011

1112
For more details about the OpenAI Agents SDK, refer to the [official documentation](https://openai.github.io/openai-agents-python/).
1213

0 commit comments

Comments
 (0)