Min8t Sdks
БесплатноНе проверенBy MiN8T — email infrastructure, design, and deliverability platform. Open-source SDKs + MCP server for DeliverIQ + the MiN8T editor.
Описание
By MiN8T — email infrastructure, design, and deliverability platform. Open-source SDKs + MCP server for DeliverIQ + the MiN8T editor.
README
License: MIT @deliveriq/mcp version @deliveriq/mcp downloads @deliveriq/sdk version @min8t.com/plugin-sdk version MCP Registry Davison-Francis/min8t-sdks MCP server
Open-source SDKs and MCP server for the DeliverIQ email verification platform and the Min8T email editor.
This repository hosts three published npm packages:
| Package | Description | Path |
|---|---|---|
| @deliveriq/mcp | MCP server — 12 tools for email deliverability inside Claude / Cursor / any MCP client | deliveriq-mcp/ |
| @deliveriq/sdk | Official Node.js SDK for the DeliverIQ API | deliveriq-sdk/ |
| @min8t.com/plugin-sdk | Embeddable email-editor SDK for web apps (UMD + ESM, framework-agnostic) | min8t-plugin-sdk/ |
Quick start — DeliverIQ MCP server
The MCP server gives Claude (and any MCP-compatible client) tools for email verification, sender reputation, DMARC analysis, and inbox-placement checks.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"deliveriq": {
"command": "npx",
"args": ["-y", "@deliveriq/mcp"],
"env": {
"DELIVERIQ_API_KEY": "lc_your_api_key"
}
}
}
}
Get an API key at min8t.com/deliveriq (free tier available). Restart Claude Desktop. Done.
See deliveriq-mcp/README.md for the full tool reference, Cursor + Claude Code configs, and self-hosting notes.
Quick start — DeliverIQ Node SDK
npm install @deliveriq/sdk
import { DeliverIQ } from '@deliveriq/sdk';
const client = new DeliverIQ({ apiKey: process.env.DELIVERIQ_API_KEY });
const result = await client.verify('[email protected]');
console.log(result); // { deliverable: true, reason: 'mailbox-exists', score: 0.97 }
See deliveriq-sdk/README.md for the full reference.
Quick start — Min8T Plugin SDK
Embed the full Min8T email editor in any web app:
<script src="https://unpkg.com/@min8t.com/plugin-sdk@latest/dist/plugin-sdk.umd.js"></script>
<div id="editor"></div>
<script>
Min8T.init({
container: '#editor',
pluginToken: 'es_plugin_...',
});
</script>
See min8t-plugin-sdk/README.md for ESM, React, Vue, and Angular bindings.
License
MIT — see LICENSE. Each package directory ships its own copy of the license and a per-package README for users who land via npm.
Contributing
Issues and PRs welcome. See ROADMAP.md for what we'd love help on.
Установка Min8t Sdks
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Davison-Francis/min8t-sdksFAQ
Min8t Sdks MCP бесплатный?
Да, Min8t Sdks MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Min8t Sdks?
Нет, Min8t Sdks работает без API-ключей и переменных окружения.
Min8t Sdks — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Min8t Sdks в Claude Desktop, Claude Code или Cursor?
Открой Min8t Sdks на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Gmail
Read, send and search emails from Claude
автор: GoogleSlack
Send, search and summarize Slack messages
автор: SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Compare Min8t Sdks with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории communication
