Sybilion · OAuth Scopes
Sybilion OAuth Scopes
OAuth 2.0
probed
Sybilion 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 Sybilion API on a user’s behalf.
Tokens are issued from https://mcp.sybilion.dev/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.
Industrial market intelligenceCommodity price forecastingEconomic forecastingTime-series forecastingProcurementSupply-chain riskTrading analyticsAI decision supportMCPAgent-nativeCausal inferenceAnomaly detection
Scopes: 4
Flows: authorizationCode
Method: probed
OAuth endpoints
Authorization URL
https://mcp.sybilion.dev/oauth/authorize
https://mcp.sybilion.dev/oauth/authorize
Token URL
https://mcp.sybilion.dev/oauth/token
https://mcp.sybilion.dev/oauth/token
Flows
authorizationCode
authorizationCode
Scopes (4)
| Scope | Description | Flows |
|---|---|---|
| openid | Standard OIDC scope requesting an ID token for the approving user. | authorizationCode |
| profile | Standard OIDC scope for basic profile claims. | authorizationCode |
| Standard OIDC scope for the approving user's email address. | authorizationCode | |
| offline_access | Standard OAuth scope requesting a refresh token so the MCP client can keep calling after the access token expires without a second browser approval. | authorizationCode |