Get an MCP configuration by slug
GET/mcp-configurations/:slug
Returns the stored configuration summary plus a resolved {clusters, external_apis} projection: each binding in the stored config is enriched with the cluster's name or the connector's slug, and any binding whose cluster/connector is no longer visible to the caller is silently dropped. Readable by the owner always; by other callers only when visibility is org (same organization) or public.
Request
Responses
- 200
- 400
- 404
- 500
The resolved configuration
The slug does not match the expected cfg_ format (INVALID_PARAMETER).
Resource not found
The configuration's bound tools could not be resolved (INTERNAL_SERVER_ERROR).