MCP Integration Reference
Integration platforms

Integration platforms

Short reference for Zapier, n8n, and Make as MCP backends. Always follow the vendor’s current MCP and auth documentation; URLs and auth schemes change.

Zapier

  • Use the Zapier MCP integration to expose Zaps as tools.
  • Store secrets in Zapier; pass only minimal arguments from the model.
  • Prefer dedicated Zaps per tool for clearer failures and retries.

n8n

  • Use n8n’s MCP support (or community patterns) to expose workflows.
  • Keep workflow inputs small and typed; validate in the workflow before side effects.

Make

  • Use Make MCP to expose scenarios as tools.
  • Watch operations quotas; map expensive tools to higher credit prices upstream.

Agentsyx Creator

Register each integration as its own downstream connector, then map selected tools on the upstream connector. See Understanding Connectors.