CB Insights OAuth Scopes
CB Insights publishes 3 OAuth 2.0 scopes via the authorizationCode, clientCredentials, and refreshToken flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the CB Insights API on a user’s behalf.
Tokens are issued from https://mcp.cbinsights.com/token.
This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.
OAuth endpoints
https://mcp.cbinsights.com/authorize
https://mcp.cbinsights.com/token
authorizationCodeclientCredentialsrefreshToken
Scopes (3)
| Scope | Description | Flows |
|---|---|---|
| openid | OpenID Connect authentication — requests an ID token asserting who the end user is. Grants no data access of its own. | authorizationCode |
| OpenID Connect claim scope — releases the end user's email address to the client. | authorizationCode | |
| profile | OpenID Connect claim scope — releases the end user's basic profile claims to the client. | authorizationCode |
📄 Provider scope reference: https://mcp.cbinsights.com/.well-known/oauth-authorization-serverhttps://mcp.cbinsights.com/.well-known/oauth-protected-resourcehttps://api-docs.cbinsights.com/portal/docs/Integrations/cbi-mcp-server