Usage with Vapi
This guide outlines how to connect Make MCP server with Vapi.
Prerequisites
Vapi account
Installation
To connect Make MCP server to Vapi:
Open your Vapi account.
Navigate to Tools on the left sidebar.
Click the Create Tool button, then select MCP.
Configure the tool name and describe when to use the tool.
In Server URL, add the following URL:
https://<MAKE_ZONE>/mcp/api/v1/u/<MCP_TOKEN>/statelessAlternatively, you can add /stream to the end of your connection URL. For SSE, add /sse instead.
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.
In Timeout, enter an appropriate timeout for your use case.
In MCP Settings, select Streamable HTTP or Server-Sent Events (SSE).
Click Save.
You have now connected Make MCP server to Vapi.
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.
Last updated

