8
n8n 한국어amn8n.com

IPQualityScore API MCP 서버

중급

이것은Engineering, AI Chatbot분야의자동화 워크플로우로, 9개의 노드를 포함합니다.주로 HttpRequestTool, McpTrigger 등의 노드를 사용하며. IPQualityScore API MCP 서버

사전 요구사항
  • 대상 API의 인증 정보가 필요할 수 있음
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "3rSuTgplowerBb04",
  "meta": null,
  "name": "IPQualityScore API MCP Server",
  "tags": [],
  "nodes": [
    {
      "id": "c459ef11-4160-4966-9390-2a8dd8b31a01",
      "name": "설치 안내",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1380,
        -240
      ],
      "parameters": {
        "color": 4,
        "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. **Get MCP URL**: \nCopy the webhook URL from the MCP trigger\n\n5. **Connect AI Agent**:\nUse the MCP URL in your AI agent configuration\n\n\n### 💡 Usage Notes\n• Parameters are auto-populated by AI using $fromAI() expressions\n• With 3 API endpoints available as tools\n• Responses maintain original API structure\n\n\n### 🛠️ Customization\n• Add data transformation nodes if needed\n• Implement custom error handling\n• Add logging or monitoring nodes\n\n• Modify parameter defaults in any HTTP request node as needed\n\n### 💬 Need Help?\nPing me on [discord](https://discord.me/cfomodz) for integration guidance and custom automations. Check the [n8n documentation](https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolmcp/) for more information."
      },
      "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 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 server endpoint for AI agent requests\n• **HTTP Request Nodes**: Handle API calls to https://ipqualityscore.com/api\n• **AI Expressions**: Automatically populate parameters via `$fromAI()` placeholders\n• **Native Integration**: Returns responses directly to the AI agent\n"
      },
      "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": "## Email Validation"
      },
      "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": "## Phone Validation"
      },
      "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": "## Malicious Url Scanner"
      },
      "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": {
    "35558c57-2aae-4c5b-bef5-7aba8681143b": {
      "ai_tool": [
        [
          {
            "node": "b65e64ac-9069-4922-a78c-e81eceeb18ba",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "35bc8842-12b5-42c9-aa49-1a0c4eb6e162": {
      "ai_tool": [
        [
          {
            "node": "b65e64ac-9069-4922-a78c-e81eceeb18ba",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "946f330e-ea1d-4bde-ac8b-efd556fb7db5": {
      "ai_tool": [
        [
          {
            "node": "b65e64ac-9069-4922-a78c-e81eceeb18ba",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  },
  "triggerCount": 0
}
자주 묻는 질문

이 워크플로우를 어떻게 사용하나요?

위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.

이 워크플로우는 어떤 시나리오에 적합한가요?

중급 - 엔지니어링, AI 챗봇

유료인가요?

이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: 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에서 보기

이 워크플로우 공유

카테고리

카테고리: 34