Add DeliverIQ MCP under Email Verification#29
Open
Davison-Francis wants to merge 1 commit into
Open
Conversation
DeliverIQ MCP is an open-source (MIT) Model Context Protocol server that exposes email-deliverability tools to AI agents like Claude Desktop and Cursor. It runs a 21-check pipeline across 5 stages — format, domain, mailbox (SMTP handshake), reputation (50 DNSBL zones, RDAP, HIBP, DKIM, DMARC/SPF/MTA-STS/BIMI/TLS-RPT), and scoring (spam-trap heuristics on 13 weighted signals). Distributed on npm as @deliveriq/mcp. Why this list: DeliverIQ MCP fits squarely under Deliverability → Email Verification — it's the same category as the existing entries (Reacher, Email-Verifier, Truemail, etc.) and adds the AI-agent angle that's not currently represented.
Merged
3 tasks
Davison-Francis
added a commit
to Davison-Francis/min8t-sdks
that referenced
this pull request
May 2, 2026
#5) CHANGELOG.md per package ------------------------ Keep-a-Changelog format. Tracks release history for each of the three published npm packages independently: - deliveriq-mcp/CHANGELOG.md (1.0.0 → 1.1.1) - deliveriq-sdk/CHANGELOG.md (1.0.0 → 2.0.0) - min8t-plugin-sdk/CHANGELOG.md (1.0.0 → 1.0.3) Older releases attributed at "maintenance" granularity since this monorepo only goes back to 318c992 (initial migration commit). Root README badges ------------------ Adds the standard signal set that awesome-list curators look for: - MIT license badge - npm-version badge per package (3 of them) - npm monthly downloads for @deliveriq/mcp (the lead package) - MCP Registry "active" badge (Glama score badge already present, preserved.) Why --- Tier 4 from the marketing footprint plan. Awesome-list curators (currently watching e2b-dev/awesome-ai-sdks#174 + Mindbaz/awesome-opensource-email#29) routinely visit the linked repo before merging. CHANGELOG + version badges signal "active project, take it seriously" — improves merge odds and helps any agentic discovery scan that grades repos by surface signals. Co-authored-by: Nana K. Prempeh-Goldstein <nanak.prempeh-goldstein@Nanas-MacBook-Pro.local>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why this fits the list
Happy to adjust description, formatting, or location if you'd prefer it elsewhere — let me know!