MCP
Mission Control supports MCP for those who want to link it with their LLM Clients.
Setup
The MCP HTTP Server runs at the /mcp endpoint.
For SaaS users: https://mc.<org-id>.workload-prod-eu-02.flanksource.com/mcp
For self hosted users: https://your.domain.com/api/mcp
For detailed setup instructions for popular MCP clients, see Client Setup.
Authentication
Mission Control authenticates MCP clients with OAuth. Compatible clients use Client ID Metadata Documents (CIMD). Clients that do not support CIMD fall back to Dynamic Client Registration (DCR).
You can also use an access token in the Authorization header. The authenticating user or token needs the mcp:use permission.