← Registry

Security & Testing

mailiator.dev

Provides temporary email generation and inbox management for testing and privacy.

1 endpoint8 known toolsFirst detected May 12, 2026Last detected July 19, 2026

ENDPOINT 1

https://mailiator.dev/mcp

No auth detected

Known tools 8

generate_email

Generate a random temporary email address (e.g., happy-tiger-42@mailiator.dev).

Potential side effects
check_inbox

Check the inbox for a temporary email address.

Potential side effects
get_email

Get the full content of an email by ID.

Potential side effects
delete_emails

Delete all emails for a given address.

Potential side effects
register

Register for an API key.

Inferred read-only
checkout

Create a checkout session to subscribe to a paid plan (Starter $9/mo or Pro $19/mo).

Potential side effects
billing_portal

Create a billing portal session to manage your subscription (upgrade, downgrade, cancel, update payment method).

Potential side effects
account_info

Get account information including plan, quota usage, and subscription status.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mailiator-dev]
url = "https://mailiator.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mailiator-dev": {
      "type": "http",
      "url": "https://mailiator.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mailiator-dev
Remote MCP URL: https://mailiator.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mailiator-dev": {
      "url": "https://mailiator.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mailiator-dev": {
      "type": "http",
      "url": "https://mailiator.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mailiator-dev",
  "transport": "streamable-http",
  "url": "https://mailiator.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for mailiator.dev was fetched 2026-09-20T22:57:18.396Z.

Trust status Trusted

mailiator.dev is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.