Skip to main content
Glama
Davison-Francis

@deliveriq/mcp

@deliveriq/mcp

由 MiN8T 提供的 DeliverIQ 电子邮件验证 API 的官方 MCP(模型上下文协议)服务器。 为 Claude Desktop、Claude Code、Cursor 以及任何其他兼容 MCP 的客户端中的 AI 智能体提供 12 个工具

npm License: MIT Davison-Francis/min8t-sdks MCP server

安装

无需单独的安装步骤 —— 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_key

Cursor

添加到 .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

环境变量

变量

必需

描述

DELIVERIQ_API_KEY

API 密钥(格式:lc_prefix_secret

DELIVERIQ_BASE_URL

覆盖 API URL(默认:https://api.min8t.com/deliverability/v1

工具 (12)

验证

工具

描述

额度

deliveriq_verify_email

验证单个电子邮件的送达率

1

deliveriq_batch_verify

提交批量电子邮件进行异步验证

1/email

deliveriq_batch_status

检查批处理作业的状态和进度

免费

deliveriq_batch_download

将完成的批处理结果下载为 CSV

免费

deliveriq_list_jobs

列出带有分页的验证作业

免费

情报

工具

描述

额度

deliveriq_find_email

通过姓名 + 域名查找企业邮箱

2

deliveriq_blacklist_check

在 50 个 DNSBL 区域中检查域名

1

deliveriq_infrastructure_check

分析 SPF/DKIM/DMARC/MTA-STS/BIMI

1

deliveriq_spam_trap_analysis

评估垃圾邮件陷阱风险(13 个信号)

1

deliveriq_domain_intel

全面的域名信任报告

1

deliveriq_org_intel

查询组织电子邮件模式

免费

账户

工具

描述

额度

deliveriq_check_credits

检查额度余额和使用统计

免费

为什么选择 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

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
1dResponse time
0dRelease cycle
3Releases (12mo)
Commit activity

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

  • F
    license
    A
    quality
    D
    maintenance
    A 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.
    1
    4
  • A
    license
    A
    quality
    A
    maintenance
    Mailchimp MCP Server - Access Mailchimp data from Claude via MCP.
    100
    24
    MIT
  • A
    license
    B
    quality
    B
    maintenance
    Connects 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.
    21
    65
    MIT

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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