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

Running Multiple Telegram Bots on a Single AI Agent for Parallel Tasks
A developer solved the problem of waiting for an AI agent to finish one task before starting another by setting up three Telegram bots that all bind to the same underlying agent. Each bot operates independently with its own chat and conversation history, while sharing the same workspace, memory, and learnings.

Radio Free Gemma: Disaster AI via Meshtastic and Local LLM
A developer runs a Gemma 4:26B model locally on a mesh network using Meshtastic and OpenClaw, providing RAG-based emergency info via radio when cellular is down.

RunLobster AI agent builds functional dashboard from natural language request
A developer reports that RunLobster built and deployed a complete dashboard with Stripe integration and authentication in response to a single natural language command, completing in minutes what would normally take days.

Practical OpenClaw Use Cases from the LocalLLaMA Community
A Reddit post details specific ways developers are using OpenClaw for tasks like automated cold outreach, SEO content updates, social media captioning, server monitoring, and receipt processing.