Enable Tool-based Integrations for my Vapi Org
# support
p
Hi, I have connected Make at the org level but I do not see Make as an option inside Tool nodes in agent flows. Can you enable Tool-based integrations (Make) for my org?
@Vapi Support Bot
v
To enable Make as an Integration Tool in your Vapi agent flows, ensure you have imported your Make scenarios into Vapi. You can do this by following the [Make & GHL Integration Guide](https://docs.vapi.ai/tools/GHL). Once imported, Make should appear as an option in your Tool nodes. If it still doesn't show up, try re-importing or reach out to Vapi support for further assistance. Tip: Integration Tools are configured as part of your assistant’s model configuration. Source: - [Introduction to Tools](https://docs.vapi.ai/tools)
Thank you for your message! To help troubleshoot, could you confirm if you have already created and configured a Make MCP tool in the Vapi Dashboard's Tools section and added it to your assistant? This step is required for Make to appear in Tool nodes within agent flows, even if Make is connected at the org level. [See documentation for details](https://docs.vapi.ai/tools/mcp). Source: - [Model Context Protocol (MCP) Integration](https://docs.vapi.ai/tools/mcp)
p
@Vapi Support Bot but there is no guide in it as make integration in external tools
v
To integrate Make as an external tool in Vapi, you need to create a Make MCP tool in the Vapi Dashboard. Here’s a concrete example of the configuration you should use (replace the URL with your actual Make MCP server URL):
Copy code
json
{
  "type": "mcp",
  "function": { "name": "mcpTools" },
  "server": { "url": "https://api.make.com/mcp/your-mcp-token/mcp" }
}
After creating this tool, add it to your assistant in the Tools tab and publish your changes. For full step-by-step instructions, see the [official Make MCP integration guide](https://docs.vapi.ai/tools/mcp). Source: - [Model Context Protocol (MCP) Integration](https://docs.vapi.ai/tools/mcp)