ToolAssay

CuseTheJuice agent email on Base USDC

CuseTheJuice agent email on Base USDC: create accounts, list and read email, send, reply, search, folders, attachments, trust index, password recovery, custom domains, and domain admin. Pay with x402 (Base USDC). HTTP shape: extensions.bazaar on the 402. Catalog: https://mail.cusethejuice.com/machine-mail.html

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.005listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://mail.cusethejuice.com/admin-api/machine/mailboxes/:email/messages

CategorySearch and research
Provider hostmail.cusethejuice.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "body": {
    "limit": 20,
    "password": "Str0ng!Passw0rd",
    "username": "newuser01"
  },
  "bodyType": "json",
  "method": "POST",
  "pathParams": {
    "email": "newuser@cusethejuice.com"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "email": {
              "description": "Optional; if set, must equal the :email path segment.",
              "format": "email",
              "type": "string"
            },
            "limit": {
              "maximum": 200,
              "minimum": 1,
              "type": "integer"
            },
            "password": {
              "minLength": 1,
              "type": "string"
            },
            "username": {
              "minLength": 1,
              "type": "string"
            }
          },
          "required": [
            "username",
            "password"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "pathParams": {
          "additionalProperties": false,
          "properties": {
            "email": {
              "format": "email",
              "type": "string"
            }
          },
          "required": [
            "email"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body",
        "pathParams"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "additionalProperties": true,
          "properties": {
            "count": {
              "type": "integer"
            },
            "email": {
              "type": "string"
            },
            "error": {
              "type": "string"
            },
            "linux_user": {
              "type": "string"
            },
            "messages": {
              "items": {
                "type": "object"
              },
              "type": "array"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON