Superscale · OAuth Scopes

Superscale OAuth Scopes

OAuth 2.0 probed

Superscale publishes 7 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Superscale API on a user’s behalf.

Tokens are issued from https://superscale.ai/__clerk/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.

CompanyArtificial IntelligenceMarketingAdvertisingGenerative AICreativeAdTechSoftware-as-a-ServiceAgentsMCPA2AAgent SkillsAdvertising TechnologyVideo GenerationMedia Buying
Scopes: 7 Flows: authorizationCode Method: probed

OAuth endpoints

Authorization URL
https://superscale.ai/__clerk/oauth/authorize
Token URL
https://superscale.ai/__clerk/oauth/token
Flows
authorizationCode

Scopes (7)

ScopeDescriptionFlows
openid OIDC — request an ID token for the authenticating user (standard OIDC scope). authorizationCode
profile OIDC — basic profile claims (name) for the authenticating user (standard OIDC scope). authorizationCode
email OIDC — the authenticating user's email address (standard OIDC scope). authorizationCode
public_metadata Clerk — read the user's public metadata object. authorizationCode
private_metadata Clerk — read the user's private metadata object. authorizationCode
offline_access OAuth — issue a refresh token so the client can act without the user present. authorizationCode
user:org:read Clerk — read the organizations the user belongs to (maps to the org_id claim). authorizationCode

Source

OAuth Scopes

superscale-scopes.yml Raw ↑
generated: '2026-08-12'
method: probed
source: >-
  https://mcp.superscale.ai/.well-known/oauth-authorization-server,
  https://mcp.superscale.ai/.well-known/oauth-protected-resource/mcp
note: >-
  Read from the live OAuth discovery documents Superscale serves anonymously in
  front of its MCP server, not from an OpenAPI oauth2 flow block (there is no
  OpenAPI). Superscale publishes no human-readable scopes reference page — the
  discovery metadata is the only scope surface, so descriptions below are the
  standard OIDC / Clerk meanings of each identifier, marked as such. No
  Superscale-specific product scopes (create-ads, read-performance, publish,
  etc.) are advertised: the authorization server is a Clerk identity tenant and
  the scopes are identity scopes, with product entitlement enforced separately
  by subscription plan.
docs: null
docs_note: >-
  No scopes/permissions reference page exists. Searched the full 340KB docs
  corpus (docs.superscale.ai/llms-full.txt) — zero matches for "scope",
  "permission" in an API-authorization sense.
schemes:
- name: superscale-mcp-oauth2
  source: https://mcp.superscale.ai/.well-known/oauth-authorization-server
  issuer: https://superscale.ai/__clerk
  flows:
  - flow: authorizationCode
    authorizationUrl: https://superscale.ai/__clerk/oauth/authorize
    tokenUrl: https://superscale.ai/__clerk/oauth/token
scopes:
- scope: openid
  description: OIDC — request an ID token for the authenticating user (standard OIDC scope).
  flows: [authorizationCode]
  advertised_by: [authorization-server]
  standard: true
- scope: profile
  description: OIDC — basic profile claims (name) for the authenticating user (standard OIDC scope).
  flows: [authorizationCode]
  advertised_by: [authorization-server, protected-resource]
  standard: true
- scope: email
  description: OIDC — the authenticating user's email address (standard OIDC scope).
  flows: [authorizationCode]
  advertised_by: [authorization-server, protected-resource]
  standard: true
- scope: public_metadata
  description: Clerk — read the user's public metadata object.
  flows: [authorizationCode]
  advertised_by: [authorization-server]
  standard: false
  vendor: Clerk
- scope: private_metadata
  description: Clerk — read the user's private metadata object.
  flows: [authorizationCode]
  advertised_by: [authorization-server]
  standard: false
  vendor: Clerk
- scope: offline_access
  description: OAuth — issue a refresh token so the client can act without the user present.
  flows: [authorizationCode]
  advertised_by: [authorization-server]
  standard: true
- scope: user:org:read
  description: Clerk — read the organizations the user belongs to (maps to the org_id claim).
  flows: [authorizationCode]
  advertised_by: [authorization-server]
  standard: false
  vendor: Clerk
resource_scopes:
  resource: https://mcp.superscale.ai/mcp
  scopes_supported: [profile, email]
  note: >-
    The protected-resource document narrows to two of the seven scopes the
    authorization server advertises. It declares
    authorization_data_types_supported [oauth_scope] and accepts authorization
    data in header or body.
coverage:
  scopes_total: 7
  product_specific: 0
  identity_only: true

Work with this as data

Every scope set here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This scope set
curl "https://apis.io/api/v1/scopes/superscale-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.