🎣 Automate company ICP scoring with Explorium data and Claude AI analysis

⚑ 463 views · 🎣 Lead Generation & Enrichment

Description

🧠 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)

PillarMax Points
Strategic Fit40
AI / Tech Readiness40
Engagement & Reachability20

🧠 Scoring Criteria


🎯 Verdict Scale


πŸ“¦ Workflow Components


🧰 Dependencies


πŸ’Ό Use Case

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


πŸ“ˆ 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."
}

## πŸ”— Nodes Used

HTTP Request, AI Agent, Anthropic Chat Model, n8n Form Trigger, MCP Client Tool

## πŸ“₯ Import

Download [`workflow.json`](workflow.json) and import into n8n:
**Workflow menu β†’ Import from File**

[πŸ“– Importing guide](../../../docs/importing-templates.md) Β· [πŸ”‘ Credential setup](../../../docs/credential-setup.md)