# mcp MCP server

ROC biometrics & computer vision: face, LPR, OCR, pedestrian, vehicle, gun detection.

## Links
- Registry page: https://www.getdrio.com/mcp/ai-roc-mcp
- Website: https://roc.ai

## Install
- Endpoint: https://mcp.roc.ai/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.roc.ai/mcp

## Tools
- analyze_faces - Analyze faces in an image. Detects each face and returns its location, confidence score, facial landmarks (eyes, nose, mouth), and head orientation. Optionally computes liveness/spoof detection, passport-standard (ICAO) quality checks, cropped face thumbnails, and detailed analytics including age, emotion, geographic origin, gender, glasses, facial hair, head pose, mouth open/closed, face and image quality, artwork detection, and mask detection. Provide the image as base64 (preferred) or a public URL as fallback. Endpoint: https://mcp.roc.ai/mcp
- compare_faces - Check if the same person appears in two different images. Finds all faces in both images and compares each face from the first image against each face in the second. Returns only the pairs that match, with a similarity score between 0.0 and 1.0. Provide each image as base64 (preferred) or a public URL as fallback. Endpoint: https://mcp.roc.ai/mcp
- analyze_license_plates - Analyze license plates in an image. Detects each license plate and returns its location, confidence score, and recognized text (ALPR/OCR). Optionally classifies the issuing region (e.g. state or country), filters non-compliant text, ignores partial reads, and returns a cropped base64 JPG thumbnail of the plate. Provide the image as base64 (preferred) or a public URL as fallback. Endpoint: https://mcp.roc.ai/mcp
- read_text - Read text in an image (OCR). Detects each text region and returns its location, confidence score, and recognized text. Optionally restricts results to a regex pattern, restricts allowed characters via a vocabulary, ignores partial detections, and returns a cropped base64 JPG thumbnail of each text region. Provide the image as base64 (preferred) or a public URL as fallback. Endpoint: https://mcp.roc.ai/mcp
- detect_persons - Find people in a photo. Returns the position and confidence score for each person found, along with body landmarks and clothing color. Can also return a cropped image of each person. Provide the image as base64 (preferred) or a public URL. Endpoint: https://mcp.roc.ai/mcp
- detect_vehicles - Find vehicles in a photo. Returns the position and confidence score for each vehicle found, along with its predicted make, model, and color. Can also return a cropped image of each vehicle. Provide the image as base64 (preferred) or a public URL. Endpoint: https://mcp.roc.ai/mcp
- detect_guns - Find guns in a photo. Returns the position and confidence score for each gun found. Can also return a cropped image of each gun. Provide the image as base64 (preferred) or a public URL. Endpoint: https://mcp.roc.ai/mcp

## Resources
- https://mcp.roc.ai/assets/josh_1.jpg - A sample face image for testing the analyze_faces tool. MIME type: image/jpeg

## Prompts
- analyze_faces_example - Demonstrates face analysis using the sample image. Returns a pre-filled tool call.

## Metadata
- Owner: ai.roc
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 15, 2026
- Source: https://registry.modelcontextprotocol.io
