{
  "issuer": "https://productindex.ai",
  "client_id_metadata_document_supported": true,
  "authorization_endpoint": "https://productindex.ai/oauth/authorize/",
  "token_endpoint": "https://productindex.ai/api/oauth/token/",
  "registration_endpoint": "https://productindex.ai/api/oauth/register/",
  "revocation_endpoint": "https://productindex.ai/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"],
  "service_documentation": ["https://productindex.ai/mcp", "https://productindex.ai/auth.md"],
  "agent_auth": {
    "register_uri": "https://productindex.ai/api/oauth/register/",
    "identity_types": ["dynamic_client_registration", "cimd"],
    "credential_types": ["bearer"],
    "revocation_uri": "https://productindex.ai/api/oauth/revoke/",
    "agent_documentation": "https://productindex.ai/auth.md"
  }
}
