# Remover Fundo — MCP server on mcp.ai > Removes the background from an image by URL, cutting out the foreground person or object with AI and returning a PNG with a transparent background. Optionally swaps the background for a solid color or resizes. Takes a few seconds, no credentials, platform-hosted. By: mcp.ai · official Page: https://mcp.ai/removebg ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_removebg?ms=1786693980000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/removebg/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/removebg/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/removebg/skill.md Postman collection (v2.1): https://mcp.ai/removebg/postman.json ## Tools - removebg_remove(image_url: string, format?: string, background?: string, max_width?: integer) — Remove o fundo de uma imagem apontada por URL: recorta o objeto/pessoa em primeiro plano e devolve um link de download do resultado (PNG com fundo transparente por padrão), que também fica na aba Arqu ## Example prompts - "Remove the background from this product photo: https://…/sneaker.jpg" - "Cut out the person in this image and make the background white" - "Strip the background from this logo and give me a transparent PNG" ## Links Docs: https://mcp.ai/docs/mcps/removebg Website: https://mcp.ai/mcps/removebg