← Registry

Security & Testing

apumail.com

Provides temporary email inboxes for receiving and managing test emails.

1 endpoint9 known toolsCached registry data

ENDPOINT 1

https://api.apumail.com/mcp

No auth detected

Known tools 9

create_inbox

Provision a temp email inbox at a server-allocated random address (<adj>-<noun>-<hex>@apumail.com).

wait_for_mail

Long-poll for a new mail.

read_inbox

List mails for an inbox.

extract_latest_otp

Return just the OTP / verification code from the most recent mail on this inbox, if one was detected.

delete_inbox

Permanently delete an inbox and all its mails.

register_webhook

Subscribe a URL to receive a POST every time mail lands at your inbox.

list_webhooks

List webhooks registered on your inbox, with their delivery status (last_delivered_at, last_status, failure_count, disabled).

delete_webhook

Unregister a webhook by id (from register_webhook or list_webhooks).

send_mail

Send an outbound mail FROM your inbox address.