Chord · OAuth Scopes

Chord OAuth Scopes

OAuth 2.0 probed

Chord uses OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (e.g. client-credentials or role-based authorization) rather than per-scope consent.

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.

CommerceComposable CommerceHeadless CommerceOrder ManagementOMSCustomer Data PlatformCDPEvent TrackingCommerce AnalyticsCustomer Lifetime ValueAI AgentsCommerce CopilotSolidusSpreeRuby on RailsShopifyDirect to Consumer
Scopes: 0 Flows: Method: probed

Scopes (0)

Chord implements OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (client-credentials or role-based authorization) rather than per-scope consent.

Chord publishes no OpenAPI, so derive-oauth-scopes.py had no securitySchemes to read. These scopes are taken verbatim from the two live OAuth discovery documents Chord's MCP host serves. They are OIDC identity scopes only — Chord publishes NO resource/permission scopes (nothing like read:orders or write:audiences). Authorization inside the MCP server is decided by the authenticated user's Chord organization membership and by the server's own read-only constraint, not by scope.

Source

OAuth Scopes

chord-commerce-scopes.yml Raw ↑
generated: '2026-08-13'
method: probed
source: >-
  https://mcp.chord.co/.well-known/oauth-protected-resource and
  https://mcp.chord.co/.well-known/oauth-authorization-server
docs: https://docs.chord.co/chord-mcp
note: >-
  Chord publishes no OpenAPI, so derive-oauth-scopes.py had no securitySchemes to
  read. These scopes are taken verbatim from the two live OAuth discovery
  documents Chord's MCP host serves. They are OIDC identity scopes only — Chord
  publishes NO resource/permission scopes (nothing like read:orders or
  write:audiences). Authorization inside the MCP server is decided by the
  authenticated user's Chord organization membership and by the server's own
  read-only constraint, not by scope.
api: Chord MCP
resource: https://mcp.chord.co/mcp
authorization_server: https://api.stytch.chord.co
scopes:
  - name: openid
    description: OIDC — issue an ID token for the authenticated Chord user.
    advertised_by:
      - oauth-protected-resource
      - oauth-authorization-server
  - name: profile
    description: OIDC — basic profile claims for the Chord user.
    advertised_by:
      - oauth-protected-resource
      - oauth-authorization-server
  - name: email
    description: OIDC — the Chord user's email address.
    advertised_by:
      - oauth-protected-resource
      - oauth-authorization-server
  - name: offline_access
    description: Issue a refresh token so the MCP client can reconnect without re-consent.
    advertised_by:
      - oauth-protected-resource
      - oauth-authorization-server
  - name: phone
    description: OIDC — phone claim.
    advertised_by:
      - oauth-authorization-server
    note: >-
      Advertised by the authorization server but NOT listed in the MCP
      protected-resource metadata, so it is not requestable for the MCP resource.
effective_authorization:
  model: tenant-membership
  description: >-
    Every MCP tool targets the CURRENT tenant's warehouse. The set of tenants a
    token can reach is the set of Chord organizations the authenticated user
    belongs to; switch_tenant is rejected for any org the user is not a member of.
  enforcement:
    - read-only — execute_sql accepts SELECT/UNION/INTERSECT/EXCEPT only
    - execute_sql capped at 10000 rows; preview_table capped at 100 rows
  source: https://github.com/chordcommerce/chord-copilot/blob/main/plugin/skills/copilot/SKILL.md
other_surfaces:
  - api: Chord Audiences API
    scopes: none
    note: Flat bearer token; no scope model documented.
  - api: Chord CDP Ingest API
    scopes: none
    note: Per-source write key; no scope model documented.

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/chord-commerce-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.