← mailiator.dev
INDIVIDUAL MCP TOOL
account_info
Get account information including plan, quota usage, and subscription status.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.
Related tools
generate_email— Generate a random temporary email address (e.g., happy-tiger-42@mailiator.dev).check_inbox— Check the inbox for a temporary email address.get_email— Get the full content of an email by ID.delete_emails— Delete all emails for a given address.register— Register for an API key.checkout— Create a checkout session to subscribe to a paid plan (Starter $9/mo or Pro $19/mo).billing_portal— Create a billing portal session to manage your subscription (upgrade, downgrade, cancel, update payment method).