Skip to main content
Glama
Davison-Francis

@deliveriq/mcp

@deliveriq/mcp

Offizieller MCP-Server (Model Context Protocol) für die DeliverIQ E-Mail-Verifizierungs-API von MiN8T. Bietet 12 Tools für KI-Agenten in Claude Desktop, Claude Code, Cursor und jedem anderen MCP-kompatiblen Client.

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

Installation

Kein separater Installationsschritt erforderlich — npx -y @deliveriq/mcp lädt und startet den Server bei Bedarf.

Claude Desktop

Hinzufügen zu ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) oder %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "deliveriq": {
      "command": "npx",
      "args": ["-y", "@deliveriq/mcp"],
      "env": {
        "DELIVERIQ_API_KEY": "lc_your_api_key"
      }
    }
  }
}

Starten Sie Claude Desktop neu. Sie sollten die 12 DeliverIQ-Tools verfügbar sehen.

Claude Code

claude mcp add deliveriq npx -y @deliveriq/mcp \
  -e DELIVERIQ_API_KEY=lc_your_api_key

Cursor

Hinzufügen zu .cursor/mcp.json:

{
  "mcpServers": {
    "deliveriq": {
      "command": "npx",
      "args": ["-y", "@deliveriq/mcp"],
      "env": {
        "DELIVERIQ_API_KEY": "lc_your_api_key"
      }
    }
  }
}

API-Schlüssel erhalten

Registrieren Sie sich unter min8t.com/deliveriq und holen Sie sich einen Schlüssel aus Ihrem Dashboard. Das kostenlose Kontingent deckt den Demo-Ablauf sowie die laufende Nutzung mit geringem Volumen ab. Schlüssel werden im Format lc_prefix_secret ausgegeben.

Related MCP server: Mailchimp MCP

Umgebungsvariablen

Variable

Erforderlich

Beschreibung

DELIVERIQ_API_KEY

Ja

API-Schlüssel (Format: lc_prefix_secret)

DELIVERIQ_BASE_URL

Nein

API-URL überschreiben (Standard: https://api.min8t.com/deliverability/v1)

Tools (12)

Verifizierung

Tool

Beschreibung

Credits

deliveriq_verify_email

E-Mail auf Zustellbarkeit prüfen

1

deliveriq_batch_verify

E-Mail-Stapel für asynchrone Verifizierung einreichen

1/E-Mail

deliveriq_batch_status

Status und Fortschritt des Batch-Jobs prüfen

Kostenlos

deliveriq_batch_download

Abgeschlossene Batch-Ergebnisse als CSV herunterladen

Kostenlos

deliveriq_list_jobs

Verifizierungs-Jobs mit Paginierung auflisten

Kostenlos

Intelligenz

Tool

Beschreibung

Credits

deliveriq_find_email

Geschäftliche E-Mail anhand von Name + Domain finden

2

deliveriq_blacklist_check

Domain gegen 50 DNSBL-Zonen prüfen

1

deliveriq_infrastructure_check

SPF/DKIM/DMARC/MTA-STS/BIMI analysieren

1

deliveriq_spam_trap_analysis

Spam-Trap-Risiko bewerten (13 Signale)

1

deliveriq_domain_intel

Umfassender Domain-Vertrauensbericht

1

deliveriq_org_intel

E-Mail-Muster der Organisation abfragen

Kostenlos

Konto

Tool

Beschreibung

Credits

deliveriq_check_credits

Guthaben und Nutzungsstatistiken prüfen

Kostenlos

Warum MCP?

E-Mail-Zustellbarkeit ist eines dieser Probleme, bei denen die richtige Antwort 6–8 API-Aufrufe erfordert (Verifizierung → Reputation → DMARC → Blocklist → Infrastruktur → ...). Claude diese als Tools orchestrieren zu lassen, ist etwa 10-mal nützlicher als die Bereitstellung eines weiteren Dashboards — das Modell kann planen, basierend auf Ergebnissen verzweigen und das Urteil in einfacher Sprache erklären.

Entwicklung

# 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

Anforderungen

  • Node.js 18+

  • DeliverIQ API-Schlüssel

Roadmap

Siehe ../ROADMAP.md für anstehende Arbeiten oder eröffnen Sie ein Issue, um ein Tool vorzuschlagen.

Lizenz

MIT — siehe 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