Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.closermethod/outreach-deliverability-mcp

NPM · OUTREACH-DELIVERABILITY-MCP · SCANNED AUG 3

Channel-safety for cold outreach: volume limits, SPF/DKIM/DMARC, spam-trigger auditing.

+40 this week 64 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability66
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 407 tokens (~67/item across 6 items; 6 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage74
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 22% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · outreach-deliverability-mcp

# add to Claude Code
claude mcp add closermethod-outreach-deliverability-mcp -- npx -y outreach-deliverability-mcp
# add to Codex CLI
codex mcp add closermethod-outreach-deliverability-mcp -- npx -y outreach-deliverability-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "closermethod-outreach-deliverability-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "outreach-deliverability-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add closermethod-outreach-deliverability-mcp --command npx --arg -y --arg outreach-deliverability-mcp
# ~/.hermes/config.yaml
mcp_servers:
  closermethod-outreach-deliverability-mcp:
    command: "npx"
    args: ["-y", "outreach-deliverability-mcp"]
// mcp.json
{
  "mcpServers": {
    "closermethod-outreach-deliverability-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "outreach-deliverability-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +15
    • Known CVEs: partial → unverified security
    • Malware scan: unverified → pass security
    • Dependency health: partial → unverified functional
    • Stability: unverified → 0.23 functional
  • 1 Aug 26 +24
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −18
    • Malware scan: pass → unverified security
  • 28 Jul 26 +19
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: unverified functional
    • First check of Tool coverage: 22 functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: fail functional
  • 27 Jul 26 24

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 6 exposed · ~407 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
audit_spam_triggers ~84

Audit outreach copy (subject + body) for spam-filter triggers: flagged phrases, all-caps, exclamation marks, multiple links, attachments, money symbols, fake Re:/Fwd: subjects. Returns hits, a 0-100 risk score, and a verdict.

NameTypeReqDescription
textstringyesThe full outreach copy to audit (include the subject line)

No output schema declared.

No examples provided.

diagnose_campaign ~107

Given observed campaign metrics (any of: open_rate, reply_rate, bounce_rate, acceptance_rate as percents), returns the most likely failure layer (infrastructure vs list vs message) and the fix order. Deliverability problems masquerade as copy problems — this tool tells you which one you have.

NameTypeReqDescription
acceptance_ratenumber
bounce_ratenumber
channelstringyes
open_ratenumber
reply_ratenumber

No output schema declared.

No examples provided.

get_channel_rules ~54

Get safe volume limits, account setup, warmup protocol, kill signals, personalization floor, and legal basics for an outreach channel. Channels: email, linkedin, instagram_dm, x_dm.

NameTypeReqDescription
channelstringyes

No output schema declared.

No examples provided.

get_full_pack ~33

Returns the complete deliverability library: channel rules, sender setup, spam triggers, benchmarks. Useful for full agent context.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_sender_setup_checklist ~51

Returns the 10-step cold-email infrastructure checklist: lookalike domains, SPF, DKIM, DMARC, mailbox provisioning, warmup, list verification, tracking domains, compliance footer, monitoring.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

interpret_benchmark ~78

Interpret an outreach metric against practitioner benchmarks: email_open_rate, email_reply_rate, email_bounce_rate, linkedin_acceptance_rate, dm_reply_rate. Returns healthy range, warning threshold, and the diagnostic note.

NameTypeReqDescription
metricstringyes
observed_valuenumberOptional: your observed value (percent) for a direct read

No output schema declared.

No examples provided.