> For the complete documentation index, see [llms.txt](https://developers.make.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.make.com/mcp-server/connect-using-mcp-token/usage-with-vapi.md).

# Usage with Vapi

This guide outlines how to connect Make MCP server to Vapi. &#x20;

### Prerequisites

* Vapi account
* [MCP token](/mcp-server/connect-using-mcp-token.md)

### Connect to Vapi

To connect Make MCP server to Vapi:&#x20;

1. Open your Vapi account.&#x20;
2. Navigate to **Tools** on the left sidebar. &#x20;
3. Click the **Create Tool** button, then select **MCP**.&#x20;
4. Configure the tool name and describe when to use the tool.&#x20;
5. In **Server URL**, add the following URL:

```
https://<MAKE_ZONE>/mcp/u/<MCP_TOKEN>/stateless
```

{% hint style="success" %}
If you experience connection issues, you can add  `/stream`  instead of `/stateless` to the end of your connection URL. For SSE, add  `/sse`  instead.&#x20;
{% endhint %}

6. Replace `<MAKE_ZONE>` and `<MCP_TOKEN>` with your actual values.

* `MAKE_ZONE` - The zone your organization is hosted in (e.g., `eu2.make.com`).
* `MCP_TOKEN` - You can generate your MCP token in your Make profile.

Optionally, to control which scenarios are available as tools, you can further configure the URL according to the levels outlined in[ scenarios as tools access control](broken://pages/US7FZFErv99aorVQbIUf).

7. In **Timeout**, enter an appropriate timeout for your use case.&#x20;
8. In **MCP Settings**, select **Streamable HTTP** or **Server-Sent Events (SSE).**
9. Click **Save**.&#x20;

You've now connected Make MCP server to Vapi.&#x20;

{% hint style="warning" %}
MCP tool calls from Vapi Assistants may exceed Make API rate limits, resulting in rate limit errors. Check your Make API rate limit, as defined in your plan, in [Make API rate limits](https://developers.make.com/api-documentation/getting-started/rate-limiting).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://developers.make.com/mcp-server/connect-using-mcp-token/usage-with-vapi.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.
