{
  "info": {
    "name": "Remove.bg — mcp.ai",
    "description": "REST API for the Remove.bg MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/remove_bg",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "remove_bg",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/remove/bg",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "remove",
            "bg"
          ]
        },
        "description": "Tool to remove background from an image. Use when you need a transparent or custom background for product or profile photos.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"roi\": \"\",\n  \"crop\": false,\n  \"size\": \"\",\n  \"type\": \"\",\n  \"scale\": \"\",\n  \"format\": \"\",\n  \"bg_color\": \"\",\n  \"channels\": \"\",\n  \"position\": \"\",\n  \"image_url\": \"\",\n  \"image_file\": \"\",\n  \"bg_image_url\": \"\",\n  \"bg_image_file\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "remove_bg_get_account",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/account",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "account"
          ]
        },
        "description": "Tool to retrieve account information, including current credit balance. Use when you need to know your remove.bg account's credit and usage details.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "remove_bg_submit_improvement",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/submit/improvement",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "submit",
            "improvement"
          ]
        },
        "description": "Tool to submit an image to the remove.bg Improvement program. Use when you want to contribute images that remove.bg cannot process properly to help improve the AI. By submitting images you agree to th",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"tag\": \"\",\n  \"image_url\": \"\",\n  \"image_file\": {},\n  \"image_file_b64\": \"\",\n  \"image_filename\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}