make.com
Make is a visual automation platform for building and running workflows that connect apps, data, and AI systems. It lets users manage scenarios, integrations, and related account resources across Make-hosted zones.
Make.com exposes a REST Make API, a hosted MCP server at `https://mcp.make.com`, and a Make CLI; authentication is via Make API tokens, approved OAuth 2.0 clients, or MCP tokens depending on surface.
- Make MCP Serverdiscovered
- Make APIdiscovered
- Make CLIdiscovered
$ make-cli loginAcquired by the CLI — running make-cli login opens the auth flow and stores the credential.
Request OAuth client credentials through Make’s OAuth client registration form as described in Requesting an OAuth 2.0 client. Choose the API scopes your app needs and wait for Make to approve the request; on approval, Make issues a client_id and, for confidential clients, a client_secret. Authorization uses https://www.make.com/oauth/v2/authorize and token exchange uses https://www.make.com/oauth/v2/token.
In your Make account, open Profile → API access → Tokens → Add token, then create a token with the scopes you need; include mcp:use if you want scenarios exposed as MCP tools. The Connect using MCP token guide explains the steps and notes that the token is used either directly in the MCP URL or as an Authorization: Bearer header.
conventions · 2/7 published
- integrations.json——
- llms.txt✓https://make.com/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✓https://make.com/.well-known/oauth-protected-resource
- Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing