@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.
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_keyCursor
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 |
| Ja | API-Schlüssel (Format: |
| Nein | API-URL überschreiben (Standard: |
Tools (12)
Verifizierung
Tool | Beschreibung | Credits |
| E-Mail auf Zustellbarkeit prüfen | 1 |
| E-Mail-Stapel für asynchrone Verifizierung einreichen | 1/E-Mail |
| Status und Fortschritt des Batch-Jobs prüfen | Kostenlos |
| Abgeschlossene Batch-Ergebnisse als CSV herunterladen | Kostenlos |
| Verifizierungs-Jobs mit Paginierung auflisten | Kostenlos |
Intelligenz
Tool | Beschreibung | Credits |
| Geschäftliche E-Mail anhand von Name + Domain finden | 2 |
| Domain gegen 50 DNSBL-Zonen prüfen | 1 |
| SPF/DKIM/DMARC/MTA-STS/BIMI analysieren | 1 |
| Spam-Trap-Risiko bewerten (13 Signale) | 1 |
| Umfassender Domain-Vertrauensbericht | 1 |
| E-Mail-Muster der Organisation abfragen | Kostenlos |
Konto
Tool | Beschreibung | 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.jsAnforderungen
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.
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