This workflow corresponds to n8n.io template #5584 — we link there as the canonical source.
This workflow follows the HTTP Request Tool → Mcptrigger recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"id": "3rSuTgplowerBb04",
"meta": null,
"name": "IPQualityScore API MCP Server",
"tags": [],
"nodes": [
{
"id": "c459ef11-4160-4966-9390-2a8dd8b31a01",
"name": "Setup Instructions",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1380,
-240
],
"parameters": {
"color": 4,
"height": 1060,
"content": "### \u2699\ufe0f 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### \ud83d\udca1 Usage Notes\n\u2022 Parameters are auto-populated by AI using $fromAI() expressions\n\u2022 With 3 API endpoints available as tools\n\u2022 Responses maintain original API structure\n\n\n### \ud83d\udee0\ufe0f Customization\n\u2022 Add data transformation nodes if needed\n\u2022 Implement custom error handling\n\u2022 Add logging or monitoring nodes\n\n\u2022 Modify parameter defaults in any HTTP request node as needed\n\n### \ud83d\udcac 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": "Workflow Overview",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1120,
-100
],
"parameters": {
"width": 320,
"height": 920,
"content": "## \ud83d\udee0\ufe0f IPQualityScore MCP Server \u2705 3 operations\n\n### \ud83d\udd27 How it Works\n\nThis workflow converts the IPQualityScore API into an MCP-compatible interface for AI agents.\n\n\u2022 **MCP Trigger**: Serves as your server endpoint for AI agent requests\n\u2022 **HTTP Request Nodes**: Handle API calls to https://ipqualityscore.com/api\n\u2022 **AI Expressions**: Automatically populate parameters via `$fromAI()` placeholders\n\u2022 **Native Integration**: Returns responses directly to the AI agent\n"
},
"typeVersion": 1
},
{
"id": "b65e64ac-9069-4922-a78c-e81eceeb18ba",
"name": "IPQualityScore MCP Server",
"type": "@n8n/n8n-nodes-langchain.mcpTrigger",
"position": [
-940,
-240
],
"parameters": {
"path": "ipqualityscore-mcp"
},
"typeVersion": 1
},
{
"id": "946f330e-ea1d-4bde-ac8b-efd556fb7db5",
"name": "Validate Email Address",
"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 \u2022 YOUR_API_KEY_HERE (required) - (Required) YOUR_API_KEY_HERE\n \u2022 USER_EMAIL_HERE (required) - (Required) USER_EMAIL_HERE"
},
"typeVersion": 4.2
},
{
"id": "e73a734f-c397-4ebb-8b3f-81036c91ff4b",
"name": "Grid Note 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": "Validate Phone Number",
"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 \u2022 YOUR_API_KEY_HERE (required) - (Required) YOUR_API_KEY_HERE\n \u2022 USER_PHONE_HERE (required) - (Required) USER_PHONE_HERE\n- Query parameters:\n \u2022 country (optional) - Country"
},
"typeVersion": 4.2
},
{
"id": "8302d41f-84fe-4c74-ad7b-a4d62f45944b",
"name": "Grid Note 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": "Scan URL for Malware",
"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 \u2022 YOUR_API_KEY_HERE (required) - (Required) YOUR_API_KEY_HERE\n \u2022 URL_HERE (required) - (Required) URL_HERE"
},
"typeVersion": 4.2
},
{
"id": "c7a31b7c-a1b3-4eae-8b3b-5b2d8308394d",
"name": "Grid Note 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"
}
],
"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
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Complete MCP server exposing 3 IPQualityScore API operations to AI agents.
Source: https://n8n.io/workflows/5584/ — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Complete MCP server exposing 21 api.clarify.io API operations to AI agents.
Complete MCP server exposing 9 NPR Listening Service API operations to AI agents.
Complete MCP server exposing 14 Domains-Index API operations to AI agents.
Complete MCP server exposing 9 Api2Pdf - PDF Generation, Powered by AWS Lambda API operations to AI agents.
A lean MCP Server that exposes the essential Trello tools for everyday task management. Built for clean, reliable LLM automation with n8n, ChatGPT, or Gemini.