Image Tools - Background Removal, Upscaling & Face Restoration
io.github.fasuizu-br/image-toolsBackground removal, 4x upscaling, and face restoration via GPU
Tools · 4
Remove the background from an image. Uses BiRefNet segmentation to precisely separate foreground from background. Returns a base64-encoded image with transparent background (PNG) or white background …
Upscale image resolution using Real-ESRGAN. Enhances image resolution by 2x or 4x using GPU-accelerated Real-ESRGAN super-resolution. Processes in tiles (256x256) to manage VRAM. Maximum output dimen…
Restore and enhance faces in an image using GFPGAN. Detects all faces via RetinaFace, restores quality (fixes blur, noise, compression artifacts), and pastes them back. Optionally enhances the backgr…
Check health status of Image API services and loaded models. Returns: dict with keys: - status (str): 'healthy' or error state - models (dict): Loaded model status per capability …
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"image_tools_-_background_removal,_upscaling_&_face_restoration": {
"url": "https://apim-ai-apis.azure-api.net/mcp/image/mcp",
"transport": "streamable-http"
}
}
}