@deliveriq/mcp
@deliveriq/mcp
MiN8TによるDeliverIQメール検証APIの公式MCP(Model Context Protocol)サーバーです。 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/メール |
| バッチジョブのステータスと進捗を確認 | 無料 |
| 完了したバッチ結果を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