@deliveriq/mcp
@deliveriq/mcp
由 MiN8T 提供的 DeliverIQ 电子邮件验证 API 的官方 MCP(模型上下文协议)服务器。 为 Claude Desktop、Claude Code、Cursor 以及任何其他兼容 MCP 的客户端中的 AI 智能体提供 12 个工具。
安装
无需单独的安装步骤 —— npx -y @deliveriq/mcp 将按需获取并运行服务器。
Claude Desktop
添加到 ~/Library/Application Support/Claude/claude_desktop_config.json
(macOS)或 %APPDATA%\Claude\claude_desktop_config.json(Windows):
{
"mcpServers": {
"deliveriq": {
"command": "npx",
"args": ["-y", "@deliveriq/mcp"],
"env": {
"DELIVERIQ_API_KEY": "lc_your_api_key"
}
}
}
}重启 Claude Desktop。你应该能看到 12 个可用的 DeliverIQ 工具。
Claude Code
claude mcp add deliveriq npx -y @deliveriq/mcp \
-e DELIVERIQ_API_KEY=lc_your_api_keyCursor
添加到 .cursor/mcp.json:
{
"mcpServers": {
"deliveriq": {
"command": "npx",
"args": ["-y", "@deliveriq/mcp"],
"env": {
"DELIVERIQ_API_KEY": "lc_your_api_key"
}
}
}
}获取 API 密钥
在 min8t.com/deliveriq 注册并从你的仪表板获取密钥。免费层级涵盖演示流程以及持续的低频使用。密钥格式为 lc_prefix_secret。
Related MCP server: Mailchimp MCP
环境变量
变量 | 必需 | 描述 |
| 是 | API 密钥(格式: |
| 否 | 覆盖 API URL(默认: |
工具 (12)
验证
工具 | 描述 | 额度 |
| 验证单个电子邮件的送达率 | 1 |
| 提交批量电子邮件进行异步验证 | 1/email |
| 检查批处理作业的状态和进度 | 免费 |
| 将完成的批处理结果下载为 CSV | 免费 |
| 列出带有分页的验证作业 | 免费 |
情报
工具 | 描述 | 额度 |
| 通过姓名 + 域名查找企业邮箱 | 2 |
| 在 50 个 DNSBL 区域中检查域名 | 1 |
| 分析 SPF/DKIM/DMARC/MTA-STS/BIMI | 1 |
| 评估垃圾邮件陷阱风险(13 个信号) | 1 |
| 全面的域名信任报告 | 1 |
| 查询组织电子邮件模式 | 免费 |
账户
工具 | 描述 | 额度 |
| 检查额度余额和使用统计 | 免费 |
为什么选择 MCP?
电子邮件送达率属于那种需要 6-8 次 API 调用(验证 → 信誉 → DMARC → 黑名单 → 基础设施 → ...)才能得到正确答案的问题。让 Claude 将这些作为工具进行编排,比发布另一个仪表板要有用约 10 倍 —— 模型可以进行规划、根据结果进行分支处理,并用通俗易懂的语言解释结论。
开发
# Clone the monorepo
git clone https://github.com/Davison-Francis/min8t-sdks.git
cd min8t-sdks/deliveriq-mcp
# Install + build
npm install
npm run build
# Watch mode
npm run dev
# Run directly against the published API
DELIVERIQ_API_KEY=lc_your_key node dist/index.js
# Or against a local DeliverIQ service
DELIVERIQ_API_KEY=lc_test \
DELIVERIQ_BASE_URL=http://localhost:3019/api/v1 \
node dist/index.js要求
Node.js 18+
DeliverIQ API 密钥
路线图
查看 ../ROADMAP.md 了解后续工作,或提交 issue 建议新工具。
许可证
MIT — 参见 LICENSE。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceA lightweight Model Context Protocol (MCP) server that enables your LLM to validate email addresses. This tool checks email format, domain validity, and deliverability using the AbstractAPI Email Validation API. Perfect for integrating email validation into AI applications like Claude Desktop.14
- AlicenseAqualityAmaintenanceMailchimp MCP Server - Access Mailchimp data from Claude via MCP.10024MIT
- AlicenseBqualityBmaintenanceConnects DMARC monitoring data to AI assistants to facilitate the analysis of email security reports, domain details, and statistics. It allows users to manage security alerts, export report data, and monitor email authentication health through natural language commands.2165MIT
- AlicenseAqualityBmaintenanceEmail validation MCP server using MailboxValidator API to determine validity of an email address.3431MIT
Related MCP Connectors
Email for AI agents — send, receive as a webhook, manage domains, templates, routing.
Email for AI agents: send mail, manage contacts, automations & webhooks. Zero-DNS first send.
Email verification for AI agents — verify, clean & validate emails; self-onboard + crypto pay
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Davison-Francis/min8t-sdks'
If you have feedback or need assistance with the MCP directory API, please join our Discord server