Demostack · OAuth Scopes

Demostack OAuth Scopes

OAuth 2.0 probed

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

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

Sales DemoDemo AutomationProduct SimulationWebhookCRM IntegrationSales EnablementPresalesSales EngineeringAnalyticsArtificial IntelligenceMCP
Scopes: 4 Flows: authorizationCode Method: probed

OAuth endpoints

Authorization URL
https://mcp.demostack.com/authorize
Token URL
https://mcp.demostack.com/token
Flows
authorizationCode

Scopes (4)

ScopeDescriptionFlows
openid Request an OpenID Connect subject identifier for the authenticated user. authorizationCode
profile Basic profile claims for the authenticated user. authorizationCode
email Email address claim for the authenticated user. authorizationCode
offline_access Issue a refresh token so the client can act after the access token expires. authorizationCode

Source

OAuth Scopes

demostack-scopes.yml Raw ↑
generated: '2026-08-14'
method: probed
source: https://mcp.demostack.com/.well-known/oauth-authorization-server
description: >-
  Demostack publishes no scopes reference page and no OpenAPI with oauth2
  securitySchemes. The scopes below were read directly from the RFC 8414
  authorization-server metadata and the RFC 9728 protected-resource metadata
  served by the Demostack MCP host — the only place Demostack publishes a scope
  list. They are the standard OpenID Connect / OAuth set; Demostack declares no
  product-specific scopes (no read:demos, write:tours, or similar), so an agent
  cannot request or reason about least-privilege access to Demostack data.

schemes:
  - name: demostack-mcp-oauth
    source: well-known/demostack-oauth-authorization-server.json
    flows:
      - flow: authorizationCode
        authorizationUrl: https://mcp.demostack.com/authorize
        tokenUrl: https://mcp.demostack.com/token

scopes:
  - scope: openid
    description: Request an OpenID Connect subject identifier for the authenticated user.
    flows: [authorizationCode]
    sources:
      - well-known/demostack-oauth-authorization-server.json
      - well-known/demostack-oauth-protected-resource.json
  - scope: profile
    description: Basic profile claims for the authenticated user.
    flows: [authorizationCode]
    sources:
      - well-known/demostack-oauth-authorization-server.json
      - well-known/demostack-oauth-protected-resource.json
  - scope: email
    description: Email address claim for the authenticated user.
    flows: [authorizationCode]
    sources:
      - well-known/demostack-oauth-authorization-server.json
      - well-known/demostack-oauth-protected-resource.json
  - scope: offline_access
    description: Issue a refresh token so the client can act after the access token expires.
    flows: [authorizationCode]
    sources:
      - well-known/demostack-oauth-authorization-server.json
      - well-known/demostack-oauth-protected-resource.json

resource:
  resource: https://mcp.demostack.com/mcp
  authorization_servers:
    - https://mcp.demostack.com/
  scopes_supported: [openid, profile, email, offline_access]
  bearer_methods_supported: [header]

summary:
  scope_count: 4
  product_scopes: 0
  note: >-
    All four scopes are identity scopes. Authorization to Demostack data is
    decided server-side from the authenticated user's tenant and role, not from
    a requested scope.

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