Smithery

create_test_inbox

Standalone inbox helper for testing. Create or reuse the saved primary disposable email inbox, then use auth_test_assist first when the task is website auth so you also get reusable cross-site strategy and remembered per-site guidance. Returns email, password, inbox ID, and known-site history for the reusable inbox.

Remote relievedattention992-smithery/screenshotsmcp

Other tools also called create_test_inbox? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "username": {
      "type": "string",
      "description": "Optional username prefix for the email (e.g. 'test-user' → [email protected]). Auto-generated if omitted."
    },
    "force_new": {
      "type": "boolean",
      "default": false,
      "description": "Force creation of a new inbox even if existing ones are available. Use when testing registration flows."
    },
    "display_name": {
      "type": "string",
      "description": "Optional display name for the inbox (e.g. 'Test User')"
    }
  }
}