Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions app/en/guides/mcp-gateways/create-via-ai/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { SignupLink } from "@/app/_components/analytics";
<GuideOverview>
<GuideOverview.Outcomes>

Create and manage MCP Gateways directly from your chat interface using natural language.
Create and manage MCP gateways directly from your chat interface using natural language.

</GuideOverview.Outcomes>

Expand All @@ -30,7 +30,7 @@ Create and manage MCP Gateways directly from your chat interface using natural l

### Connect to the Gateway Assistant

The Gateway Assistant is an MCP server that lets you create and manage MCP Gateways. To use it, add the Arcade Gateway Assistant (using Arcade Auth) to your MCP client using this URL:
The Gateway Assistant is an MCP server that creates and manages MCP gateways. To use it, add the Arcade Gateway Assistant (using Arcade Auth) to your MCP client using this URL:

```
https://ctl.arcade.dev/mcp
Expand All @@ -52,7 +52,7 @@ Ask your AI assistant to create a gateway by describing what you want to do. For

> "I want to send emails with Gmail and manage my calendar with Google Calendar. Create a gateway for this."

> "Create a gateway that lets me manage GitHub PRs and post updates to Slack."
> "Create a gateway that creates and manages MCP gateways for GitHub PRs and post updates to Slack."

The assistant will select the appropriate tools from Arcade's catalog and create a gateway for you.

Expand All @@ -66,7 +66,7 @@ The assistant will select the appropriate tools from Arcade's catalog and create
referrerPolicy="strict-origin-when-cross-origin"
></iframe>

## After Creating a Gateway
## After creating a gateway

Once you've created a gateway, you'll need to add it to your chat client as a separate MCP server. The assistant will provide your new gateway's MCP URL (for example, `https://api.arcade.dev/mcp/<YOUR-GATEWAY-SLUG>`).

Expand Down