@deliveriq/mcp
About
Email-deliverability tools for AI agents — 12 MCP tools across email verification, DNSBL across 50 zones, SPF/DKIM/DMARC analysis, spam-trap heuristic scoring, domain intelligence, and email finder. Free tier with no credit card. MIT licensed. Drops into Claude Desktop and Cursor
Details
- Author
- Davison-Francis
- Downloads
- 235
- Categories
- Other, AI
Jump to
- 5-stage, 21-check email-deliverability pipeline
- 12 composable MCP tools for AI agents
- Single and batch email verification endpoints
- DNSBL blacklist check against 50 zones
- Infrastructure check (SPF, DKIM, DMARC, MTA-STS, BIMI)
- Spam trap analysis with 13 weighted signals
- Free tier with no credit card required
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
@deliveriq/mcpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
—
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"@deliveriq/mcp": {
"deliveriq": {
"command": "npx",
"args": [
"-y",
"@deliveriq/mcp"
],
"env": {
"DELIVERIQ_API_KEY": "lc_your_key"
}
}
}
}
}
McpServers
{
"deliveriq": {
"command": "npx",
"args": [
"-y",
"@deliveriq/mcp"
],
"env": {
"DELIVERIQ_API_KEY": "lc_your_key"
}
}
}
@deliveriq/mcp
Official MCP server for the DeliverIQ email-deliverability platform by MiN8T. Provides 12 tools for AI agents in Claude Desktop, Claude Code, Cursor, and any other MCP-compatible client.What it does
A 5-stage / 21-check email-deliverability pipeline, exposed as 12 composable MCP tools: - Verification (5):deliveriq_verify_email, deliveriq_batch_verify, deliveriq_batch_status, deliveriq_batch_download, deliveriq_list_jobs
- Intelligence (6): deliveriq_find_email, deliveriq_blacklist_check (50 DNSBL zones), deliveriq_infrastructure_check (SPF/DKIM/DMARC/MTA-STS/BIMI), deliveriq_spam_trap_analysis (13 weighted signals), deliveriq_domain_intel, deliveriq_org_intel
- Account (1): deliveriq_check_credits
Why MCP, not just a REST API
Email-deliverability work needs 6–8 API calls in sequence (verify → DMARC → DNSBL → reputation → infrastructure → spam-trap → trust-score). Letting an LLM orchestrate that as tool calls is roughly 10× more useful than another dashboard. The model can plan, branch on results, and explain the verdict in plain English.Free tier
No credit card required at https://min8t.com/deliveriq.Resources
- npm: https://www.npmjs.com/package/@deliveriq/mcp - Repo: https://github.com/Davison-Francis/min8t-sdks/tree/main/deliveriq-mcp - Glama: https://glama.ai/mcp/servers/Davison-Francis/min8t-sdks (Quality A · License A · Maintenance A · all 12 tools graded A) - Production endpoint: https://api.min8t.com/deliverability/v1 - License: MITSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




