Memberstack

Memberstack

Memberstack is a platform that enables developers to add user authentication, payments, and member management to their websites without writing backend code.

50VIEWS
2450USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app memberstacknpx @composio/cli add cursor --app memberstacknpx @composio/cli add cursor --app memberstacknpx @composio/cli add cursor --app memberstack

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Member

Tool to create a new member in your application. use after gathering email, password, optional plans, custom fields, metadata, and redirect.

Delete Member

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.

Get Member

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".

List Members

Tool to retrieve a paginated list of all members in your application. use when you need to iterate through members with cursor-based pagination.

List Plans

Tool to list all available membership plans. use when you need to retrieve plan ids and details before assigning or comparing plans.

Remove Free Plan

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".

Update Member

Tool to update an existing member's information. use when you have a member id and need to modify their email, customfields, metadata, json data, or loginredirect.

7 actions available