curl --request POST \
--url https://api.example.com/v1/ui/mcp-servers/name-checks \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"excludeId": "<string>"
}
'{
"isUnique": true,
"normalizedDomain": "<string>"
}Checks if a normalized MCP domain slug is globally available. Used for realtime validation during MCP config updates.
curl --request POST \
--url https://api.example.com/v1/ui/mcp-servers/name-checks \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"excludeId": "<string>"
}
'{
"isUnique": true,
"normalizedDomain": "<string>"
}