{
  "markdown": "# Min8T SDKs\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](./LICENSE)\n[![@deliveriq/mcp version](https://img.shields.io/npm/v/@deliveriq/mcp.svg?label=%40deliveriq%2Fmcp)](https://www.npmjs.com/package/@deliveriq/mcp)\n[![@deliveriq/mcp downloads](https://img.shields.io/npm/dm/@deliveriq/mcp.svg?label=downloads)](https://www.npmjs.com/package/@deliveriq/mcp)\n[![@deliveriq/sdk version](https://img.shields.io/npm/v/@deliveriq/sdk.svg?label=%40deliveriq%2Fsdk)](https://www.npmjs.com/package/@deliveriq/sdk)\n[![@min8t.com/plugin-sdk version](https://img.shields.io/npm/v/@min8t.com/plugin-sdk.svg?label=%40min8t.com%2Fplugin-sdk)](https://www.npmjs.com/package/@min8t.com/plugin-sdk)\n[![MCP Registry](https://img.shields.io/badge/MCP%20Registry-active-brightgreen)](https://registry.modelcontextprotocol.io/)\n[![Davison-Francis/min8t-sdks MCP server](https://glama.ai/mcp/servers/Davison-Francis/min8t-sdks/badges/score.svg)](https://glama.ai/mcp/servers/Davison-Francis/min8t-sdks)\n\nOpen-source SDKs and MCP server for the [DeliverIQ](https://min8t.com/deliveriq)\nemail verification platform and the [Min8T](https://min8t.com) email editor.\n\nThis repository hosts three published npm packages:\n\n| Package | Description | Path |\n|---|---|---|\n| [`@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) |\n| [`@deliveriq/sdk`](https://www.npmjs.com/package/@deliveriq/sdk) | Official Node.js SDK for the DeliverIQ API | [`deliveriq-sdk/`](./deliveriq-sdk) |\n| [`@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) |\n\n---\n\n## Quick start — DeliverIQ MCP server\n\nThe MCP server gives Claude (and any MCP-compatible client) tools for email\nverification, sender reputation, DMARC analysis, and inbox-placement checks.\n\nAdd to `~/Library/Application Support/Claude/claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"deliveriq\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@deliveriq/mcp\"],\n      \"env\": {\n        \"DELIVERIQ_API_KEY\": \"lc_your_api_key\"\n      }\n    }\n  }\n}\n```\n\nGet an API key at [min8t.com/deliveriq](https://min8t.com/deliveriq)\n(free tier available). Restart Claude Desktop. Done.\n\nSee [`deliveriq-mcp/README.md`](./deliveriq-mcp/README.md) for the full tool\nreference, Cursor + Claude Code configs, and self-hosting notes.\n\n---\n\n## Quick start — DeliverIQ Node SDK\n\n```bash\nnpm install @deliveriq/sdk\n```\n\n```ts\nimport { DeliverIQ } from '@deliveriq/sdk';\n\nconst client = new DeliverIQ({ apiKey: process.env.DELIVERIQ_API_KEY });\n\nconst result = await client.verify('alice@example.com');\nconsole.log(result);  // { deliverable: true, reason: 'mailbox-exists', score: 0.97 }\n```\n\nSee [`deliveriq-sdk/README.md`](./deliveriq-sdk/README.md) for the full\nreference.\n\n---\n\n## Quick start — Min8T Plugin SDK\n\nEmbed the full Min8T email editor in any web app:\n\n```html\n<script src=\"https://unpkg.com/@min8t.com/plugin-sdk@latest/dist/plugin-sdk.umd.js\"></script>\n<div id=\"editor\"></div>\n<script>\n  Min8T.init({\n    container: '#editor',\n    pluginToken: 'es_plugin_...',\n  });\n</script>\n```\n\nSee [`min8t-plugin-sdk/README.md`](./min8t-plugin-sdk/README.md) for ESM,\nReact, Vue, and Angular bindings.\n\n---\n\n## License\n\nMIT — see [LICENSE](./LICENSE). Each package directory ships its own copy\nof the license and a per-package README for users who land via npm.\n\n## Contributing\n\nIssues and PRs welcome. See [`ROADMAP.md`](./ROADMAP.md) for what we'd love\nhelp on.\n",
  "bytes": 3687,
  "sha": "c51052ed65776f8344bd6c5dd787e979801346a8a34be1222e4f6f870c82259c",
  "repo_slug": "davison-francis/min8t-sdks",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_davison_francis_deliveriq_mcp_8902ef7c/readme"
}