Serveur MCP API IPQualityScore
Ceci est unEngineering, AI Chatbotworkflow d'automatisation du domainecontenant 9 nœuds.Utilise principalement des nœuds comme HttpRequestTool, McpTrigger. Serveur MCP de l'API IPQualityScore
- •Peut nécessiter les informations d'identification d'authentification de l'API cible
Nœuds utilisés (9)
Catégorie
{
"id": "3rSuTgplowerBb04",
"meta": null,
"name": "IPQualityScore API MCP Server",
"tags": [],
"nodes": [
{
"id": "c459ef11-4160-4966-9390-2a8dd8b31a01",
"name": "Instructions d'installation",
"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": "Vue d'ensemble du workflow",
"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": "Serveur MCP IPQualityScore",
"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": "Valider l'adresse e-mail",
"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": "Note de grille 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": "Valider le numéro de téléphone",
"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": "Note de grille 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": "Analyser l'URL pour les logiciels malveillants",
"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": "Note de grille 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
}Comment utiliser ce workflow ?
Copiez le code de configuration JSON ci-dessus, créez un nouveau workflow dans votre instance n8n et sélectionnez "Importer depuis le JSON", collez la configuration et modifiez les paramètres d'authentification selon vos besoins.
Dans quelles scénarios ce workflow est-il adapté ?
Intermédiaire - Ingénierie, Chatbot IA
Est-ce payant ?
Ce workflow est entièrement gratuit et peut être utilisé directement. Veuillez noter que les services tiers utilisés dans le workflow (comme l'API OpenAI) peuvent nécessiter un paiement de votre part.
Workflows recommandés
David Ashby
@cfomodzA hacker by nature, programmer by trade ⚒️ I'm looking to collaborate on things that save human labor 📫 How to reach me Github👇 -> Discord
Partager ce workflow