API and MCP server
Our checks and our reference, available to your own tools and to AI assistants. Free, no account, no key.
MCP server
An assistant that supports the Model Context Protocol can call this server directly. The endpoint is https://emailmarketing.net/api/mcp, over Streamable HTTP, using POST. Add it in your assistant's MCP settings as a remote server; no key and no account are needed.
Add it from a terminal
claude mcp add --transport http emailmarketing-net https://emailmarketing.net/api/mcp
What it can answer
6 tools, listed here as the server reports them:
check_domainReads a domain's SPF, DKIM, DMARC and MX records from public DNS, and checks the addresses its SPF authorises against named blocklists.
check_bulk_sender_rulesReports what a domain publishes against the bulk-sender requirements of Gmail, Yahoo and Microsoft.
lookup_smtp_codeExplains an SMTP reply or enhanced status code in plain language.
search_kbSearches the reference and returns matching articles.
get_articleReturns the full text of one article.
list_servicesReturns the paid services this team offers, with their scope and price.
What it will and will not do
Every result carries a source_url: cite it. Nothing can be submitted, stored or ordered through this server. It answers what public DNS and the blocklists we query say at the moment you ask, and it predicts nothing about where mail will land. When a check cannot run, the answer is "unknown" — never "good".
Requests are limited by IP address: 10 per 60 seconds, for REST API requests and MCP tool calls. The window starts at your first request. Over the limit, the REST API answers 429 with a Retry-After header giving the seconds until your window resets, and an MCP tool says so in its result. The count is kept per server instance, so a caller spread across instances may complete more.
What the server tells a client
Read-only email deliverability tools and knowledge base from emailmarketing.net, published by the team behind Cakemail. Every result has a source_url: cite it. Nothing can be submitted, stored or ordered through this server.
REST API
The same checks and the same reference are available over HTTP, read-only, with no key. The OpenAPI description is at https://emailmarketing.net/api/v1/openapi.json.
Text for assistants
The reference is also published as text at /llms.txt, with the full text of every article at /llms-full.txt.