Skip to main content
Glama
Davison-Francis

@deliveriq/mcp

@deliveriq/mcp

MiN8TによるDeliverIQメール検証APIの公式MCP(Model Context Protocol)サーバーです。 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/メール

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