Face Client MCP Config
An API for face detection, verification, and identification.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-cognitiveservices-face.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-cognitiveservices-face.json to fetch programmatically.
{
"mcpServers": {
"azure-com-cognitiveservices-face": {
"command": "npx",
"args": ["-y","@mcp/azure-com-cognitiveservices-face"],
"env": {
"FACE_CLIENT_API_KEY": "your_face_client_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/azure-com-cognitiveservices-face.jsonEnvironment Variables
FACE_CLIENT_API_KEYReplace your_face_client_api_key with your actual face client api key
Endpoints
POST
/detectFace_DetectWithUrl
GET
/facelistsFaceList_List
GET
/facelists/{faceListId}FaceList_Get
PUT
/facelists/{faceListId}FaceList_Create
DELETE
/facelists/{faceListId}FaceList_Delete
PATCH
/facelists/{faceListId}FaceList_Update
POST
/facelists/{faceListId}/persistedfacesFaceList_AddFaceFromUrl
DELETE
/facelists/{faceListId}/persistedfaces/{persistedFaceId}FaceList_DeleteFace
POST
/findsimilarsFace_FindSimilar
POST
/groupFace_Group