machine-inbox

Task-scoped email inboxes for AI agents: read mail, extract verification codes, and reply.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

    Какие данные видит

    Нужен ли аккаунт

    Не нужен: сервер работает без входа

    Task-scoped email inboxes for AI agents: read mail, extract verification codes, and reply.

    Список инструментов сервера (11)

    Технические названия из tools/list. Нужны только разработчикам.

    get_service_infoRead the Machine Inbox service instructions: pricing, payment rails, endpoints, and limits.
    create_inboxRequest 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.
    get_inboxRead an inbox: address, status, expiry, limits, and usage.
    list_messagesList messages in an inbox, newest first. Pass after=<newest createdAt seen> to poll for only new mail.
    get_messageFetch one message with parsed text, HTML, and attachment download URLs.
    get_verification_codeExtract the newest one-time verification code or confirmation link from inbound mail. Ideal for signup and login flows.
    reply_to_messageSend an included plain-text reply to the authenticated sender of an inbound message.
    set_webhookRegister or replace the inbox webhook: an HMAC-signed POST fires on every inbound message with metadata, extracted verification codes, and injection risk (never the body). Returns the signing secret.
    get_webhookRead the inbox webhook state: URL, delivery counters, and whether it is disabled. The secret is only returned by set_webhook.
    delete_webhookRemove the inbox webhook.
    delete_inboxDelete an inbox: revokes the token and erases stored mail.