Genspark · OAuth Scopes

Genspark OAuth Scopes

OAuth 2.0 searched

Genspark 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 Genspark API on a user’s behalf.

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

CompanyAiArtificial IntelligenceAI AgentsMCPModel Context ProtocolProductivityAutomationSearchWorkspace
Scopes: 4 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://www.genspark.ai/api/mcp/oauth/authorize
Token URL
https://www.genspark.ai/api/mcp/oauth/token
Flows
authorizationCode

Scopes (4)

ScopeDescriptionFlows
mcp:tools:read List / discover the MCP tools the Genspark server exposes. authorizationCode
mcp:tools:call Invoke (call) Genspark MCP tools. authorizationCode
mcp:resources:read Read MCP resources exposed by the Genspark server. authorizationCode
mcp:prompts:read Read MCP prompts exposed by the Genspark server. authorizationCode

Source

OAuth Scopes

genspark-scopes.yml Raw ↑
generated: '2026-07-19'
method: searched
source: well-known/genspark-openid-configuration.json
docs: https://www.genspark.ai/.well-known/openid-configuration
schemes:
- name: mcpOAuth
  source: well-known/genspark-openid-configuration.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://www.genspark.ai/api/mcp/oauth/authorize
    tokenUrl: https://www.genspark.ai/api/mcp/oauth/token
scopes:
- scope: mcp:tools:read
  description: List / discover the MCP tools the Genspark server exposes.
  flows: [authorizationCode]
  sources: [well-known/genspark-openid-configuration.json]
- scope: mcp:tools:call
  description: Invoke (call) Genspark MCP tools.
  flows: [authorizationCode]
  sources: [well-known/genspark-openid-configuration.json]
- scope: mcp:resources:read
  description: Read MCP resources exposed by the Genspark server.
  flows: [authorizationCode]
  sources: [well-known/genspark-openid-configuration.json]
- scope: mcp:prompts:read
  description: Read MCP prompts exposed by the Genspark server.
  flows: [authorizationCode]
  sources: [well-known/genspark-openid-configuration.json]