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
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
- !Licence file present but not machine-readable
git clone https://github.com/serg-tanichev/email-spam-tester-mcp{
"mcpServers": {
"email-spam-tester-mcp": {
"command": "node",
"args": ["/path/to/email-spam-tester-mcp/dist/index.js"]
}
}
}Resumen de MCP Servers
# 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.
Lo que la gente pregunta sobre email-spam-tester-mcp
¿Qué es serg-tanichev/email-spam-tester-mcp?
+
serg-tanichev/email-spam-tester-mcp es mcp servers para el ecosistema de Claude AI. 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 Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-17.
¿Cómo se instala email-spam-tester-mcp?
+
Puedes instalar email-spam-tester-mcp clonando el repositorio (https://github.com/serg-tanichev/email-spam-tester-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar serg-tanichev/email-spam-tester-mcp?
+
Nuestro agente de seguridad ha analizado serg-tanichev/email-spam-tester-mcp y le ha asignado un Trust Score de 80/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene serg-tanichev/email-spam-tester-mcp?
+
serg-tanichev/email-spam-tester-mcp es mantenido por serg-tanichev. La última actividad registrada en GitHub es del 2026-09-17, con 0 issues abiertos.
¿Hay alternativas a email-spam-tester-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega email-spam-tester-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](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>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ
The fastest path to AI-powered full stack observability, even for lean teams.