Make option gone from tools section?

The Make integration is now handled through the Model Context Protocol (MCP) instead of a direct "Make" tool option. To add Make, generate your Make MCP server URL (token), then add it as an MCP tool in Vapi. For example:

{
  "type": "mcp",
  "server": { "url": "https://mcp.make.com/api/mcp/s/your-token/mcp" }
}

Follow the official guide for step-by-step instructions.

Source:

⤵️ Mention @Vapi Support Bot for follow-ups 🐥

Was this page helpful?