Skip to main content
ClaudeWave

MCP server for nintact — a contact form you paste in one line, an AI that sorts inquiries and drafts replies, and delivery that needs no DNS work.

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/19/2026
Install in Claude Code / Claude Desktop
Method: NPX · nintact-mcp
Claude Code CLI
claude mcp add nintact-mcp -- npx -y nintact-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "nintact-mcp": {
      "command": "npx",
      "args": ["-y", "nintact-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# 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](https://nintact.com).

| Package | What it is |
|---|---|
| [`nintact-mcp`](packages/nintact-mcp) | MCP server — 32 tools. Build forms, read the inbox, approve replies from your editor. |
| [`nintact`](packages/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.

## Quick start

```bash
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.

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

## Docs

- [`https://nintact.com/llms.txt`](https://nintact.com/llms.txt) — one screen, enough to install
- [`https://nintact.com/llms-full.txt`](https://nintact.com/llms-full.txt) — the full API
- [MCP server details](packages/nintact-mcp/README.md)
- [Client and CLI](packages/nintact/README.md)

## Development

```bash
npm install
npm run build
```

## License

MIT
ai-agentsclaudecontact-formdkimemail-deliverabilitymcpmcp-servermodel-context-protocolnextjsspf

What people ask about nintact-mcp

What is homareyoshizaki/nintact-mcp?

+

homareyoshizaki/nintact-mcp is mcp servers for the Claude AI ecosystem. MCP server for nintact — a contact form you paste in one line, an AI that sorts inquiries and drafts replies, and delivery that needs no DNS work. It has 0 GitHub stars and its last recorded update is dated 2026-09-18.

How do I install nintact-mcp?

+

You can install nintact-mcp by cloning the repository (https://github.com/homareyoshizaki/nintact-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is homareyoshizaki/nintact-mcp safe to use?

+

Our security agent has analyzed homareyoshizaki/nintact-mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains homareyoshizaki/nintact-mcp?

+

homareyoshizaki/nintact-mcp is maintained by homareyoshizaki. The last recorded GitHub activity is dated 2026-09-18, with 0 open issues.

Are there alternatives to nintact-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy nintact-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: homareyoshizaki/nintact-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/homareyoshizaki-nintact-mcp)](https://claudewave.com/repo/homareyoshizaki-nintact-mcp)
<a href="https://claudewave.com/repo/homareyoshizaki-nintact-mcp"><img src="https://claudewave.com/api/badge/homareyoshizaki-nintact-mcp" alt="Featured on ClaudeWave: homareyoshizaki/nintact-mcp" width="320" height="64" /></a>

More MCP Servers

nintact-mcp alternatives