Memberstack is a platform that enables developers to add user authentication, payments, and member management to their websites without writing backend code.
Tool to create a new member in your application. use after gathering email, password, optional plans, custom fields, metadata, and redirect.
Tool to permanently delete a member from your application. use after confirming you no longer need the member's data and have the member id.
Tool to retrieve a specific member by id or email. use when you need to fetch member profile details for a given identifier (id or email). example: "get member mem sb 12345".
Tool to retrieve a paginated list of all members in your application. use when you need to iterate through members with cursor-based pagination.
Tool to list all available membership plans. use when you need to retrieve plan ids and details before assigning or comparing plans.
Tool to remove a free plan from an existing member. use after confirming the member's subscription status. example: "remove free plan pln sb 67890 from member mem sb 12345".