Connection check
verified live · 20h ago
machine-inbox
Task-scoped email inboxes for AI agents: read mail, extract verification codes, and reply.
Tools
11
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
20h ago
Tools & capabilities
11 toolsRead from the running server on 20h ago.
create_inbox
idempotency_key
Request a new paid inbox. Buying requires an out-of-band payment (Stripe MPP or x402 USDC on Base); this tool returns the live HTTP 402 payment challenge plus exact instructions to… Request a new paid inbox. Buying requires an out-of-band payment (Stripe MPP or x402 USDC on Base); this tool returns the live HTTP 402 payment challenge plus exact instructions to complete the purchase. Standard inbox: $2.00.
delete_inbox
tokeninbox_id*
Delete an inbox: revokes the token and erases stored mail. Delete an inbox: revokes the token and erases stored mail.
delete_webhook
tokeninbox_id*
Remove the inbox webhook. Remove the inbox webhook.
get_inbox
tokeninbox_id*
Read an inbox: address, status, expiry, limits, and usage. Read an inbox: address, status, expiry, limits, and usage.
get_message
tokeninbox_id*message_id*
Fetch one message with parsed text, HTML, and attachment download URLs. Fetch one message with parsed text, HTML, and attachment download URLs.
get_service_info
Read the Machine Inbox service instructions: pricing, payment rails, endpoints, and limits. Read the Machine Inbox service instructions: pricing, payment rails, endpoints, and limits.
get_verification_code
tokensenderinbox_id*
Extract the newest one-time verification code or confirmation link from inbound mail. Ideal for signup and login flows. Extract the newest one-time verification code or confirmation link from inbound mail. Ideal for signup and login flows.
get_webhook
tokeninbox_id*
Read the inbox webhook state: URL, delivery counters, and whether it is disabled. The secret is only returned by set_webhook. Read the inbox webhook state: URL, delivery counters, and whether it is disabled. The secret is only returned by set_webhook.
list_messages
afterlimittokenbeforeinbox_id*
List messages in an inbox, newest first. Pass after=<newest createdAt seen> to poll for only new mail. List messages in an inbox, newest first. Pass after=<newest createdAt seen> to poll for only new mail.
reply_to_message
text*tokeninbox_id*message_id*idempotency_key*
Send an included plain-text reply to the authenticated sender of an inbound message. Send an included plain-text reply to the authenticated sender of an inbound message.
set_webhook
url*tokeninbox_id*