Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Azure Ai Vision Face Mcp Server

    Hosts the Azure-Ai-Vision-Face Liveness Mcp-Server

    6 stars
    TypeScript
    Updated Oct 8, 2025

    Table of Contents

    • Preview of Single Tool with Progress
    • Face Liveness Detection
    • Running MCP Server
    • add dependency
    • sample for vs code
    • Sample Claude config should be:
    • Localation of session image
    • Liveness with verify

    Table of Contents

    • Preview of Single Tool with Progress
    • Face Liveness Detection
    • Running MCP Server
    • add dependency
    • sample for vs code
    • Sample Claude config should be:
    • Localation of session image
    • Liveness with verify

    Documentation

    Azure AI Vision Face MCP-Server

    Introducing a Face Liveness MCP Server to allow the embedding of proof of presence during Agentic AI workflows.

    Introduction Video

    Preview of Single Tool with Progress

    Here's a preview of the MCP server in liveness-server-typescript-tool-with-progress folder, using the “Tool with Progress” feature to consolidate the liveness-check workflow into a single step, removing the need for users to type “Done.” Support for this feature in Claude Desktop is not yet available.

    Introduction Video

    Face Liveness Detection

    For more information, visit

    Face Liveness Detection

    Running MCP Server

    add dependency

    go to liveness-server-typescript folder, run

    code
    $ npm install --save-dev typescript @types/node
    $ npm install
    $ npm run build

    then in the build folder, you have index.js

    sample for vs code

    add .vscode/mcp.json

    code
    {
        "servers": {
            "liveness-server": {
                "type": "stdio",
                "command": "node",
                "args": [
                    "${workspaceFolder}/liveness-server-typescript/build/stdio.js"
                ],
                "env": {
                    "FACEAPI_ENDPOINT": "apiendpoint",
                    "FACEAPI_KEY": "apikey",
                    "FACEAPI_WEBSITE": "https://liveness-webapp.azurewebsites.net",
                    "SESSION_IMAGE_DIR": "${workspaceFolder}/liveness-server-typescript/build/"
                }
            }
        }
    }

    Sample Claude config should be:

    code
    {
      "mcpServers": {
        "liveness-server": {
          "command": "node",
          "args": ["YOUR_PATH/build/stdio.js"],
          "env": {
                    "FACEAPI_ENDPOINT": "apiendpoint",
                    "FACEAPI_KEY": "apikey",
                    "FACEAPI_WEBSITE": "https://yourexample.azurewebsites.net",
                    "SESSION_IMAGE_DIR": "D:\somePATH"
            }
        }
      }
    }

    Localation of session image

    If you don't set the variable for SESSION_IMAGE_DIR, images will not be saved.

    Liveness with verify

    When you have a verify image set, it will switch liveness with verify mode. sample:

    code
    "VERIFY_IMAGE_FILE_NAME": "${workspaceFolder}/liveness-server-typescript/build/0b5db043-951c-49d4-9109-e11cb558bb79/sessionImage.jpg",

    Similar MCP

    Based on tags & features

    • MC

      Mcp Server Aws Sso

      TypeScript·
      6
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • MC

      Mcp Wave

      TypeScript00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MC

      Mcp Server Aws Sso

      TypeScript·
      6
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • MC

      Mcp Wave

      TypeScript00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k