Claude MCP workflow automates LinkedIn lead re-engagement with adaptive constraints

A developer shared a workflow using Claude with MCP (Model Context Protocol) to automate re-engagement with old LinkedIn connections. Instead of manually reviewing profiles and writing messages, the system handles the entire process.
Workflow breakdown
The system performs four main functions:
- Identifies and prioritizes leads (categorized as hot/warm)
- Detects basic engagement signals
- Generates contextual re-engagement messages
- Executes the outreach step
Constraint handling and results
In a test with 7 targeted leads:
- 5 messages were successfully sent
- 2 were skipped due to LinkedIn restrictions (connection settings/limits)
Instead of forcing actions that would violate platform constraints, the system suggested a fallback approach: engage with the person's content first, then retry the outreach later. This adaptive behavior made the workflow feel less like rigid automation.
Manual process replacement
The workflow replaces the manual process of:
- Opening individual profiles
- Checking context for each connection
- Writing personalized messages one by one
The developer noted they're still iterating on the scoring logic and prioritization aspects of the system, and expressed interest in hearing about other MCP workflows beyond basic text generation.
📖 Read the full source: r/ClaudeAI
👀 See Also

Decoupling Narrative from State Tracking Fixes AI Text Adventure Amnesia
A developer built a stateful simulation engine where PostgreSQL tracks game state and LLMs only generate narrative text after state changes, preventing inventory hallucinations and plot loss.

Opus 4.8 vs Sonnet 4.6 for Analytics: Real Data from a SaaS Dashboard
A SaaS with 310 tradesmen customers tested Claude Opus 4.8 vs Sonnet 4.6 for trend analysis, monthly summaries, and anomaly detection. Opus caught subtle anomalies Sonnet missed, but cost 2.1x per call.

Real Estate Developer's AI Agent Makes First Phone Call with Context and Voice Style
A developer running a multi-agent operation for real estate reports their AI agent made its first successful phone call, using full context about deals and prospects while mimicking the developer's specific sales approach and voice style.

Claude Code Used to Reverse Engineer Disney Infinity 1.0, Breaking 13-Year Character Restriction
A developer used Claude Code (Opus 4.6 with high reasoning) to reverse engineer the Disney Infinity 1.0 game binary, identifying and patching 13 validation call sites that prevented characters from playing in any playset. The solution required 17 binary patches and 3 modified data files, solving a problem the modding community had been unable to crack for over a decade.