{
  "name": "IPQualityScore API MCP Server",
  "nodes": [
    {
      "id": "c459ef11-4160-4966-9390-2a8dd8b31a01",
      "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. **Authentication**: \nAPI Key\n\n3. **Activate Workflow**:\nEnable the workflow to start the MCP server\n\n4"
      }
    },
    {
      "id": "7b08d7f4-2b0d-483b-8e67-ea4291282969",
      "name": "Workflow Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1120,
        -100
      ],
      "parameters": {
        "width": 320,
        "height": 920,
        "content": "## 🛠️ IPQualityScore MCP Server ✅ 3 operations\n\n### 🔧 How it Works\n\nThis workflow converts the IPQualityScore API into an MCP-compatible interface for AI agents.\n\n• **MCP Trigger**: Serves as your ser"
      }
    },
    {
      "id": "b65e64ac-9069-4922-a78c-e81eceeb18ba",
      "name": "IPQualityScore MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -940,
        -240
      ]
    },
    {
      "id": "946f330e-ea1d-4bde-ac8b-efd556fb7db5",
      "name": "Validate Email Address",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -560,
        -20
      ]
    },
    {
      "id": "e73a734f-c397-4ebb-8b3f-81036c91ff4b",
      "name": "Grid Note 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        -80
      ],
      "parameters": {
        "width": null,
        "height": 220,
        "content": "## Email Validation"
      }
    },
    {
      "id": "35bc8842-12b5-42c9-aa49-1a0c4eb6e162",
      "name": "Validate Phone Number",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -280,
        -20
      ]
    },
    {
      "id": "8302d41f-84fe-4c74-ad7b-a4d62f45944b",
      "name": "Grid Note 2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -380,
        -80
      ],
      "parameters": {
        "width": null,
        "height": 220,
        "content": "## Phone Validation"
      }
    },
    {
      "id": "35558c57-2aae-4c5b-bef5-7aba8681143b",
      "name": "Scan URL for Malware",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        0,
        -20
      ]
    },
    {
      "id": "c7a31b7c-a1b3-4eae-8b3b-5b2d8308394d",
      "name": "Grid Note 3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -120,
        -80
      ],
      "parameters": {
        "width": 280,
        "height": 220,
        "content": "## Malicious Url Scanner"
      }
    }
  ],
  "connections": {
    "Scan URL for Malware": {
      "ai_tool": [
        [
          {
            "node": "IPQualityScore MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Validate Phone Number": {
      "ai_tool": [
        [
          {
            "node": "IPQualityScore MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Validate Email Address": {
      "ai_tool": [
        [
          {
            "node": "IPQualityScore MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}