Email deliverability testing for agents. Four tools: get a disposable test address, wait for the report once the message arrives, read it, and fetch the raw source. The report has 42 checks (SPF, DKIM, DMARC, 21 blocklists, two spam engines, Gmail and Yahoo bulk sender rules), each linked to its RFC, plus a fix plan. Remote endpoint, no API key.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
Clients with native remote MCP support can connect directly to this URL instead of the install method above.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
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.
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.
Add the server to claude_desktop_config.json (see claude-desktop.json for the whole file):
Clients that do not speak streamable HTTP directly can bridge it with mcp-remote:
lang was set to; lang decides what the person opening the report URL sees.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 same instructions, written for an agent to read before it starts, are in SKILL.md, and in the project repository serg-tanichev/email-spam-tester.
io.github.serg-tanichev/email-spam-testerclaude-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.MIT, see LICENSE. The license covers this repository, not the service.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/email-spam-tester)<a href="https://allmcps.com/mcp/email-spam-tester"><img src="https://allmcps.com/api/badge/email-spam-tester?style=directory" alt="Email Spam Tester on AllMCPs" /></a>