Jasper · OAuth Scopes

Jasper OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://api.jasper.ai/oauth2/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.

CompanyAi MlArtificial IntelligenceContent GenerationMarketingGenerative AIAgentsMCP
Scopes: 6 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://api.jasper.ai/oauth2/authorize
Token URL
https://api.jasper.ai/oauth2/token
Flows
authorizationCode

Scopes (6)

ScopeDescriptionFlows
mcp Access the Jasper hosted MCP server tools (brand voices, audiences, agents, content generation). authorizationCode
user Act on behalf of the authenticated Jasper user (default user scope for API/agent access). authorizationCode
user:read Read the authenticated user's Jasper profile and workspace membership. authorizationCode
openid OpenID Connect authentication — issue an ID token for the user. authorizationCode
email Access the user's email address claim. authorizationCode
profile Access the user's basic profile claims. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-08-13'
method: searched
source: >-
  https://api.jasper.ai/.well-known/openid-configuration ;
  https://api.jasper.ai/.well-known/oauth-authorization-server ;
  https://mcp.jasper.ai/.well-known/oauth-protected-resource ;
  openapi/jasper-api-openapi.yml
docs: https://developers.jasper.ai/docs/authentication
spec_divergence: >-
  The captured OpenAPI's oauth2 securityScheme declares only two scopes — `user:read` ("Read user
  information") and `user` ("Read and write user information") — and every one of the 50 operations
  requires `user`. The live RFC 8414 authorization-server document additionally advertises `mcp`,
  `openid`, `email` and `profile`. The spec therefore under-declares the scope surface, and no
  operation is scoped more finely than "read and write user information": there is no per-resource
  authorization in the contract.
schemes:
- name: OAuth2
  source: https://api.jasper.ai/.well-known/oauth-authorization-server
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.jasper.ai/oauth2/authorize
    tokenUrl: https://api.jasper.ai/oauth2/token
scopes:
- scope: mcp
  description: Access the Jasper hosted MCP server tools (brand voices, audiences, agents, content generation).
  flows: [authorizationCode]
- scope: user
  description: Act on behalf of the authenticated Jasper user (default user scope for API/agent access).
  flows: [authorizationCode]
- scope: user:read
  description: Read the authenticated user's Jasper profile and workspace membership.
  flows: [authorizationCode]
- scope: openid
  description: OpenID Connect authentication — issue an ID token for the user.
  flows: [authorizationCode]
- scope: email
  description: Access the user's email address claim.
  flows: [authorizationCode]
- scope: profile
  description: Access the user's basic profile claims.
  flows: [authorizationCode]

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