← Registry
Security & Testing
apumail.com
Provides temporary email inboxes for receiving and managing test emails.
ENDPOINT 1
https://api.apumail.com/mcp
Known tools 9
create_inboxProvision a temp email inbox at a server-allocated random address (<adj>-<noun>-<hex>@apumail.com).
wait_for_mailLong-poll for a new mail.
read_inboxList mails for an inbox.
extract_latest_otpReturn just the OTP / verification code from the most recent mail on this inbox, if one was detected.
delete_inboxPermanently delete an inbox and all its mails.
register_webhookSubscribe a URL to receive a POST every time mail lands at your inbox.
list_webhooksList webhooks registered on your inbox, with their delivery status (last_delivered_at, last_status, failure_count, disabled).
delete_webhookUnregister a webhook by id (from register_webhook or list_webhooks).
send_mailSend an outbound mail FROM your inbox address.