How does MCP access work?

Automation · Updated Jun 22, 2026

Canopy exposes a read-only remote MCP server so agents can query maps, services, cost, and dependencies.

Connect an MCP-capable client to the Canopy MCP endpoint. OAuth is recommended when the client supports it, because users approve access in the browser and can revoke it later. Start with the MCP overview, then choose OAuth or token auth.

MCP tools are read-only: they list architecture, services, cost, and dependency blast radius, but none of them can modify your workspace. What a given connection may read is set by its scopes, and a connection can never exceed the workspace role of the person who approved it.

Related articles