signupNomadStaysAccount
Creates a new NomadStays account on behalf of a person who does not have one yet. No authentication required — this is how an AI agent gets a person started. The account is created but inactive until the person clicks the confirmation link sent to their email; this call returns no session or token, so the agent cannot sign in or act as the user itself. Once confirmed, the person can log in at nomadstays.com/Account/Login and request their own MCP bearer token or OAuth grant to let an agent manage their account/listings going forward.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | A real email address the person controls — the confirmation link is sent here and the account stays inactive until it's clicked | ||
| lastName | Yes | The person's last name | |
| password | Yes | Account password, minimum 6 characters | |
| firstName | Yes | The person's first name | |
| telephone | Yes | Contact telephone number | |
| acceptGdpr | Yes | Must be true — the person has agreed to NomadStays' GDPR terms |