Make (formerly Integromat) supports MCP via its HTTP and AI modules. Good for visual workflow builders who don't want to run n8n themselves.

Setup

  1. In your Make scenario, add an HTTP module configured as MCP client, or use the built-in Anthropic / OpenAI modules with custom tool wiring
  2. Set the endpoint to https://mcp.datahawk.co/mcp
  3. Add your DataHawk API token to the auth header

Example scenario

Trigger: Schedule (Monday 8am)

Flow: MCP call (weekly exec summary query) → Google Docs (append to a weekly report doc) → Email (send to leadership)

Tips

Full walkthrough coming soon.