Skip to main content
Glama
homareyoshizaki

nintact-mcp

nintact — MCP server and JavaScript client

A contact form you paste in one line. An AI that sorts what comes in and drafts the reply. Delivery that needs no DNS work.

This repository holds the two published packages. The hosted service lives at nintact.com.

Package

What it is

nintact-mcp

MCP server — 32 tools. Build forms, read the inbox, approve replies from your editor.

nintact

JavaScript client, React component, and CLI.

The problem this exists for

A site built with an AI assistant usually works until the contact form. Then the mail silently stops. Gmail and Yahoo! reject mail from a domain with no SPF/DKIM, and whoever built the site finds out weeks later — from the customer who never got an answer.

The usual fixes all end at the same wall: an SMTP plugin still needs a domain you have authenticated, and authenticating a domain means DNS records the person often cannot edit.

nintact sends over an already-authenticated domain, with Reply-To pointing at your own address. Replies reach you without touching DNS, SMTP, or a mail provider.

Related MCP server: Mailbuttons MCP Server

Quick start

npx nintact-mcp login                          # 6-digit code by email; the key is stored, not pasted
claude mcp add nintact -- npx -y nintact-mcp

Then ask your assistant to build the form.

No account yet? check_deliverability works without a key — it reads public DNS and tells you whether a domain can actually get mail delivered.

curl https://nintact.com/api/v1/check?domain=example.com

Docs

Development

npm install
npm run build

License

MIT

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides AI agents with a free, functional email address via the Model Context Protocol without requiring manual registration. It enables comprehensive email capabilities including sending, receiving, and managing messages, contacts, and automated settings.
    80 npm
    661
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents to send and receive email with enforced security policies, scoped mailboxes, and human approval for external sending.
    1
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Gives AI agents their own email address with inbound parsing, classification, extraction, and prompt injection screening, plus tools to manage mailboxes, send/receive emails, and handle draft approval workflows.
    14
    75 npm
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI agents to submit and triage leads via email, check endpoint health, and generate production-ready form code across multiple frameworks without requiring API keys.
    4
    16 npm
    MIT