Facia MCP Server for facial analysis (age estimation, deepfake detection, face match) via the Model Context Protocol
Project description
Barie Facia MCP
A Model Context Protocol (MCP) server for Facia facial analysis APIs: age estimation, deepfake (liveness) detection, and face match.
Installation
Install via uvx (after publishing to PyPI):
uvx barie-facia-mcp
Or install via pip:
pip install barie-facia-mcp
Usage
Run the MCP server:
barie-facia-mcp --client-id <facia-client-id> --client-secret <facia-client-secret> --storage-dir <path-to-images>
Required Arguments
--client-id: Facia client ID--client-secret: Facia client secret
Optional Arguments
--storage-dir: Directory containing images (defaults to current working directory)
Tools
- age_estimation: Estimate age for a single image
- Input:
image_name(string)
- Input:
- deepfake_detection: Deepfake/liveness detection for a single image
- Input:
image_name(string)
- Input:
- face_match: Compare two images (face match)
- Inputs:
original_image_name(string),matched_image_name(string)
- Inputs:
Development
For build and publish instructions, see BUILD.md.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file barie_facia_mcp-0.1.0.tar.gz.
File metadata
- Download URL: barie_facia_mcp-0.1.0.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85cad3e517d0bf43fde512df9ddb1f166c7584c546c5483c108884c26e2bc980
|
|
| MD5 |
50115926dff608edc56997eccc33995b
|
|
| BLAKE2b-256 |
3f3dcde536504b868ee16a41193dd454ac76631440d43c30d8e200b5a9996b58
|
File details
Details for the file barie_facia_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: barie_facia_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
860c842243d336856acf7e9dd1e25a49cb18e8d1bdba02b1b4756aaf1303f7ab
|
|
| MD5 |
6dd5a42f841252efb3d1a527255b449b
|
|
| BLAKE2b-256 |
7cb080c20611abb6188ecb3de72dc43bd4ac196e00c2b698607ff48f6658a0aa
|