{
  "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"
}
