{
 "categories": [
  "low-code",
  "platform",
  "saas-platform"
 ],
 "deployment": "hybrid",
 "evidence": [
  {
   "date": "2026-09-17",
   "fact": "homepage",
   "note": "Make's developer docs present Make MCP Server as the vendor interface that lets AI clients run scenarios and manage a Make account. The marketing homepage at www.make.com was Cloudflare-gated on this pass.",
   "source": "https://developers.make.com/mcp-server",
   "tier": "declared"
  },
  {
   "date": "2026-09-17",
   "fact": "license",
   "note": "Make states that most API endpoints are reserved for paid subscription plans and may not be accessible on the free tier.",
   "source": "https://developers.make.com/api-documentation",
   "tier": "declared"
  },
  {
   "date": "2026-09-17",
   "fact": "deployment",
   "note": "Make documents a hosted cloud platform and a separate on-premise White Label edition whose administration API is for platform administrators.",
   "source": "https://developers.make.com/api-documentation/authentication/api-scopes-overview",
   "tier": "declared"
  },
  {
   "date": "2026-09-17",
   "fact": "modalities.api.exists",
   "note": "Make documents a REST API organized into resource-oriented URLs. Requests require a user authentication token with relevant scopes.",
   "source": "https://developers.make.com/api-documentation",
   "tier": "declared"
  },
  {
   "date": "2026-09-17",
   "fact": "modalities.api.kinds[0]",
   "note": "The getting-started example is HTTP GET https://eu1.make.com/api/v2/data-stores with JSON request and response bodies.",
   "source": "https://developers.make.com/api-documentation/getting-started/making-your-first-api-request",
   "tier": "declared"
  },
  {
   "date": "2026-09-17",
   "fact": "modalities.api.auth[0]",
   "note": "Make authenticates API requests with an API token sent as Authorization: Token <token>.",
   "source": "https://developers.make.com/api-documentation/authentication",
   "tier": "declared"
  },
  {
   "date": "2026-09-17",
   "fact": "modalities.api.auth[1]",
   "note": "Make also documents OAuth 2.0. An application must request a client; Make says it reviews the registration within 10 business days before issuing credentials.",
   "source": "https://developers.make.com/api-documentation/authentication/requesting-an-oauth-2.0-client",
   "tier": "declared"
  },
  {
   "date": "2026-09-17",
   "fact": "modalities.api.coverage",
   "note": "Documented user scopes cover scenarios (including scenarios:run), connections, hooks, data stores, teams, organizations, templates, custom apps, and users. Most endpoints remain paid-plan reserved, so coverage is partial.",
   "source": "https://developers.make.com/api-documentation/authentication/api-scopes-overview",
   "tier": "declared"
  },
  {
   "date": "2026-09-17",
   "fact": "modalities.api.docs",
   "note": "Opened as Make's current API documentation introduction, including the paid-plan reservation and token authentication.",
   "source": "https://developers.make.com/api-documentation",
   "tier": "declared"
  },
  {
   "date": "2026-09-17",
   "fact": "modalities.mcp.first_party",
   "note": "Make documents a Make-hosted cloud MCP server over stateless Streamable HTTP, with OAuth at https://mcp.make.com or a zone MCP token.",
   "source": "https://developers.make.com/mcp-server",
   "tier": "declared"
  },
  {
   "date": "2026-09-17",
   "fact": "modalities.cli.exists",
   "note": "Make documents an official CLI installed as npm install -g @makehq/cli or brew install make-cli, with binaries for macOS, Linux, and Windows.",
   "source": "https://developers.make.com/make-cli/make-cli/install-the-make-cli",
   "tier": "declared"
  },
  {
   "date": "2026-09-17",
   "fact": "modalities.extensibility.webhooks",
   "note": "hooks:read and hooks:write cover mailhooks and webhooks for a team, including create, update, enable, disable, and request inspection.",
   "source": "https://developers.make.com/api-documentation/authentication/api-scopes-overview",
   "tier": "declared"
  },
  {
   "date": "2026-09-17",
   "fact": "modalities.data_access.export[0]",
   "note": "GET /api/v2/data-stores returns JSON data-store objects. The CLI defaults to JSON output.",
   "source": "https://developers.make.com/api-documentation/getting-started/making-your-first-api-request",
   "tier": "declared"
  },
  {
   "date": "2026-09-17",
   "fact": "modalities.data_access.import[0]",
   "note": "scenarios:write, datastores:write, and hooks:write allow creating and updating scenarios, data-store records, and hooks through the API.",
   "source": "https://developers.make.com/api-documentation/authentication/api-scopes-overview",
   "tier": "declared"
  },
  {
   "date": "2026-09-17",
   "fact": "modalities.agent_docs.llms_txt",
   "note": "Make publishes a developer documentation index at developers.make.com/llms.txt covering API, MCP, and CLI pages.",
   "source": "https://developers.make.com/llms.txt",
   "tier": "declared"
  },
  {
   "date": "2026-09-17",
   "fact": "verdict.scores.api",
   "note": "The REST API is documented and scoped, with scenario run and account resources. Paid-plan reservation for most endpoints and a 10-business-day OAuth client review keep the path in the practical-production tier.",
   "source": "https://developers.make.com/api-documentation",
   "tier": "declared"
  },
  {
   "date": "2026-09-17",
   "fact": "verdict.scores.mcp",
   "note": "Official hosted MCP can run scenarios on every plan and manage account resources on paid plans. Timeouts, paid management tools, and token-secret handling keep it at useful official coverage rather than 9\u201310.",
   "source": "https://developers.make.com/mcp-server",
   "tier": "declared"
  },
  {
   "date": "2026-09-17",
   "fact": "verdict.scores.cli",
   "note": "Official CLI covers scenarios, executions, connections, data stores, teams, organizations, and custom apps, authenticates with an API key, and defaults to JSON. It sits on the same paid-gated API.",
   "source": "https://developers.make.com/make-cli/make-cli/make-cli-reference",
   "tier": "declared"
  },
  {
   "date": "2026-09-17",
   "fact": "freshness.watch[0].url",
   "note": "Opened and verified as Make's current MCP overview, including OAuth versus MCP-token URLs, plan gates, and tool-call timeouts.",
   "source": "https://developers.make.com/mcp-server",
   "tier": "declared"
  },
  {
   "date": "2026-09-17",
   "fact": "freshness.watch[1].url",
   "note": "Opened and verified as the current MCP-token setup: Profile > API access, including the mcp:use scope for scenario tools.",
   "source": "https://developers.make.com/mcp-server/connect-using-mcp-token",
   "tier": "declared"
  },
  {
   "date": "2026-09-17",
   "fact": "freshness.watch[2].url",
   "note": "Opened and verified as the current Make REST API introduction.",
   "source": "https://developers.make.com/api-documentation",
   "tier": "declared"
  },
  {
   "date": "2026-09-17",
   "fact": "freshness.watch[3].url",
   "note": "Opened and verified as the current Make CLI command reference, including --output json|compact|table.",
   "source": "https://developers.make.com/make-cli/make-cli/make-cli-reference",
   "tier": "declared"
  },
  {
   "date": "2026-09-17",
   "fact": "freshness.watch[4].url",
   "note": "Opened and verified as Make's current developer llms.txt index.",
   "source": "https://developers.make.com/llms.txt",
   "tier": "declared"
  }
 ],
 "freshness": {
  "last_verified": "2026-09-17",
  "volatility": "high",
  "watch": [
   {
    "type": "mcp",
    "url": "https://developers.make.com/mcp-server"
   },
   {
    "type": "mcp",
    "url": "https://developers.make.com/mcp-server/connect-using-mcp-token"
   },
   {
    "type": "docs",
    "url": "https://developers.make.com/api-documentation"
   },
   {
    "type": "docs",
    "url": "https://developers.make.com/make-cli/make-cli/make-cli-reference"
   },
   {
    "type": "docs",
    "url": "https://developers.make.com/llms.txt"
   }
  ]
 },
 "homepage": "https://www.make.com",
 "id": "make",
 "license": "freemium",
 "modalities": {
  "agent_docs": {
   "llms_txt": true
  },
  "api": {
   "auth": [
    "token",
    "oauth2"
   ],
   "coverage": "partial",
   "docs": "https://developers.make.com/api-documentation",
   "exists": true,
   "kinds": [
    "rest"
   ]
  },
  "cli": {
   "exists": true
  },
  "computer_use": {
   "issues": [],
   "viability": "unknown"
  },
  "data_access": {
   "export": [
    "json"
   ],
   "import": [
    "json"
   ]
  },
  "extensibility": {
   "scripting": [],
   "webhooks": true
  },
  "integrations": {
   "make": "unknown",
   "n8n": "unknown",
   "power_automate": "unknown",
   "zapier": "unknown"
  },
  "mcp": {
   "first_party": true,
   "third_party": [],
   "verdict": "official"
  },
  "rpa": {
   "drivability": "unknown",
   "notes": "No repeatable UI probe was run. Make MCP, the REST API, and the official Make CLI cover scenario run and account management without browser control.\n",
   "ui_stack": [
    "web-dom"
   ],
   "vendor_support": []
  },
  "sdk": {
   "exists": "unknown",
   "languages": [],
   "official": "unknown"
  }
 },
 "name": "Make",
 "platforms": [
  "web"
 ],
 "related": {
  "alternatives": [
   "zapier",
   "n8n",
   "workato",
   "power-automate"
  ],
  "our_products": []
 },
 "schema_version": 1,
 "score_version": 1,
 "status": "active",
 "vendor": "Make",
 "verdict": {
  "best_path": "mcp",
  "scores": {
   "api": 7,
   "cli": 7,
   "computer_use": null,
   "integrations": null,
   "mcp": 8,
   "overall": 8,
   "rpa": null
  },
  "summary": "Make, formerly Integromat, is automatable today through first-party Make MCP. The Make-hosted server uses stateless Streamable HTTP. OAuth clients connect at https://mcp.make.com. MCP-token clients use a zone URL such as https://eu2.make.com/mcp/u/<MCP_TOKEN> or send Authorization: Bearer with https://<MAKE_ZONE>/mcp. Scenario-run tools are on all plans; view-and- modify tools for scenarios, connections, webhooks, data stores, teams, and organizations are on paid plans. Scenario-run calls time out at 25 seconds over OAuth and 40 seconds over an MCP token; the scenario can keep running in Make for up to 40 minutes, and a client with the scenarios:read scope can retrieve output by executionId. The REST API at https://{zone}/api/v2 authenticates with Authorization: Token or a requested OAuth 2.0 client that Make reviews within 10 business days. Most REST endpoints are reserved for paid plans. Official Make CLI (@makehq/cli / make-cli) authenticates with an API key and zone and defaults to JSON output for scenarios, connections, data stores, teams, and custom apps. This record excludes Zapier, n8n, Workato, and Microsoft Power Automate. Computer-use viability is unassessed. MCP scores 8 and is the best path.\n"
 }
}