streamable-httpupdated 25d ago
Email/domain → objective mail capability intelligence.
What can you do with MAILTYPE — Email Domain Capability Intelligence?
MAILTYPE
Email/domain → objective mail capability intelligence.
MAILTYPE is a tiny REST + MCP API for applications that need fast, objective domain-level email infrastructure answers before accepting, storing, routing, or acting on an email address.
Live API: https://mailtype-api.onrender.com/docs
OpenAPI: https://mailtype-api.onrender.com/openapi.json
Playground: https://mailtype-api.onrender.com/play?q=gmail.com
MCP endpoint: https://mailtype-api.onrender.com/mcp
What it returns
DOMAIN_EXISTSCAN_RECEIVE_MAIL- MX records and provider
- disposable-domain evidence
- SPF
- DMARC
- MTA-STS
- confidence, evidence, and
checked_at
Why MAILTYPE
MAILTYPE deliberately does not perform SMTP probing or claim that an individual mailbox exists. It answers the cheaper, objective domain-level questions that software often needs first. UNKNOWN is a valid answer whenever the evidence is insufficient.
REST
curl -H "X-API-Key: YOUR_KEY" \
https://mailtype-api.onrender.com/v1/domain/gmail.com
curl -H "X-API-Key: YOUR_KEY" \
https://mailtype-api.onrender.com/v1/email/person@gmail.com
MCP
Endpoint: POST https://mailtype-api.onrender.com/mcp
Tool: inspect_mail_domain
Input:
{"input":"gmail.com"}
Public discovery endpoints
- Docs: https://mailtype-api.onrender.com/docs
- Playground: https://mailtype-api.onrender.com/play?q=gmail.com
- OpenAPI 3.1: https://mailtype-api.onrender.com/openapi.json
- Sources and methodology: https://mailtype-api.onrender.com/sources
- Health: https://mailtype-api.onrender.com/health
Data and standards
MAILTYPE uses DNS evidence plus a maintained legally reusable disposable-domain dataset. The API exposes its methodology and source disclosure publicly. Relevant standards include RFC 5321, RFC 7505 (Null MX), RFC 7208 (SPF), RFC 7489 (DMARC), and RFC 8461 (MTA-STS).
Hard boundary
MAILTYPE does not verify that a mailbox exists, connect to recipient SMTP servers, send email, infer deliverability from opaque scores, or claim CAN_RECEIVE_MAIL=YES without explicit MX evidence. If a domain exists but explicit MX evidence is insufficient, MAILTYPE returns UNKNOWN.
Stranger Verification Standard
Our own tests, health probes, validators, uptime traffic, and known internal callers do not count as adoption. A tool call alone does not automatically become a verified stranger; outside calls remain unverified until evidence supports credible real use.
Keywords
email API · domain API · MX lookup API · disposable email domain API · SPF API · DMARC API · MTA-STS API · email infrastructure · email validation preflight · MCP server · developer API
Install
Add MAILTYPE — Email Domain Capability Intelligence to your client. Pick the one you use.
claude mcp add --transport http mailtype-email-domain-capability-intelli https://mailtype-api.onrender.com/mcpcodex mcp add mailtype-email-domain-capability-intelli --url https://mailtype-api.onrender.com/mcp{
"mcpServers": {
"mailtype-email-domain-capability-intelli": {
"url": "https://mailtype-api.onrender.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"mailtype-email-domain-capability-intelli": {
"type": "http",
"url": "https://mailtype-api.onrender.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"mailtype-email-domain-capability-intelli": {
"url": "https://mailtype-api.onrender.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mailtype-email-domain-capability-intelli": {
"serverUrl": "https://mailtype-api.onrender.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation13/25
- Maintenance19/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 17 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 14, 2026 |