Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-11-25 streamable-http

Image Tools - Background Removal, Upscaling & Face Restoration

io.github.fasuizu-br/image-tools

Background removal, 4x upscaling, and face restoration via GPU

Uptime
no direct probes in 30d
Response
1219ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

remove_background

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

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_face

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_image_service

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 …

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"
    }
  }
}