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

Autonomous Cold Email

mcp-gquthier-autonomous-cold-email · by gquthier

SALES · OUTBOUND — Own your sending infrastructure instead of renting it. Claude Code skill + playbook for self-hosted cold email.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add mcp-gquthier-autonomous-cold-email

✓ 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-gquthier-autonomous-cold-email)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
8d 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 Autonomous Cold Email? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Autonomous Cold Email

Own your sending infrastructure instead of renting it.

Smartlead and Instantly charge you monthly for inboxes you already pay for.Bring the whole stack in-house — your mailboxes, your data, your sequences —and let an agent run it while you sleep.

Claude Code skill + playbook · SMTP/IMAP setup · lead sourcing & segmentation · warmup ramps · deliverability caps · reply classification · monitoring


This is a Claude Code skill + a complete playbook (with runnable templates) for building an in-house cold-email / outbound system: connect your own SMTP/IMAP inboxes, source and segment leads, write sequences, send at scale with deliverability-safe caps + warmup ramp, auto-classify replies, and run it all autonomously with monitoring.

You don't rent a SaaS. You own the stack, the data lives in your own mailboxes, and an AI agent operates it for you.

What's inside

SKILL.md                     ← the master guide (start here)
references/                  ← deep-dives
  architecture.md  deliverability.md  engine-setup.md  lead-sourcing.md
  sequences.md     orchestration.md   monitoring.md    deployment.md
templates/
  accounts.example.json              orchestrator.config.example.json
  sequence.example.json
  scripts/  accounts.ts  tls.ts  extract-leads.py  enroll.mjs
            create-campaign.mjs  orchestrator.mjs  report.mjs
            test-connections.mjs  bootstrap-folders.mjs  cron-tick.sh  _shared.mjs
PRESENTATION.md              ← ready-to-record video script

The stack

| Layer | Tech | |-------|------| | Engine | outbound-tools (MCP server + CLI, TypeScript) | | Transport | nodemailer (SMTP) · imapflow (IMAP) | | State | IMAP keywords/drafts — no database | | Lead segmentation | Python (csv, column-alias parsing) | | Orchestration | Node scripts + cron (caps, warmup ramp, run-log) | | Monitoring | Express dashboard + Telegram daily report | | Reply classification | optional, Claude (Anthropic API) |

Quickstart

  1. Infra — buy secondary domains + inboxes, set SPF/DKIM/DMARC, warm up. → references/deliverability.md
  2. Engine — clone outbound-tools, decouple it from the paid broker (one file). → references/engine-setup.md
  3. Connectaccounts.json + node test-connections.mjs (all inboxes ✅).
  4. Leadspython3 extract-leads.py ./leads ./out/leads.csv → segmented send-list. → references/lead-sourcing.md
  5. Sequence — adapt templates/sequence.example.json. → references/sequences.md
  6. Go autonomousenrollcreate-campaign → flip active:true → cron. → references/orchestration.md
  7. Monitor — dashboard + daily Telegram report + bounce alerts. → references/monitoring.md
  8. Deploy — €5/mo VPS + two cron lines. → references/deployment.md

Install as a Claude Code skill

Drop this folder into your skills directory (e.g. ~/.claude/skills/outbound-strategy/) and ask your agent to "build my outbound infrastructure." It will follow SKILL.md step by step.

Responsible use

Cold email is regulated (CAN-SPAM, GDPR, etc.). Only email people you may lawfully contact, always offer an opt-out, honor it instantly, and follow the laws of your and your recipients' jurisdictions. This project is for legitimate B2B outreach — not spam.

Credits & license

Engine: the open-source outbound-tools MCP server. This skill adds the decoupling, lead segmentation, autonomous orchestration, monitoring, and deployment layers. Not affiliated with Smartlead, Instantly, Lemlist, or Apollo. MIT licensed — see LICENSE.


Building something that runs itself?

bizos.cc — build autonomous companies.

Built by Gauthier Thiry

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.