{
  "name": "Background removal API MCP server",
  "nodes": [
    {
      "id": "e6a0a1d3-893b-440a-a33c-04444c223897",
      "name": "Setup Instructions",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1380,
        -240
      ],
      "parameters": {
        "width": null,
        "height": 1060,
        "content": "### ⚙️ Setup Instructions\n\n1. **Import Workflow**: \nLoad this workflow into your n8n instance\n\n2. **Configure Authentication**: \nSet up apiKey credentials\n   - Type: API Key in header\n   - Key name: X"
      }
    },
    {
      "id": "e8132198-28e7-427d-a11a-708c4164c5d2",
      "name": "Workflow Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1120,
        -100
      ],
      "parameters": {
        "width": 320,
        "height": 560,
        "content": "## 🛠️ Background Removal MCP Server ✅ 3 operations\n\n### About\nRemove the background of any image\n\n### 🔧 How it Works\n\nThis workflow converts the Background Removal API into an MCP-compatible interface"
      }
    },
    {
      "id": "6af1d351-70a0-4ea1-8a52-a3e01f4362b7",
      "name": "Background Removal MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -940,
        -240
      ]
    },
    {
      "id": "c44b5257-5fa5-4966-bf1d-cc3129aec5e7",
      "name": "Fetch Account Balance",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -640,
        80
      ]
    },
    {
      "id": "8e133695-4a0a-4063-a755-8bed53d9b5b7",
      "name": "Grid Note 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -740,
        20
      ],
      "parameters": {
        "width": 260,
        "height": 220,
        "content": "## Fetch Account Info"
      }
    },
    {
      "id": "f613d1eb-b71f-41a8-b2fb-f620ae2604b5",
      "name": "Submit Image for Improvement",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -360,
        80
      ]
    },
    {
      "id": "f994c2bc-3510-44b3-bde2-dd9205a8b848",
      "name": "Grid Note 2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -460,
        20
      ],
      "parameters": {
        "width": 260,
        "height": 220,
        "content": "## Improvement Program"
      }
    },
    {
      "id": "b16c434a-0683-4ff7-87bd-a21dfe9d784e",
      "name": "Remove Image Background",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -80,
        80
      ]
    },
    {
      "id": "31233f7b-c3f8-4700-8e1b-a3bdbf08b299",
      "name": "Grid Note 3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -180,
        20
      ],
      "parameters": {
        "width": 260,
        "height": 220,
        "content": "## Background Removal"
      }
    }
  ],
  "connections": {
    "Fetch Account Balance": {
      "ai_tool": [
        [
          {
            "node": "Background Removal MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Remove Image Background": {
      "ai_tool": [
        [
          {
            "node": "Background Removal MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Submit Image for Improvement": {
      "ai_tool": [
        [
          {
            "node": "Background Removal MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}