# Make

Make consumes external MCP servers through the MCP Client module. Add Cakewalk's gateway by creating a new MCP server in the module's connection, and Make handles the OAuth flow.

## Install Method

Custom form on the MCP Client module's connection. The connection is created from inside a scenario and can be reused across scenarios.

## Step 1: Add the MCP Client Module

1. Open Make and sign in.
2. Open the scenario where you want Cakewalk access.
3. Add the **MCP Client** module to the scenario.

## Step 2: Create a New Connection

1. On the MCP Client module, click **create a connection**.
2. In the connection window, click **+ new mcp server**.
3. Enter the server URL: `https://mcp-gateway.getcakewalk.io/mcp`.
4. Enter the credential. For OAuth, leave the api key / access token field empty; Make handles the OAuth flow itself.

## Step 3: Authenticate

Make starts the OAuth flow with Cakewalk's gateway. Make's published redirect URI is `https://www.make.com/oauth/cb/mcp`. Make walks you through the consent flow in your browser. Sign in with your Cakewalk account and approve the Connection.

## Step 4: Save the Connection

After the consent flow returns, click **save**. Make stores the connection on your account. Future scenarios can pick this same connection without re-authenticating.

## Verifying It Works

In the MCP Client module, the available tools dropdown lists tools the Cakewalk gateway exposes. In Cakewalk, the Make card on **My Agents** flips to **Connected** after the first agent call.

## Troubleshooting

* **+ new mcp server option is missing:** the connection dropdown lists Make's verified servers first. Scroll or search to find the custom option.
* **OAuth flow returns to an error page:** copy the full callback URL from your browser's address bar and paste it back into the prompt at make.com.

## Learn more

* [MCP Client app](https://apps.make.com/mcp-client) from Make.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.cakewalk.security/docs/ai-agent-access/connections-and-integrations/agent-platforms/make.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
