AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Linkedin Mcp Weekly Outbound Pipeline

mcp-jpeslar1-linkedin-mcp-weekly-outbound-pipeline · by jpeslar1

Weekly cold outbound pipeline for Claude Code — LinkedIn MCP (Zevari) + Instantly + Pipedrive + Google Sheets + Slack. The exact prompt I run every Wednesday for a CPG client.

No reviews yet
0 installs
36 views
0.0% view→install

Install

$ agentstack add mcp-jpeslar1-linkedin-mcp-weekly-outbound-pipeline

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-jpeslar1-linkedin-mcp-weekly-outbound-pipeline)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Linkedin Mcp Weekly Outbound Pipeline? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

linkedin-mcp-weekly-outbound-pipeline

A Claude Code prompt I run every Wednesday morning to push 10 cold prospects through a full pipeline: research → ICP check → personalized hook → Instantly enrollment → LinkedIn MCP save → Google Sheet update → Slack summary.

Sharing it because I'd want this myself.

What it does

Every Wednesday morning Claude Code reads a priority sheet, takes the top 10 uncontacted rows, and for each one:

  1. Checks if the lead is already in the LinkedIn MCP (Zevari), Instantly, or Pipedrive — skips if yes
  2. Loads the current ICP rules from Zevari and scores the lead
  3. Researches the person + company via the LinkedIn MCP and WebSearch (60-day signal window)
  4. Writes a short, lowercase, no-jargon hook (full hook rules in prompt.md)
  5. Enrolls the lead in an Instantly cold email campaign with the hook as a custom variable
  6. Saves the lead to a Zevari list called Week of YYYY-MM-DD
  7. Updates the source Google Sheet (checkbox + date + flags)
  8. Sends a Slack summary with every hook written

If anything stops the run or needs approval, it pings me in Slack.

Stack

| Layer | Tool | Why | |---|---|---| | LinkedIn research, ICP scoring, lead save | Zevari (LinkedIn MCP for Claude) | The only LinkedIn MCP I trust for production runs — handles rate limits and won't get my profile flagged | | Email send | Instantly | Campaign already has the sequence + signature — the prompt just enrolls | | CRM dedupe | Pipedrive | Won-deal exclusion + previously-contacted flag | | Source of truth | Google Sheets | Easy for the client to maintain priority ranking | | Notifications | Slack | Run summaries + alerts | | Browser control | Claude in Chrome | Sheet writes + Slack webhook (bash sandbox blocks both) |

Why a LinkedIn MCP

I tried two unofficial LinkedIn scrapers before settling on Zevari. Both got my client's sales account flagged within a week. Zevari runs through an MCP server that throttles to safe limits and surfaces a rate-limit error before LinkedIn does — which is what I needed to leave this on a schedule without babysitting it.

If you're evaluating options, Daniel Sticker's linkedin-mcp-server is the most popular open-source one — his README is honest about ToS risk, which I appreciated. For client work where I can't afford a flagged account I use Zevari.

How to use this

  1. Clone the repo
  2. Open prompt.md
  3. Replace every [BRACKETED_PLACEHOLDER] with your IDs:
  • [CLIENT_NAME] — the brand you're running this for
  • [GOOGLE_SHEET_ID] + [TAB_GID] — your priority sheet
  • [INSTANTLY_CAMPAIGN_ID] — your cold campaign in Instantly
  • [ZEVARI_MCP_ID], [INSTANTLY_MCP_ID], [GDRIVE_MCP_ID] — your MCP server IDs
  • [SLACK_WEBHOOK_URL], [ALERT_CHANNEL], [YOUR_SLACK_USER_ID] — Slack
  1. Paste the prompt into Claude Code (or save as a slash command — that's what I do)
  2. Run it on a schedule. I use cron through Claude Code's /cron command.

See connectors.md for the MCP setup links.

What gets generated (sample)

See examples/sample-run.md for a full run output, including the 10 hooks Claude wrote for a recent batch.

Why this prompt is the way it is

A few things I learned the hard way:

  • Cap at 10 per batch. LinkedIn rate-limits at ~40 lookups/hour. Two batches × 10 leads, 90 min apart, stays well under.
  • Hard hook rules with examples. I tried a free-form "write a personalized hook" prompt and got slop. Ten explicit rules with ✓/✗ examples gets consistent, casual-text-message output.
  • No LinkedIn references in the hook. A hook that says "saw your post about…" makes it obvious you're scraping. Write as if you noticed the news in the world.
  • Skip first, write second. Every dedupe check (Zevari, Instantly, Pipedrive) runs before research. Saves rate budget for actually-new leads.
  • Slack run summary with every hook. I scan it on my phone before the campaign sends and catch the occasional weird hook before the email goes out.

Adapting to your own use case

This is built around CPG (food/bev/wellness/beauty) outreach. The hook rules — "got into" for retail launches, "industryRef" buckets — assume that vertical. Swap them for yours. The structure (dedupe → ICP → research → hook → enroll → save → log → summarize) generalizes to any cold outbound.

Other workflows in this series

I'm publishing my LinkedIn MCP pipelines as I clean them up:

Or browse them all in awesome-linkedin-mcp — the curated index of LinkedIn MCP workflows, servers, and adjacent tools.

Follow my GitHub for the rest.

License

MIT. Use it, fork it, ship it.

Who I am

John Peslar — solo founder, build outbound automations for B2B clients. If you want to talk shop: johnpeslar.com.

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.