Outreach Deliverability MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_channel_rulesA | 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. |
| get_sender_setup_checklistA | Returns the 10-step cold-email infrastructure checklist: lookalike domains, SPF, DKIM, DMARC, mailbox provisioning, warmup, list verification, tracking domains, compliance footer, monitoring. |
| audit_spam_triggersA | 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. |
| interpret_benchmarkA | 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. |
| diagnose_campaignA | 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. |
| get_full_packA | Returns the complete deliverability library: channel rules, sender setup, spam triggers, benchmarks. Useful for full agent context. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Most tools have distinct purposes (channel rules, sender setup, spam audit, full pack), but diagnose_campaign and interpret_benchmark both process metrics and could be confused by an agent. Descriptions are clear enough to disambiguate with careful reading.
All tool names follow a consistent verb_noun pattern in snake_case (diagnose_campaign, get_full_pack, interpret_benchmark, get_channel_rules, get_sender_setup_checklist, audit_spam_triggers). Naming is uniform and predictable.
Six tools is well-scoped for an outreach deliverability domain, each covering a distinct aspect: diagnostics, benchmarks, channel rules, sender setup, spam triggers, and a full reference pack. No unnecessary bloat or obvious thinness.
The set covers diagnosis, benchmark interpretation, channel rules, sender setup, and spam auditing—a strong lifecycle for deliverability analysis. Minor gaps exist, such as no tool for reputation monitoring or step-by-step fix execution beyond the fix order returned by diagnose_campaign, but core needs are met.