Skip to main content
Glama

API-Market MCP Server

by Noveum

VideoFaceSwap

Swap faces in a video using an image URL. Submit a POST request with target video and swap image URLs to generate face-swapped video output via API Market MCP Server.

Instructions

Make a POST request to capix/faceswap/faceswap/v1/video

Input Schema

NameRequiredDescriptionDefault
swap_urlYesRequire an image with a facehttps://storage.ws.pho.to/s2/818f3e408ee37c090cf23a3d12e15a08ada80ad9_m.jpeg
target_urlYesRequire only .mp4 video file urlhttps://storage.ws.pho.to/s2/7e2131eaef5e5cbb0d2c9eef7e2f19343b5a1292.mp4

Input Schema (JSON Schema)

{ "properties": { "swap_url": { "default": "https://storage.ws.pho.to/s2/818f3e408ee37c090cf23a3d12e15a08ada80ad9_m.jpeg", "description": "Require an image with a face", "title": "Swap Url", "type": "string" }, "target_url": { "default": "https://storage.ws.pho.to/s2/7e2131eaef5e5cbb0d2c9eef7e2f19343b5a1292.mp4", "description": "Require only .mp4 video file url", "pattern": "^.*\\.mp4$", "title": "Target Url", "type": "string" } }, "required": [ "swap_url", "target_url" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Noveum/api-market-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server