CleverTap · OAuth Scopes

CleverTap OAuth Scopes

OAuth 2.0 probed

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

Tokens are issued from https://mcp.clevertap.com/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.

AudiencesCustomer EngagementCustomer RetentionMarketing AutomationMobile EngagementPush NotificationsUser Behavior
Scopes: 4 Flows: authorizationCode, refreshToken Method: probed

OAuth endpoints

Authorization URL
https://mcp.clevertap.com/oauth/authorize
Token URL
https://mcp.clevertap.com/oauth/token
Flows
authorizationCoderefreshToken

Scopes (4)

ScopeDescriptionFlows
openid Standard OpenID Connect scope requesting an identity assertion for the authenticating CleverTap dashboard user. authorizationCode
profile Standard OIDC scope for the authenticating user's profile claims. authorizationCode
email Standard OIDC scope for the authenticating user's email address. authorizationCode
offline_access Requests a refresh token so the MCP client can keep calling after the access token expires. authorizationCode, refreshToken

Source

OAuth Scopes

Raw ↑
generated: '2026-08-13'
method: probed
source: https://mcp.clevertap.com/.well-known/oauth-authorization-server
docs: null
description: >-
  OAuth scopes CleverTap advertises. Scope applies to ONE surface only: the
  remote MCP server at mcp.clevertap.com. The CleverTap REST API has no OAuth and
  therefore no scopes — it authenticates with two static headers
  (X-CleverTap-Account-Id, X-CleverTap-Passcode) with no scoping, expiry or
  least-privilege model at all. The scopes below were read from the server's own
  RFC 8414 and RFC 9728 metadata documents, not from documentation: CleverTap
  publishes no scopes or permissions reference page.
applies_to:
  surface: mcp
  endpoint: https://mcp.clevertap.com/mcp
  rest_api_uses_oauth: false
schemes:
  - name: MCP OAuth 2.1
    source: https://mcp.clevertap.com/.well-known/oauth-authorization-server
    issuer: https://mcp.clevertap.com/
    flows:
      - flow: authorizationCode
        authorizationUrl: https://mcp.clevertap.com/oauth/authorize
        tokenUrl: https://mcp.clevertap.com/oauth/token
        registrationUrl: https://mcp.clevertap.com/oauth/register
        pkce: S256
        token_endpoint_auth_methods:
          - none
      - flow: refreshToken
        tokenUrl: https://mcp.clevertap.com/oauth/token
scopes:
  - scope: openid
    description: >-
      Standard OpenID Connect scope requesting an identity assertion for the
      authenticating CleverTap dashboard user.
    flows:
      - authorizationCode
    sources:
      - well-known/clevertap-oauth-authorization-server.json
      - well-known/clevertap-oauth-protected-resource.json
  - scope: profile
    description: Standard OIDC scope for the authenticating user's profile claims.
    flows:
      - authorizationCode
    sources:
      - well-known/clevertap-oauth-authorization-server.json
      - well-known/clevertap-oauth-protected-resource.json
  - scope: email
    description: Standard OIDC scope for the authenticating user's email address.
    flows:
      - authorizationCode
    sources:
      - well-known/clevertap-oauth-authorization-server.json
      - well-known/clevertap-oauth-protected-resource.json
  - scope: offline_access
    description: >-
      Requests a refresh token so the MCP client can keep calling after the
      access token expires.
    flows:
      - authorizationCode
      - refreshToken
    sources:
      - well-known/clevertap-oauth-authorization-server.json
      - well-known/clevertap-oauth-protected-resource.json
analysis:
  granularity: identity-only
  resource_scopes: 0
  note: >-
    All four advertised scopes are OIDC identity scopes. There is NO
    resource-level or action-level scope — nothing like read:profiles or
    write:campaigns — so an authorized MCP client receives the full authority of
    the CleverTap user it authenticated as. Least-privilege delegation to an
    agent is not expressible on this surface today.
  challenge_scope: 'openid profile email'
  challenge_source: >-
    WWW-Authenticate header on https://mcp.clevertap.com/mcp — Bearer
    resource_metadata="https://mcp.clevertap.com/.well-known/oauth-protected-resource",
    scope="openid profile email"
x-evidence:
  fetched: '2026-08-13'
  urls:
    - url: https://mcp.clevertap.com/.well-known/oauth-authorization-server
      status: 200
    - url: https://mcp.clevertap.com/.well-known/oauth-protected-resource
      status: 200

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/clevertap-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 email required.

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