Back to search
100
MCP live v1.0.0 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
10.0%
10 probes
Response
483ms
last probe
Tools
4
callable

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 …

Similar MCP servers embedding-nearest

Photoroom
Provides a bridge to the Photoroom API for removing image backgrounds with configurable output formats and scaling options
0 tools
io.github.telcharfromnogrod/keen
AI image upscaling — upscale any image to 2x or 4x resolution with x402 payments
0 tools
AVCLabs Enhance
Upscale, denoise, and enhance images and video using AVCLabs AI processing.
0 tools
io.github.TelcharFromNogrod/keen
AI image upscaling — upscale any image to 2x or 4x resolution with x402 payments
0 tools
Image Resize
Resize images from URL with PNG, JPEG, and WebP output formats.
0 tools
io.github.ryankramer/pixelpanda-mcp
31 image tools: free local editing, AI background removal, and product photos
0 tools

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