Skip to main content
Glama

API-Market MCP Server

by Noveum

ImageFaceSwap

Swap faces between two images using a POST request—ideal for creative projects or entertainment. Simply provide URLs of the target and swap images with faces.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
swap_urlYesRequire an image with a facehttps://storage.ws.pho.to/s2/818f3e408ee37c090cf23a3d12e15a08ada80ad9_m.jpeg
target_urlYesRequire an image with a facehttps://storage.ws.pho.to/s2/7aa4876bc1f50bc92fc54cb3c326181ac5bbf5ef_m.jpeg

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/7aa4876bc1f50bc92fc54cb3c326181ac5bbf5ef_m.jpeg", "description": "Require an image with a face", "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