MCP Authorization previewGive MCP clients short-lived access to one resource and only the scopes a user approves.Explore the preview
NamoID
MCP AuthorizationDeveloper preview

Don’t give an AI client the user’s whole session.

Let the user approve one protected resource and a defined set of actions. Issue the client a short-lived token for that audience, then verify it at your MCP server or API.

Choose one resource

Register the API or MCP server the client is asking to reach—not the user’s entire account.

Approve specific actions

Ask for explicit scopes and preserve the grant instead of handing the client a broad credential.

Enforce at the resource

Validate issuer, signature, audience, expiry, and scope before your server performs the action.

Product scope

One resource. Explicit actions. A short expiry.

MCP Authorization is a developer preview for controlled integrations. Production agent delegation, sender-constrained tokens, and the broader Agent Access lifecycle remain separate roadmap work.

Developer preview

Protect an MCP server without sharing a user session.