{
  "_note": "RivalSweeper uses a custom JSON auth flow against stg-api.trendos.io rather than standard OAuth 2.0. The endpoints below map to the RivalSweeper Scheduler API. Agents authenticate via POST /api/v1/Profile/Login.",
  "issuer": "https://stg-api.trendos.io",
  "auth_flow": "trendos-custom",
  "service_documentation": "https://www.rivalsweeper.com/features/rivalsweeper-mcp",
  "authorization_endpoint": "https://stg-api.trendos.io/api/v1/Profile/Login",
  "token_endpoint": "https://stg-api.trendos.io/api/v1/Profile/Login",
  "refresh_endpoint": "https://stg-api.trendos.io/api/v1/Profile/RefreshToken",
  "registration_endpoint": "https://stg-api.trendos.io/api/v1/Profile/Register",
  "grant_types_supported": ["password", "refresh_token"],
  "response_types_supported": ["token"],
  "token_endpoint_auth_methods_supported": ["client_secret_post"],
  "scopes_supported": [
    "trendos.api.read",
    "trendos.api.write",
    "trendos.mcp"
  ]
}
