Skip to main content

Automate company ICP scoring with Explorium data and Claude AI analysis

Workflow preview

Workflow preview
100%
Automate company ICP scoring with Explorium data and Claude AI analysis preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

ICP Scoring Agent (n8n + Explorium + LLM) This workflow automates Ideal Customer Profile (ICP) scoring for any company using a combination of Explorium data and an LLM driven evaluation framewor...

Best for

  • Lead Generation automation workflows
  • AI Summarization automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.formtrigger, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.mcpclienttool, @n8n/n8n-nodes-langchain.lmchatanthropic, n8n-nodes-base.httprequest

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Itamar.

Original n8n.io source

1.1 Workflow description

Title
Automate company ICP scoring with Explorium data and Claude AI analysis
Workflow name
Automate company ICP scoring with Explorium data and Claude AI analysis

🧠 ICP Scoring Agent (n8n + Explorium + LLM)

This workflow automates Ideal Customer Profile (ICP) scoring for any company using a combination of Explorium data and an LLM-driven evaluation framework.


🔧 How It Works

  1. Input: Company name is submitted via form.
  2. Data Enrichment: Explorium's MCP Server is used to fetch firmographic, hiring, and tech data about the company.
  3. Scoring Logic: An AI agent (LLM) applies a 3-pillar framework to assess and score the company.
  4. Output: A structured JSON or Google Doc summary is generated using the AgentGeeks formatter.

📊 Scoring System (100 points total)

Pillar Max Points
Strategic Fit 40
AI / Tech Readiness 40
Engagement & Reachability 20

🧠 Scoring Criteria

  • Strategic Fit: Industry, size, use case, buyer roles
  • Tech Readiness: AI maturity, hiring trends, stack visibility
  • Reachability: Geography, contactability, data quality

🎯 Verdict Scale

  • 🟩 90–100: Ideal ICP
  • 70–89: Good Fit
  • 🟨 40–69: Medium Fit
  • < 40: Poor Fit

📦 Workflow Components

  • Trigger: Form submission via webhook
  • MCP Client: Pulls enriched company data via Explorium's MCP API
  • AI Agent: Uses Anthropic Claude (or other LLM) to calculate scores
  • Output: Results are posted to a structured endpoint (e.g. Google Doc or JSON API)

🧰 Dependencies

  • n8n (self-hosted or cloud)
  • Explorium MCP credentials and access
  • LLM API (e.g., Anthropic Claude, OpenAI, etc.)
  • Optional: AgentGeeks formatter or similar doc generator

💼 Use Case

This ICP scoring system is designed for GTM and sales teams to:

  • Automate lead prioritization
  • Qualify accounts before outbounding
  • Sync ICP data into CRMs, routing systems, or reporting layers

📈 Example Output in Google Doc

{
  "company": "Acme Inc.",
  "score": 87,
  "verdict": "Good Fit",
  "pillars": {
    "strategic_fit": 35,
    "tech_readiness": 37,
    "reachability": 15
  },
  "summary": "Acme Inc. is a mid-sized SaaS company with strong AI hiring activity and a buyer profile aligned to enterprise IT. Moderate reachability via firmographic signals."
}

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - On form submission

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.2

Block 2 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - AI Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.9

Block 6 - MCP Client

Type / Role
@n8n/n8n-nodes-langchain.mcpClientTool - mcpClientTool
Config choices
Version 1

Block 7 - Anthropic Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatAnthropic - lmChatAnthropic
Config choices
Version 1.3

Block 8 - HTTP Request

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

3. Summary Table

Workflow Automate company ICP scoring with Explorium data and Claude AI analysis
Complexity intermediate
Nodes 8
Categories Lead Generation, AI Summarization
Author Itamar
Published 16 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6063/6063.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Automate company ICP scoring with Explorium data and Claude AI analysis do?

ICP Scoring Agent (n8n + Explorium + LLM) This workflow automates Ideal Customer Profile (ICP) scoring for any company using a combination of Explorium data and an LLM driven evaluation framewor...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Generation, AI Summarization use case.