Skip to main content
ClaudeWave
serg-tanichev avatar
serg-tanichev

email-spam-tester-mcp

View on GitHub

MCP server of Email Spam Tester, a free email deliverability testing tool: connect an agent, reserve a test address, read 41 checks with RFC citations

MCP ServersOfficial Registry0 stars0 forksNOASSERTIONUpdated today
ClaudeWave Trust Score
80/100
Trusted
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !Licence file present but not machine-readable
Last scanned: 9/18/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/serg-tanichev/email-spam-tester-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "email-spam-tester-mcp": {
      "command": "node",
      "args": ["/path/to/email-spam-tester-mcp/dist/index.js"]
    }
  }
}
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.
💡 Clone https://github.com/serg-tanichev/email-spam-tester-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# Email Spam Tester MCP server

Email Spam Tester is a free, independent email deliverability testing tool built by Serhii Tanichev. This repository is the client side of its MCP server: how to connect an agent to it, what the four tools do, and how to read what they return. There is nothing to install on a server; the MCP endpoint is hosted with the tool.

- Site: https://email-spam-tester.com/
- Agent guide: https://email-spam-tester.com/skill/
- API and examples: https://github.com/serg-tanichev/email-spam-tester


The service exposes an MCP server at `https://email-spam-tester.com/mcp` over streamable HTTP. No key, no account. Four tools:

| Tool | What it does |
|---|---|
| `get_test_address(lang="en")` | Reserves a disposable address and returns it with the slug and the report URL. `lang` decides the language of the fix plan a person sees on the report page. |
| `wait_for_report(slug, timeout_seconds=150)` | Blocks until the analysis is done and returns a summary: scores, the failing and warning checks with their evidence, the fix plan. Nothing to poll and no sleep loop to get wrong. |
| `get_report(slug)` | Reads an existing report without waiting. |
| `get_message_source(slug)` | The message as delivered: headers in wire order, both bodies, the raw source. |

The agent's job in between is to send a real message to the address, from the platform that will send the campaign. Half the checks read headers the sending platform adds, so a copy sent from a laptop says little about it.

## Claude Desktop

Add the server to `claude_desktop_config.json` (see [claude-desktop.json](claude-desktop.json) for the whole file):

```json
{
  "mcpServers": {
    "email-spam-tester": {
      "url": "https://email-spam-tester.com/mcp"
    }
  }
}
```

Clients that do not speak streamable HTTP directly can bridge it with `mcp-remote`:

```json
{
  "mcpServers": {
    "email-spam-tester": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://email-spam-tester.com/mcp"]
    }
  }
}
```

## Claude Code

```bash
claude mcp add --transport http email-spam-tester https://email-spam-tester.com/mcp
```

## Reading what comes back

- The per-check lines the tools return are in English whatever `lang` was set to; `lang` decides what the person opening the report URL sees.
- A check status of `skip` is not a pass: the check did not apply. `error` means it could not run and is left out of the score.
- `complete: false` means something could not be checked. Treat the score as optimistic until it is true.
- The slug is the capability: whoever holds it can read the report, including the subject, the sender, the bounce address and the full source. Do not test somebody else's mail without asking.

The same instructions, written for an agent to read before it starts, are in [SKILL.md](https://email-spam-tester.com/skill/SKILL.md), and in the project repository [serg-tanichev/email-spam-tester](https://github.com/serg-tanichev/email-spam-tester).

## Files

- `claude-desktop.json`: a complete Claude Desktop configuration with the server added.
- `server.json`: the manifest in the MCP registry format, for registries and directories that read one.

## License

MIT, see [LICENSE](LICENSE). The license covers this repository, not the service.
ai-agentsdkimdmarcemail-deliverabilityemail-testingmcpmcp-serverspf

What people ask about email-spam-tester-mcp

What is serg-tanichev/email-spam-tester-mcp?

+

serg-tanichev/email-spam-tester-mcp is mcp servers for the Claude AI ecosystem. MCP server of Email Spam Tester, a free email deliverability testing tool: connect an agent, reserve a test address, read 41 checks with RFC citations It has 0 GitHub stars and its last recorded update is dated 2026-09-17.

How do I install email-spam-tester-mcp?

+

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

Is serg-tanichev/email-spam-tester-mcp safe to use?

+

Our security agent has analyzed serg-tanichev/email-spam-tester-mcp and assigned a Trust Score of 80/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains serg-tanichev/email-spam-tester-mcp?

+

serg-tanichev/email-spam-tester-mcp is maintained by serg-tanichev. The last recorded GitHub activity is dated 2026-09-17, with 0 open issues.

Are there alternatives to email-spam-tester-mcp?

+

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

Deploy email-spam-tester-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: serg-tanichev/email-spam-tester-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/serg-tanichev-email-spam-tester-mcp)](https://claudewave.com/repo/serg-tanichev-email-spam-tester-mcp)
<a href="https://claudewave.com/repo/serg-tanichev-email-spam-tester-mcp"><img src="https://claudewave.com/api/badge/serg-tanichev-email-spam-tester-mcp" alt="Featured on ClaudeWave: serg-tanichev/email-spam-tester-mcp" width="320" height="64" /></a>

More MCP Servers

email-spam-tester-mcp alternatives