Image API MCP Server avatar

Image API MCP Server

Pricing

Pay per usage

Go to Apify Store
Image API MCP Server

Image API MCP Server

Image processing MCP server: background removal with BiRefNet segmentation, image upscaling with Real-ESRGAN (2x/4x), face restoration with GFPGAN. 4 tools for AI agents. GPU-accelerated, sub-500ms latency.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Fabio Suizu

Fabio Suizu

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 hours ago

Last modified

Categories

Share

Image processing tools for MCP-enabled AI agents: background removal, image upscaling, and face restoration.

Tools

ToolDescriptionLatencyStatus
remove_backgroundRemove background from images with BiRefNet segmentation<500msAvailable
upscale_imageEnhance image resolution by 2x or 4x with Real-ESRGAN<1sComing Soon
restore_faceRestore and enhance faces with GFPGAN<800msComing Soon
check_image_serviceHealth check for image processing backends<1sAvailable

Models

CapabilityModelDescription
Background RemovalBiRefNetBilateral Reference Network for precise foreground segmentation
Image UpscalingReal-ESRGANEnhanced Super-Resolution GAN for 2x/4x upscaling
Face RestorationGFPGANGenerative Facial Prior GAN for face enhancement

How to Use

MCP Endpoint

https://<ACTOR_ID>.apify.actor/mcp?token=YOUR_APIFY_TOKEN

Example: Background Removal

Input:

{
"image_base64": "<base64-encoded-image>",
"output_format": "png"
}

Response:

{
"image_base64": "<base64-encoded-result>",
"format": "png",
"original_size": {"width": 1920, "height": 1080},
"processing_ms": 342
}

Supported Formats

PropertyValue
Input formatsPNG, JPEG, WebP
Output formatsPNG (with transparency), WebP
Max input size10 MB
Max resolution4096x4096
Min resolution32x32
Encodingbase64

Pricing

ToolPrice
Background Removal$0.01/image
Image Upscaling$0.02/image (coming soon)
Face Restoration$0.02/image (coming soon)
Health CheckFree

Bulk discount: 50% off for >50K images/month.

Use Cases

  • E-commerce: Remove product backgrounds for clean catalog images
  • Design Automation: Batch process images for consistent styling
  • Photo Enhancement: Upscale low-resolution images and restore faces
  • Content Moderation: Process user-uploaded images at scale
  • AI Agents: Programmatic image processing via MCP tools