Cardless · OAuth Scopes

Cardless OAuth Scopes

OAuth 2.0 searched

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

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

CompanyFinancial ServicesFintechCredit CardsCard IssuingEmbedded FinancePaymentsBanking as a ServiceLendingCo-Branded CardsLoyalty
Scopes: 1 Flows: authorizationCode, clientCredentials, refreshToken Method: searched

OAuth endpoints

Authorization URL
https://docs.cardless.com/mcp/oauth/authorize
Token URL
https://docs.cardless.com/mcp/oauth/token
Flows
authorizationCodeclientCredentialsrefreshToken

Scopes (1)

ScopeDescriptionFlows
mcp:search Search and read the Cardless documentation corpus through the MCP server. authorizationCode, clientCredentials

Source

OAuth Scopes

cardless-scopes.yml Raw ↑
generated: '2026-08-01'
method: searched
source: https://docs.cardless.com/.well-known/oauth-authorization-server
docs: null
note: 'The only OAuth scope surface Cardless publishes anonymously belongs to the
  documentation MCP server at docs.cardless.com/mcp, not to the partner API. The
  partner API''s own token response reports a fixed scope value of "partner" (see
  authentication/cardless-authentication.yml); it is not a delegated-consent scope
  system and Cardless publishes no scope reference page.'
schemes:
- name: Cardless Docs MCP OAuth
  source: well-known/cardless-oauth-authorization-server.json
  issuer: https://docs.cardless.com/mcp/oauth
  protected_resource: https://docs.cardless.com
  registration_endpoint: https://docs.cardless.com/mcp/oauth/register
  dynamic_client_registration: true
  code_challenge_methods: [S256]
  token_endpoint_auth_methods: [none, client_secret_post, client_secret_basic]
  flows:
  - flow: authorizationCode
    authorizationUrl: https://docs.cardless.com/mcp/oauth/authorize
    tokenUrl: https://docs.cardless.com/mcp/oauth/token
  - flow: clientCredentials
    tokenUrl: https://docs.cardless.com/mcp/oauth/token
  - flow: refreshToken
    tokenUrl: https://docs.cardless.com/mcp/oauth/token
scopes:
- scope: mcp:search
  description: Search and read the Cardless documentation corpus through the MCP server.
  flows: [authorizationCode, clientCredentials]
  sources: [well-known/cardless-oauth-authorization-server.json]
x-evidence:
  fetched: '2026-08-01'
  url: https://docs.cardless.com/.well-known/oauth-authorization-server
  http_status: 200