Scenarios as tools access control

By default, the mcp:use scope of your MCP token allows AI systems to access all active and on-demand scenarios across all of your Make organizations. If you want to restrict access, append query parameters to the connection URL according to these levels:

  • Organization

  • Team

  • Scenario

Scenarios must be active with on-demand scheduling to be discoverable as MCP tools.

Organization level

https://<MAKE_ZONE>/mcp/u/<MCP_TOKEN>/stateless?organizationId=<id>

The AI system can access all scenarios in any team within the specified organization.

Team level

https://<MAKE_ZONE>/mcp/u/<MCP_TOKEN>/stateless?teamId=<id>

The AI system can access all scenarios within the specified team.

Scenario level

https://<MAKE_ZONE>/mcp/u/<MCP_TOKEN>/stateless?scenarioId=<id>

The AI system can only access the specified scenario.

Last updated