{
  "issuer": "https://n8n-auditor.automators.work",
  "authorization_endpoint": "https://n8n-auditor.automators.work/oauth/authorize",
  "token_endpoint": "https://n8n-auditor.automators.work/oauth/token",
  "registration_endpoint": "https://n8n-auditor.automators.work/oauth/register",
  "response_types_supported": [
    "code"
  ],
  "grant_types_supported": [
    "authorization_code"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_post",
    "none"
  ],
  "scopes_supported": [
    "mcp",
    "profile"
  ]
}