MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQChangelog

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Min8t Sdks MCP Server

by Davison Francis
Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

11 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

Your DeliverIQ API key (format: lc_*). Get one free at https://min8t.com/deliveriqRequired

Environment variable: DELIVERIQ_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-davison-francis-deliveriq-mcp": {
      "env": {
        "DELIVERIQ_API_KEY": "your-deliveriq-api-key-here"
      },
      "args": [
        "-y",
        "@deliveriq/mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Min8T SDKs

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:

PackageDescriptionPath
@deliveriq/mcpMCP server — 12 tools for email deliverability inside Claude / Cursor / any MCP clientdeliveriq-mcp/
@deliveriq/sdkOfficial Node.js SDK for the DeliverIQ APIdeliveriq-sdk/
@min8t.com/plugin-sdkEmbeddable 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('alice@example.com');
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.

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source Codenpm Package

Details

Published May 2, 2026
Version 1.1.1
0 installs
Local Plugin

More Developer Tools MCP Servers

Git

Free

by Modelcontextprotocol · Developer Tools

Read, search, and manipulate Git repositories programmatically

80.0K
Stars
4
Installs
6.5
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

114
Stars
422
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
59
Installs
10.0
Security
5.0
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

119.3K
Stars
17
Installs
6.0
Security
5.0
Local

mcp-creator-typescript

Free

by mcp-marketplace · Developer Tools

Scaffold, build, and publish TypeScript MCP servers to npm — conversationally

-
Stars
14
Installs
10.0
Security
5.0
Local

Google Workspace MCP

Free

by Taylorwilsdon · Productivity

Control Gmail, Calendar, Docs, Sheets, Drive, and more from your AI

1.6K
Stars
13
Installs
7.0
Security
No ratings yet
Local