Skip to main content
ClaudeWave

Tiny domain-level email intelligence API: MX, provider, disposable, SPF, DMARC, MTA-STS, and honest UNKNOWN states.

MCP ServersOfficial Registry0 stars0 forksJavaScriptUpdated today
ClaudeWave Trust Score
62/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/14/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/GSterlingPress/mailtype-api
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mailtype-api": {
      "command": "node",
      "args": ["/path/to/mailtype-api/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/GSterlingPress/mailtype-api and follow its README for install instructions.
Use cases

MCP Servers overview

# 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_EXISTS`
- `CAN_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

```bash
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:

```json
{"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

What people ask about mailtype-api

What is GSterlingPress/mailtype-api?

+

GSterlingPress/mailtype-api is mcp servers for the Claude AI ecosystem. Tiny domain-level email intelligence API: MX, provider, disposable, SPF, DMARC, MTA-STS, and honest UNKNOWN states. It has 0 GitHub stars and its last recorded update is dated 2026-09-13.

How do I install mailtype-api?

+

You can install mailtype-api by cloning the repository (https://github.com/GSterlingPress/mailtype-api) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is GSterlingPress/mailtype-api safe to use?

+

Our security agent has analyzed GSterlingPress/mailtype-api and assigned a Trust Score of 62/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains GSterlingPress/mailtype-api?

+

GSterlingPress/mailtype-api is maintained by GSterlingPress. The last recorded GitHub activity is dated 2026-09-13, with 0 open issues.

Are there alternatives to mailtype-api?

+

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

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

More MCP Servers

mailtype-api alternatives