Building a LinkedIn lead qualification workflow with Claude and MCP

Automated LinkedIn outreach with Claude and MCP
A developer built a fully automated lead qualification and outreach workflow using Claude and an MCP server integration. The system processes raw LinkedIn URLs through a single prompt that chains four sequential tasks without requiring manual intervention.
How the workflow functions
The developer used an MCP server integration to give Claude LinkedIn profile read/write access since Claude doesn't natively access LinkedIn. The free tier of this MCP server was sufficient for this setup.
The single prompt executes these four tasks in sequence:
- Extract name, role, company, and industry from each LinkedIn profile
- Score each lead 1-10 based on predefined fit criteria
- Filter leads: scores above 5 trigger connection requests, scores below 5 are skipped
- Draft a follow-up message for when connection requests are accepted
Prompt engineering challenges
The main prompt engineering difficulty was getting Claude to execute tasks sequentially without hallucinating actions it hadn't yet taken. This required several iterations to resolve.
What this workflow replaced
This automated system replaced the manual process of opening LinkedIn profiles one by one, which was described as slow and inconsistent.
📖 Read the full source: r/ClaudeAI
👀 See Also

OpenClaw as a Process Replication Engine: Multi-Agent Workflows for Automated Development
A developer found OpenClaw more effective as a 'process replication engine' than a personal assistant, building multi-agent workflows that automate complex development pipelines from idea to deployment for around $80/month.

Autoevolve Framework Uses Claude Code for Game AI Development Through Self-Play Evolution
A developer used Claude Code exclusively to compete in a Game AI Cup, placing 6th out of 83 participants through 130 automated iterations. The autoevolve framework implements a self-play evolution loop where Claude analyzes bot performance, proposes changes, and benchmarks new versions against previous ones.

Lessons from running multiple OpenClaw gateways in production
A developer shares concrete failures from running 3+ OpenClaw gateways 24/7, including upgrade path issues causing MODULE_NOT_FOUND errors and silent capability loss from misconfigured credentials. The post details a solution involving capability audits, config validation gates, and reproducible environments.

Using Claude as a Ruthless UI/UX Reviewer with Specific Persona Prompt
A Reddit user shares a prompt that transforms Claude into a brutal UI/UX consultant who reviews live apps in two passes: first as a ruthless designer, then as a first-time user, outputting findings in a prioritized markdown file.