Precog · OAuth Scopes

Precog OAuth Scopes

OAuth 2.0 searched

Precog publishes 3 OAuth 2.0 scopes via the authorizationCode and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Precog API on a user’s behalf.

Tokens are issued from https://studio.precog.cloud/api/mcp/oauth/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.

CompanyData IntegrationETLArtificial IntelligenceSemantic LayerModel Context ProtocolData PipelinesAnalyticsEnterprise
Scopes: 3 Flows: authorizationCode, clientCredentials Method: searched

OAuth endpoints

Authorization URL
https://studio.precog.cloud/api/mcp/oauth/authorize
Token URL
https://studio.precog.cloud/api/mcp/oauth/token
Flows
authorizationCodeclientCredentials

Scopes (3)

ScopeDescriptionFlows
synesis:mcp Access the Precog (Synesis) Model Context Protocol server and its tools. authorizationCode, clientCredentials
admin:read Read access to administrative resources over the MCP surface. authorizationCode, clientCredentials
admin:write Write/administrative access over the MCP surface. authorizationCode, clientCredentials

Source

OAuth Scopes

Raw ↑
generated: '2026-07-20'
method: searched
source: https://studio.precog.cloud/.well-known/oauth-authorization-server
docs: https://studio.precog.cloud/.well-known/oauth-protected-resource
notes: >-
  These OAuth 2.0 scopes are advertised by Precog's MCP authorization server
  (RFC 8414 metadata). They govern the OAuth-secured MCP surface at
  studio.precog.cloud. The public HTTP REST API (openapi/) itself uses opaque
  bearer tokens (HTTP Bearer) rather than scoped OAuth, so its scheme carries no
  scope list.
schemes:
- name: PrecogMcpOAuth
  type: oauth2
  source: https://studio.precog.cloud/.well-known/oauth-authorization-server
  flows:
  - flow: authorizationCode
    authorizationUrl: https://studio.precog.cloud/api/mcp/oauth/authorize
    tokenUrl: https://studio.precog.cloud/api/mcp/oauth/token
  - flow: clientCredentials
    tokenUrl: https://studio.precog.cloud/api/mcp/oauth/token
scopes:
- scope: synesis:mcp
  description: Access the Precog (Synesis) Model Context Protocol server and its tools.
  flows: [authorizationCode, clientCredentials]
- scope: admin:read
  description: Read access to administrative resources over the MCP surface.
  flows: [authorizationCode, clientCredentials]
- scope: admin:write
  description: Write/administrative access over the MCP surface.
  flows: [authorizationCode, clientCredentials]