You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Create an MCP Gateway to call the tools in your MCP Server
154
154
155
-
Once the MCP server is deployed to Arcade, all the tools in the server will be available in the [tool catalog](https://api.arcade.dev/dashboard/tools) page in your Arcade dashboard. To call the tools from an MCP client, you first need to [create an MCP Gateway](/guides/create-tools/mcp-gateways) to pick and choose which tools you want to use in your MCP clients.
155
+
Once the MCP server is deployed to Arcade, all the tools in the server will be available in the [tool catalog](https://api.arcade.dev/dashboard/tools) page in your Arcade dashboard. To call the tools from an MCP client, you first need to [create an MCP Gateway](/guides/mcp-gateways) to pick and choose which tools you want to use in your MCP clients.
156
156
157
157
When creating an MCP gateway, you can selectthe tools you want to include in the Gateway from any MCP Servers available to the project, including the one you just deployed.
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:
34
+
35
+
```
36
+
https://ctl.arcade.dev/mcp
37
+
```
38
+
39
+
<Callouttype="info">
40
+
The Gateway Assistant uses **Arcade Auth**. This means you'll authenticate with your Arcade account to access the assistant.
41
+
</Callout>
42
+
43
+
Each MCP client has a different setup process. See [Connect to MCP clients](/get-started/mcp-clients) for detailed instructions for adding the Gateway Assistant to Cursor, Claude Desktop, VS Code, and other supported clients with Arcade Auth.
44
+
45
+
### Authenticate
46
+
47
+
When you first use the Gateway Assistant, the system will prompt you to authenticate with your Arcade account. This is a one-time setup that allows the assistant to create and manage gateways on your behalf.
48
+
49
+
### Start creating gateways
50
+
51
+
Ask your AI assistant to create a gateway by describing what you want to do. For example:
52
+
53
+
> "I want to send emails with Gmail and manage my calendar with Google Calendar. Create a gateway for this."
54
+
55
+
> "Create a gateway that lets me manage GitHub PRs and post updates to Slack."
56
+
57
+
The assistant will select the appropriate tools from Arcade's catalog and create a gateway for you.
58
+
59
+
</Steps>
60
+
61
+
{/* TODO: Add video embed showing the full flow once it is posted to YouTube*/}
62
+
63
+
## After Creating a Gateway
64
+
65
+
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>`).
66
+
67
+
Follow the same process you used to add the Gateway Assistant - see [Connect to MCP clients](/get-started/mcp-clients) for setup instructions specific to your client.
68
+
69
+
<Callouttype="info">
70
+
The Gateway Assistant creates gateways that use **Arcade Auth** by default. This means you'll authenticate with your Arcade account to access the gateway. For production use cases with end users who don't have Arcade accounts, you can modify the gateway's authentication settings in the [dashboard](https://api.arcade.dev/dashboard/mcp-gateways).
MCP Gateways are a way to connect multiple MCP Servers to your agent, application, or IDE. MCP Gateways allow you to federate the tools from multiple MCP Servers into a single collection for easier management, control, and access. You can mix and match tools from different MCP Servers in the same project, and not all tools from a MCP server need to be available to the same LLM.
17
+
<GuideOverview>
18
+
<GuideOverview.Outcomes>
17
19
18
-
## Configure MCP Gateways
20
+
Create and configure an MCP Gateway using the Arcade dashboard with full control over settings.
19
21
20
-
To configure an MCP Gateway, go to the [MCP Gateways dashboard](https://api.arcade.dev/dashboard/mcp-gateways) and click on the "Create MCP Gateway" button.
22
+
</GuideOverview.Outcomes>
23
+
24
+
<GuideOverview.Prerequisites>
25
+
26
+
1. Create an <SignupLinklinkLocation="docs:mcp-gateways-dashboard">Arcade account</SignupLink>
27
+
28
+
</GuideOverview.Prerequisites>
29
+
30
+
</GuideOverview>
31
+
32
+
## Create a Gateway
33
+
34
+
To create an MCP Gateway, go to the [MCP Gateways dashboard](https://api.arcade.dev/dashboard/mcp-gateways) and click the "Create MCP Gateway" button.
21
35
22
36
When configuring an MCP Gateway, you can select the tools you want to include in the Gateway from any MCP Servers available to the project:
23
37
@@ -36,21 +50,21 @@ When configuring an MCP Gateway, you can select the tools you want to include in
The options available when configuring an MCP Gateway are:
40
56
41
57
-**Name**: The name of the MCP Gateway. Informative only.
42
58
-**Description**: The description of the MCP Gateway. This is useful for humans and some MCP clients may surface this information to the user.
43
59
-**LLM Instructions**: Optional instructions for the LLM about how to use the MCP Gateway.
44
60
-**Slug**: The slug of the MCP Gateway. This is the URL slug that will be used to access the MCP Gateway. It must be unique.
45
61
-**Authentication**: The authentication mode to use for the MCP Gateway. This determines how the MCP Gateway will authenticate requests to the MCP Servers. Users will still need to authenticate to the tools within the MCP Gateway as normal.
46
-
-**Arcade Auth**: To access the MCP Gateway, you'll need to authenticate with your Arcade account. We recommend using this authentication mode for MCP Gateways in development or testing phase, or for internal use when you know all the users will have Arcade accounts.
47
-
-**Arcade Headers**: To access the MCP Gateway, you'll need to authenticate with your Arcade account by passing an Arcade API key in the `Authorization` header and the user ID of your end-user in the `Arcade-User-ID` header. We recommend using this authentication mode for MCP Gateways in production when your agent or application has users without Arcade accounts.
62
+
-**Arcade Auth**: To access the MCP Gateway, you'll need to authenticate with your Arcade account. This authentication mode is recommended for MCP Gateways in development or testing phase, or for internal use when you know all the users will have Arcade accounts.
63
+
-**Arcade Headers**: To access the MCP Gateway, you'll need to authenticate with your Arcade account by passing an Arcade API key in the `Authorization` header and the user ID of your end-user in the `Arcade-User-ID` header. This authentication mode is recommended for MCP Gateways in production when your agent or application has users without Arcade accounts.
48
64
-**Allowed Tools**: A selection of tools in the Arcade Tool Catalog that will be available to the MCP Gateway.
49
65
50
-
## How to use MCP Gateways
66
+
## After Creating a Gateway
51
67
52
-
Any MCP client that supports the Streamable HTTP transport can use an Arcade MCP Gateway. To use an Arcade MCP Gateway, you can use the `https://api.arcade.dev/mcp/<YOUR-GATEWAY-SLUG>` URL in your MCP client. Learn how to use MCP Gateways with:
68
+
Once you've created a gateway, you'll need to add it to your chat client. The assistant will provide the MCP URL (for example, `https://api.arcade.dev/mcp/<YOUR-GATEWAY-SLUG>`).
0 commit comments