Email for AI Agents

An AI agent email address is a working inbox that belongs to your agent, not to you: the agent reads it over an API, waits for the messages it needs, and uses it to complete real workflows. Tempx gives every agent such an inbox — with a scoped MCP email server, a capture-only SMTP testing gateway and no human sign-up in the loop.

If you build with LLMs, you already know the pattern: the agent gets impressively far, then hits “check your inbox to verify”. Email for AI closes that gap. Connect Claude, ChatGPT or Z.ai in one step, or read on for what agent email should look like.

Why agents need their own email

The MCP email server

Tempx ships a scoped MCP server over HTTPS — an email API designed for agents rather than for humans — so any MCP client becomes an email-capable agent. Tools: list recent messages, read a message, search the inbox, and wait_for_email — a blocking wait that returns as soon as a matching message arrives, which is exactly what verification-code flows need.

Pairing is browser-based: when the agent connects, your browser opens tempx.uk, you approve one inbox, one permission set and one expiry. No token is ever pasted into a chat or a shell. Every connection can be revoked from the account page in a single click, and only a hash of the credential is stored.

claude mcp add --transport http tempx https://tempx.uk/mcp

Email testing: sending that never leaves the lab

Agent workflows that send mail are handled by the capture-only SMTP gateway at smtp.tempx.uk:587 (STARTTLS). The agent or your application authenticates with credentials minted from the account page, “sends” like it would with any mail server — and every message is captured into the paired Tempx inbox for inspection, in the Mailtrap tradition. Nothing is ever relayed to a real recipient, so an agent test run can never email a real person.

In short: receiving is open to any sender anywhere; sending is a capture-only sandbox whose output lands in exactly the inbox your credentials point at. Read side and send side share one inbox, which makes full-loop tests simple: the agent submits a signup form, receives the verification mail, and verifies the outgoing notification — all against disposable addresses.

What AI agent email looks like on Tempx

 Tempx agent emailYour personal inbox
AccessMCP tools + API, made for agentsWebmail made for humans
Waiting for mailwait_for_email blocking toolYou refresh the tab
SendingCaptured for testing, never deliveredReally sends
ScopeOne inbox per token, revocableYour entire mailbox
LifetimeMinutes to days, auto-deletedYears

Who uses agent email

Get started

  1. Open the agent guide for Claude, ChatGPT or Z.ai — one command or one connector.
  2. Approve the inbox in your browser; the agent starts with list and wait_for_email.
  3. Need sending? Mint SMTP credentials on the account page and point your mailer at the capture gateway.

Related: Connect an agent · How SMTP capture works · The agent email guide · Testing email with SMTP and MCP

Give your agent an inbox

One approval in the browser and your AI agent has its own working email address.

Connect your agent