Odel
min8t sdks

min8t sdks

Local
@davison-francis1TypeScriptMITUpdated 4mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@deliveriq/mcpv1.1.1

Run

npx -y @deliveriq/mcp

MCP client config

{
  "mcpServers": {
    "min8t-sdks": {
      "command": "npx",
      "args": [
        "-y",
        "@deliveriq/mcp"
      ]
    }
  }
}