Postmark for your agents.
Connect Postmark once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 8 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Postmark.
What agents can do with Postmark
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
postmark_get_serverCheck the token: returns the server config.
postmark_send_emailSend an email. From must be a verified signature or domain.
postmark_outbound_messagesList sent messages with delivery status.
postmark_send_email_with_templateSend an email rendered from a Postmark template. Identify the template by `TemplateId` or `TemplateAlias`, and pass `TemplateModel` with the merge fields. From must be a verified signature or domain.
postmark_get_message_detailsGet full delivery detail and event history for a single outbound message by its Postmark MessageID.
postmark_list_bouncesList bounced messages. Filter by `type` (e.g. HardBounce, SpamComplaint) and page with count/offset.
postmark_get_delivery_statsGet a summary of delivery, bounce, and inactive-recipient statistics for the server.
postmark_list_templatesList email templates configured on the server.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Open your Server, then the API Tokens tab.
- Copy the Server API Token.
- The From address must use a verified Sender Signature or domain.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Postmark to Even: call connect_begin("postmark") on the even-connect MCP and walk me through it.
Send transactional emails via Postmark and list available email templates.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.