Make (formerly Integromat)

Make has a first-party MCP Client module that auto-discovers tools from any MCP server.

MCP Endpoint: https://devmotion.app/mcp


Setup

  1. In a scenario, add the MCP Client module
  2. Create a new connection — enter https://devmotion.app/mcp as the server URL
  3. In the connection’s Headers field, add:
Make connection headers
{
  "Authorization": "Bearer YOUR_TOKEN"
}
  1. Make auto-discovers the available tools and lets you invoke them from any scenario step

Authentication

Obtain a long-lived token from your DevMotion profile. Make does not support the interactive OAuth flow.


Docs

Make MCP Client →