{
  "name": "Create a WHOIS API interface for AI agents with 8 domain management operations",
  "nodes": [
    {
      "id": "d3e2b6b0-742b-44b3-9ff8-667e26fa627e",
      "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": "80a3eaa0-37c0-4a45-a19a-68c82882e7ff",
      "name": "Workflow Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1120,
        -240
      ],
      "parameters": {
        "width": 420,
        "height": 920,
        "content": "## 🛠️ Bulk WHOIS MCP Server ✅ 8 operations\n\n### About\nDomain API (WHOIS, Check, Batch)\n\n### 🔧 How it Works\n\nThis workflow converts the Bulk WHOIS API into an MCP-compatible interface for AI agents.\n\n•"
      }
    },
    {
      "id": "66672868-c8c2-446d-b5b7-d1f1010434af",
      "name": "Bulk WHOIS MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -620,
        -240
      ]
    },
    {
      "id": "62dad9c1-27cf-4255-877c-6856da294361",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        -100
      ],
      "parameters": {
        "width": 900,
        "height": 200,
        "content": "## Batch"
      }
    },
    {
      "id": "2d3a9d10-c3ba-47ca-b0ea-da80f560e6d6",
      "name": "Get your batches",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        -60
      ]
    },
    {
      "id": "6d6dc999-b615-40a9-81c0-b176d239c6be",
      "name": "Create batch. Batch is then being processed until ",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -320,
        -60
      ]
    },
    {
      "id": "db526626-0203-4a70-b062-b3b9a0e0f0c4",
      "name": "Delete batch",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -120,
        -60
      ]
    },
    {
      "id": "4eeffbc9-5219-4b43-b9fe-cd0eab602869",
      "name": "Get batch",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        80,
        -60
      ]
    },
    {
      "id": "5001852e-6d17-41de-8458-9a6c2fb27850",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        140
      ],
      "parameters": {
        "width": 300,
        "height": 200,
        "content": "## Db"
      }
    },
    {
      "id": "2cccd1ae-d209-466e-8cc4-77e62ab07b4e",
      "name": "Query domain database",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        180
      ]
    },
    {
      "id": "039644d1-96a9-4bf1-aa18-860277ff5f41",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        380
      ],
      "parameters": {
        "width": 700,
        "height": 200,
        "content": "## Domains"
      }
    },
    {
      "id": "e36bba72-454f-4c5a-a6e6-d61123a92f83",
      "name": "Check domain availability",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        420
      ]
    },
    {
      "id": "06de063c-7901-4b1b-908a-11ddc136f789",
      "name": "Check domain rank (authority).",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -320,
        420
      ]
    },
    {
      "id": "07ed3bd8-ce49-4d70-9e5f-14bf2b92cd5e",
      "name": "WHOIS query for a domain",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -120,
        420
      ]
    }
  ],
  "connections": {
    "Get batch": {
      "ai_tool": [
        [
          {
            "node": "Bulk WHOIS MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Delete batch": {
      "ai_tool": [
        [
          {
            "node": "Bulk WHOIS MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get your batches": {
      "ai_tool": [
        [
          {
            "node": "Bulk WHOIS MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Query domain database": {
      "ai_tool": [
        [
          {
            "node": "Bulk WHOIS MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "WHOIS query for a domain": {
      "ai_tool": [
        [
          {
            "node": "Bulk WHOIS MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Check domain availability": {
      "ai_tool": [
        [
          {
            "node": "Bulk WHOIS MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Check domain rank (authority).": {
      "ai_tool": [
        [
          {
            "node": "Bulk WHOIS MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Create batch. Batch is then being processed until ": {
      "ai_tool": [
        [
          {
            "node": "Bulk WHOIS MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}