Skip to main content
ClaudeWave

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

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptActualizado 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.
Casos de uso

Resumen de MCP Servers

# 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

Lo que la gente pregunta sobre mailtype-api

¿Qué es GSterlingPress/mailtype-api?

+

GSterlingPress/mailtype-api es mcp servers para el ecosistema de Claude AI. Tiny domain-level email intelligence API: MX, provider, disposable, SPF, DMARC, MTA-STS, and honest UNKNOWN states. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-13.

¿Cómo se instala mailtype-api?

+

Puedes instalar mailtype-api clonando el repositorio (https://github.com/GSterlingPress/mailtype-api) 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 GSterlingPress/mailtype-api?

+

Nuestro agente de seguridad ha analizado GSterlingPress/mailtype-api y le ha asignado un Trust Score de 62/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene GSterlingPress/mailtype-api?

+

GSterlingPress/mailtype-api es mantenido por GSterlingPress. La última actividad registrada en GitHub es del 2026-09-13, con 0 issues abiertos.

¿Hay alternativas a mailtype-api?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega mailtype-api 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.

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>

Más MCP Servers

Alternativas a mailtype-api