Davison-Francis/min8t-sdks

🎯 Marketing
0 Views
0 Installs

📇 ☁️ - @deliveriq/mcp — email-deliverability tools for AI agents. 12 tools: single + batch verification, email finder, DNSBL across 50 zones, SPF/DKIM/DMARC/MTA-STS/BIMI infrastructure analysis, spam-trap scoring on 13 weighted signals, composite domain trust report, account credits. 5-stage / 21-check pipeline under the hood. Free tier, no card. Install: npx -y @deliveriq/mcp.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "davison-francis-min8t-sdks": {
      "command": "npx",
      "args": [
        "-y",
        "davison-francis-min8t-sdks"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

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.

Related MCP Servers

acamolese/google-search-console-mcp

🐍 ☁️ - Google Search Console MCP server: query performance data, inspect URLs, check indexing, and generate brandable HTML SEO audit reports with a 30/60/90-day roadmap. Read-only OAuth scope, installable via uvx mcp-google-search-console.

🎯 Marketing0 views
AdsMCP/tiktok-ads-mcp-server

🐍 ☁️ - A Model Context Protocol server for TikTok Ads API integration, enabling AI assistants to manage campaigns, analyze performance metrics, handle audiences and creatives with OAuth authentication flow.

🎯 Marketing0 views
Agent-Prod/muze-mcp

🎖️ 🐍 ☁️ - Run your ecommerce ads from Claude & ChatGPT. Meta, Google, Amazon and Shopify: 150+ tools to read performance, inspect campaigns, research competitor ads, and take confirm-gated writes (pause, budgets, launches) that always stage paused. Hosted; connect via OAuth or an API key at https://backend.muzecmo.com/mcp

🎯 Marketing0 views
AIOProductOS/studio-mcp

🎖️ 📇 🏠 🍎 🪟 🐧 - Turns your AI host into a product videographer: scripted screen recordings of your own web app with a visible gliding cursor, camera zooms, highlight callouts, captions, and designed scene transitions, plus marketing-grade screenshots; deterministic dark-frame cleanup and MP4/GIF export. Free and fully local. npx -y @aioproductoscom/mcp-studio

🎯 Marketing0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

Last checked: 7/28/2026, 9:26:49 PM

Unclaimed listing (imported or pending owner verification). Claim it →
★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.