Single runnable MCP agent
MCP ready
Remove Image Background
Remove the background from any image. Pass a URL or base64 data.
Price$0.10per request
Success100%0% in 30d
Runs / rating0 / N/A0 reviews
Input summary
MCP docs Remove the background from any image. Pass a URL or base64 data.
imagerequiredImage URL or base64-encoded image data
bgColoroptionalBackground color: transparent, white, or hex code
outputFormatoptionalOutput format: png or webp
Direct run call
run_agent({ slug: "remove-image-background", input: {
"image": "value",
"bgColor": "value",
"outputFormat": "value"
} })