IPQualityScore API MCP 服务器

中级

这是一个Engineering、AI Chatbot领域的自动化工作流,包含 9 个节点。主要使用 HttpRequestTool、McpTrigger 等节点。 IPQualityScore API MCP 服务器

前置要求
  • 可能需要目标 API 的认证凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "3rSuTgplowerBb04",
  "meta": null,
  "name": "IPQualityScore API MCP 服务器",
  "tags": [],
  "nodes": [
    {
      "id": "c459ef11-4160-4966-9390-2a8dd8b31a01",
      "name": "设置说明",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1380,
        -240
      ],
      "parameters": {
        "color": 4,
        "height": 1060,
        "content": "### ⚙️ 设置说明"
      },
      "typeVersion": 1
    },
    {
      "id": "7b08d7f4-2b0d-483b-8e67-ea4291282969",
      "name": "工作流概览",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1120,
        -100
      ],
      "parameters": {
        "width": 320,
        "height": 920,
        "content": "## 🛠️ IPQualityScore MCP 服务器 ✅ 3 个操作"
      },
      "typeVersion": 1
    },
    {
      "id": "b65e64ac-9069-4922-a78c-e81eceeb18ba",
      "name": "IPQualityScore MCP 服务器",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -940,
        -240
      ],
      "webhookId": "e4d80bb3-b2b4-460e-933d-1aa0055b7976",
      "parameters": {
        "path": "ipqualityscore-mcp"
      },
      "typeVersion": 1
    },
    {
      "id": "946f330e-ea1d-4bde-ac8b-efd556fb7db5",
      "name": "验证电子邮件地址",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -560,
        -20
      ],
      "parameters": {
        "url": "=https://ipqualityscore.com/api/json/email/{{ $fromAI('YOUR_API_KEY_HERE', '(Required) YOUR_API_KEY_HERE', 'string') }}/{{ $fromAI('USER_EMAIL_HERE', '(Required) USER_EMAIL_HERE', 'string') }}",
        "options": {},
        "toolDescription": "Email Validation\n\nParameters:\n- Path parameters:\n  • YOUR_API_KEY_HERE (required) - (Required) YOUR_API_KEY_HERE\n  • USER_EMAIL_HERE (required) - (Required) USER_EMAIL_HERE"
      },
      "typeVersion": 4.2
    },
    {
      "id": "e73a734f-c397-4ebb-8b3f-81036c91ff4b",
      "name": "网格注释 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        -80
      ],
      "parameters": {
        "color": 7,
        "height": 220,
        "content": "## 电子邮件验证"
      },
      "typeVersion": 1
    },
    {
      "id": "35bc8842-12b5-42c9-aa49-1a0c4eb6e162",
      "name": "验证电话号码",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -280,
        -20
      ],
      "parameters": {
        "url": "=https://ipqualityscore.com/api/json/phone/{{ $fromAI('YOUR_API_KEY_HERE', '(Required) YOUR_API_KEY_HERE', 'string') }}/{{ $fromAI('USER_PHONE_HERE', '(Required) USER_PHONE_HERE', 'string') }}",
        "options": {},
        "sendQuery": true,
        "queryParameters": {
          "parameters": [
            {
              "name": "country",
              "value": "={{ $fromAI('country', 'country', 'string') }}"
            }
          ]
        },
        "toolDescription": "Phone Validation\n\nParameters:\n- Path parameters:\n  • YOUR_API_KEY_HERE (required) - (Required) YOUR_API_KEY_HERE\n  • USER_PHONE_HERE (required) - (Required) USER_PHONE_HERE\n- Query parameters:\n  • country (optional) - Country"
      },
      "typeVersion": 4.2
    },
    {
      "id": "8302d41f-84fe-4c74-ad7b-a4d62f45944b",
      "name": "网格注释 2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -380,
        -80
      ],
      "parameters": {
        "color": 7,
        "height": 220,
        "content": "## 电话验证"
      },
      "typeVersion": 1
    },
    {
      "id": "35558c57-2aae-4c5b-bef5-7aba8681143b",
      "name": "扫描 URL 恶意软件",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        0,
        -20
      ],
      "parameters": {
        "url": "=https://ipqualityscore.com/api/json/url/{{ $fromAI('YOUR_API_KEY_HERE', '(Required) YOUR_API_KEY_HERE', 'string') }}/{{ $fromAI('URL_HERE', '(Required) URL_HERE', 'string') }}",
        "options": {},
        "toolDescription": "Malicious URL Scanner\n\nParameters:\n- Path parameters:\n  • YOUR_API_KEY_HERE (required) - (Required) YOUR_API_KEY_HERE\n  • URL_HERE (required) - (Required) URL_HERE"
      },
      "typeVersion": 4.2
    },
    {
      "id": "c7a31b7c-a1b3-4eae-8b3b-5b2d8308394d",
      "name": "网格注释 3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -120,
        -80
      ],
      "parameters": {
        "color": 7,
        "width": 280,
        "height": 220,
        "content": "## 恶意网址扫描器"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "shared": [
    {
      "role": "workflow:owner",
      "project": {
        "id": "G5fce9xGuBAsWBXe",
        "icon": null,
        "name": "David Ashby <david.ashby.lds@gmail.com>",
        "type": "personal",
        "createdAt": "2025-06-04T02:55:02.013Z",
        "updatedAt": "2025-06-04T02:56:01.361Z",
        "projectRelations": [
          {
            "role": "project:personalOwner",
            "user": {
              "id": "715c1c00-cb48-4712-9a32-f1f4b6db2b30",
              "role": "global:owner",
              "email": "david.ashby.lds@gmail.com",
              "disabled": false,
              "lastName": "Ashby",
              "settings": {
                "npsSurvey": {
                  "responded": true,
                  "lastShownAt": 1749357655581
                },
                "userActivated": true,
                "userActivatedAt": 1749075994495,
                "easyAIWorkflowOnboarded": true,
                "firstSuccessfulWorkflowId": "3N3vVikZb3MckFYm"
              },
              "createdAt": "2025-06-04T02:55:01.745Z",
              "firstName": "David",
              "isPending": false,
              "updatedAt": "2025-06-08T04:40:58.399Z",
              "mfaEnabled": false,
              "personalizationAnswers": {
                "version": "v4",
                "personalization_survey_n8n_version": "1.95.3",
                "personalization_survey_submitted_at": "2025-06-04T02:56:07.075Z"
              }
            },
            "userId": "715c1c00-cb48-4712-9a32-f1f4b6db2b30",
            "createdAt": "2025-06-04T02:55:02.013Z",
            "projectId": "G5fce9xGuBAsWBXe",
            "updatedAt": "2025-06-04T02:55:02.013Z"
          }
        ]
      },
      "createdAt": "2025-07-02T05:09:03.893Z",
      "projectId": "G5fce9xGuBAsWBXe",
      "updatedAt": "2025-07-02T05:09:03.893Z",
      "workflowId": "3rSuTgplowerBb04"
    }
  ],
  "pinData": {},
  "settings": {
    "timezone": "America/New_York"
  },
  "createdAt": "2025-07-02T05:09:03.891Z",
  "updatedAt": "2025-07-02T05:10:28.000Z",
  "versionId": "e3a8533a-ef44-4d8a-bd7e-aeb254fe6f95",
  "isArchived": false,
  "staticData": null,
  "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
          }
        ]
      ]
    }
  },
  "triggerCount": 0
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

这是一个中级难度的工作流,适用于Engineering、AI Chatbot等场景。适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
中级
节点数量9
分类2
节点类型3
难度说明

适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

作者
David Ashby

David Ashby

@cfomodz

A hacker by nature, programmer by trade ⚒️ I'm looking to collaborate on things that save human labor 📫 How to reach me Github👇 -> Discord

外部链接
在 n8n.io 上查看 →

分享此工作流