Chronosphere · OAuth Scopes

Chronosphere OAuth Scopes

OAuth 2.0 probed

Chronosphere 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.

ObservabilityAIOpsMonitoringMetricsLoggingDistributed TracingTelemetryOpenTelemetryPrometheusAlertingSLOInfrastructure as CodeMCPAgent Ready
Scopes: 0 Flows: Method: probed

Scopes (0)

Chronosphere 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.

Source

OAuth Scopes

Raw ↑
generated: '2026-08-29'
method: probed
source: >-
  https://chronosphere.io/.well-known/oauth-authorization-server and
  https://chronosphere.io/.well-known/oauth-protected-resource (both HTTP 200, fetched
  2026-08-29), cross-read against https://github.com/chronosphereio/chronosphere-mcp and
  https://docs.chronosphere.io/administer/accounts-teams/service-accounts.
provider: Chronosphere
providerId: chronosphere
summary: >-
  The Chronosphere HTTP APIs have no OAuth surface at all — Config, Data and State authenticate
  with an API-Token header and declare no scopes. OAuth exists only around the Model Context
  Protocol surfaces, and the one authorization server that publishes metadata anonymously advertises
  a single scope.
http_api:
  oauth2: false
  scopes: []
  note: >-
    Authorization is role-based, not scope-based. A token inherits the permissions of the account
    that owns it; many Config operations require an unrestricted service account or membership of
    a team with the SysAdmin role. Those roles are assigned in the product and are not expressed
    in the contract, so an agent cannot tell from the OpenAPI which operations its token can call.
oauth_surfaces:
- name: WordPress site MCP adapter
  issuer: https://chronosphere.io
  metadata: https://chronosphere.io/.well-known/oauth-authorization-server
  metadata_status: 200
  authorization_endpoint: https://chronosphere.io/oauth/authorize
  token_endpoint: https://chronosphere.io/oauth/token
  revocation_endpoint: https://chronosphere.io/oauth/revoke
  response_types_supported:
  - code
  grant_types_supported:
  - authorization_code
  - refresh_token
  code_challenge_methods_supported:
  - S256
  token_endpoint_auth_methods_supported:
  - none
  client_id_metadata_document_supported: true
  protected_resource: https://chronosphere.io/wp-json/mcp/mcp-oauth-server
  bearer_methods_supported:
  - header
  scopes:
  - name: mcp
    description: >-
      The only scope the authorization server advertises. Granted to an MCP client calling the
      site's MCP adapter. Chronosphere publishes no description or permission breakdown for it.
    source: scopes_supported in the RFC 8414 metadata document
- name: Chronosphere MCP server (product)
  endpoint: https://{org}.chronosphere.io/api/mcp/mcp
  oauth2: true
  scopes: []
  scopes_note: >-
    The provider's README documents OAuth as an alternative to a bearer API token and says OAuth
    support is new and untested with all clients. No authorization-server metadata is reachable
    without a tenant subdomain, so the scope set could not be enumerated. Recorded as unknown
    rather than guessed.
  auth_alternative: 'Authorization: Bearer <chronosphere api token>'
gaps:
- >-
  No permission or scope reference page exists in the Chronosphere documentation. The closest
  published authorization model is the service-account and team-role documentation, which is prose.
- >-
  No operation in any of the six published OpenAPI documents declares 401 or 403, so the contract
  gives no machine-readable signal about which operations are privileged.
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

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/chronosphere-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.