# Min8t Sdks

> Email deliverability for AI agents. 12 tools: verify, DNSBL, DMARC, spam-trap, finder.

- **Type:** MCP server
- **Install:** `agentstack add mcp-davison-francis-min8t-sdks`
- **Verified:** Pending review
- **Seller:** [Davison-Francis](https://agentstack.voostack.com/s/davison-francis)
- **Installs:** 0
- **Latest version:** 1.1.1
- **License:** MIT
- **Upstream author:** [Davison-Francis](https://github.com/Davison-Francis)
- **Source:** https://github.com/Davison-Francis/min8t-sdks
- **Website:** https://min8t.com

## Install

```sh
agentstack add mcp-davison-francis-min8t-sdks
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Min8T SDKs

[](./LICENSE)
[](https://www.npmjs.com/package/@deliveriq/mcp)
[](https://www.npmjs.com/package/@deliveriq/mcp)
[](https://www.npmjs.com/package/@deliveriq/sdk)
[](https://www.npmjs.com/package/@min8t.com/plugin-sdk)
[](https://registry.modelcontextprotocol.io/)
[](https://glama.ai/mcp/servers/Davison-Francis/min8t-sdks)

Open-source SDKs and MCP server for the [DeliverIQ](https://min8t.com/deliveriq)
email verification platform and the [Min8T](https://min8t.com) email editor.

This repository hosts three published npm packages:

| Package | Description | Path |
|---|---|---|
| [`@deliveriq/mcp`](https://www.npmjs.com/package/@deliveriq/mcp) | MCP server — 12 tools for email deliverability inside Claude / Cursor / any MCP client | [`deliveriq-mcp/`](./deliveriq-mcp) |
| [`@deliveriq/sdk`](https://www.npmjs.com/package/@deliveriq/sdk) | Official Node.js SDK for the DeliverIQ API | [`deliveriq-sdk/`](./deliveriq-sdk) |
| [`@min8t.com/plugin-sdk`](https://www.npmjs.com/package/@min8t.com/plugin-sdk) | Embeddable email-editor SDK for web apps (UMD + ESM, framework-agnostic) | [`min8t-plugin-sdk/`](./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`:

```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](https://min8t.com/deliveriq)
(free tier available). Restart Claude Desktop. Done.

See [`deliveriq-mcp/README.md`](./deliveriq-mcp/README.md) for the full tool
reference, Cursor + Claude Code configs, and self-hosting notes.

---

## Quick start — DeliverIQ Node SDK

```bash
npm install @deliveriq/sdk
```

```ts
import { DeliverIQ } from '@deliveriq/sdk';

const client = new DeliverIQ({ apiKey: process.env.DELIVERIQ_API_KEY });

const result = await client.verify('alice@example.com');
console.log(result);  // { deliverable: true, reason: 'mailbox-exists', score: 0.97 }
```

See [`deliveriq-sdk/README.md`](./deliveriq-sdk/README.md) for the full
reference.

---

## Quick start — Min8T Plugin SDK

Embed the full Min8T email editor in any web app:

```html

  Min8T.init({
    container: '#editor',
    pluginToken: 'es_plugin_...',
  });

```

See [`min8t-plugin-sdk/README.md`](./min8t-plugin-sdk/README.md) for ESM,
React, Vue, and Angular bindings.

---

## License

MIT — see [LICENSE](./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`](./ROADMAP.md) for what we'd love
help on.

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Davison-Francis](https://github.com/Davison-Francis)
- **Source:** [Davison-Francis/min8t-sdks](https://github.com/Davison-Francis/min8t-sdks)
- **License:** MIT
- **Homepage:** https://min8t.com

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Versions

- **1.1.1** — security scan: pending review — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-davison-francis-min8t-sdks
- Seller: https://agentstack.voostack.com/s/davison-francis
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
