curl --location --request POST '/mcp/servers/instances' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"distinct_count": "string",
"include_total_count": true,
"limit": 10,
"offset": 0,
"query": "name='\''WINPC-4291'\'' AND status IN ('\''active'\'', '\''pending'\'')",
"sort": "name desc, id"
}'{
"distinct_values": [
{
"count": 0,
"value": null
}
],
"pagination": {
"count": 0,
"total_count": 1000
},
"items": [
{
"allowlisted": true,
"first_seen": "2024-10-31T15:45:32Z",
"high_prevalence": true,
"id": "install-uuid-12345",
"label": "Claude Desktop Default",
"local_user": "john.doe",
"mode": "unspecified",
"risk_score": 9.2,
"server_id": "8CA67511-744C-4D74-B26E-7281CF88712F",
"server_name": "Claude API Server"
}
]
}