{
  "issuer": "https://www.oktopus.lat",
  "authorization_endpoint": "https://www.oktopus.lat/api/oauth/authorize",
  "token_endpoint": "https://www.oktopus.lat/api/oauth/token",
  "registration_endpoint": "https://www.oktopus.lat/api/oauth/register",
  "revocation_endpoint": "https://www.oktopus.lat/api/oauth/revoke",
  "response_types_supported": ["code"],
  "grant_types_supported": ["authorization_code", "refresh_token"],
  "code_challenge_methods_supported": ["S256"],
  "token_endpoint_auth_methods_supported": ["none"],
  "scopes_supported": [
    "mcp:invoke",
    "orders:create",
    "orders:read",
    "orders:write",
    "products:read",
    "products:write",
    "landings:read",
    "landings:write",
    "stores:read",
    "stores:write",
    "whatsapp:write"
  ]
}
