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