Per-org MCP URLs — agency-friendly Claude connectors
Each organization now has its own MCP URL — https://api.superkabe.com/mcp/<your-org-slug>. The dashboard API & MCP tab shows the right URL for your org; agencies running multiple Superkabe orgs from one Claude.ai account can add each as a separate connector and pick per conversation. No more revoke/re-authorize churn when switching between client orgs.
- OAuth grants are now audience-bound to the URL slug. Presenting an Acme token at
/mcp/betareturns403— no cross-org cross-talk. - Consent screen names the target org ("Authorize Claude for Acme Inc.") so the user always sees which org they're binding before approving.
- Per-slug RFC 9728 metadata at
/.well-known/oauth-protected-resource/mcp/<slug>. Discovered viaWWW-Authenticateheader on every/mcp/<slug>probe. - Bare
/mcpstill works for back-compat — existing single-org connectors keep working with no changes required.
Read the Claude (MCP Server) docs.