MCP Gateways
Gateways are a way to connect multiple MCP Servers to your agent, application, or IDE. 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 need to be available to the same LLM.
Configure MCP Gateways
To configure an Gateway, go to the MCP Gateways dashboard and click on the “Create ” button.
When configuring an Gateway, you can select the tools you want to include in the Gateway from any available to the :
The options available when configuring an Gateway are:
- Name: The name of the Gateway. Informative only.
- Description: The description of the Gateway. If set, this information will be returned to the LLM to hint at the purpose of the tools within the .
- Slug: The slug of the Gateway. This is the URL slug that will be used to access the . It must be unique.
- Allowed : If set, only the tools in the Servers that are selected will be available to the . If left blank, all tools from the available to the will be available through the MCP Gateway.
How to use MCP Gateways
Any client that supports the Streamable HTTP transport can use an Arcade . 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: