Memberstack
Memberstack is a platform that enables developers to add user authentication, payments, and member management to their websites without writing backend code.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Memberstack authenticates with an API key. Generate the credential in your Memberstack account, then paste it into FlyMyAI the first time an agent uses a Memberstack action.
Get your Memberstack credential →
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Memberstack Secret API Key | Your Memberstack secret API key, used for authenticating API requests. Secret keys carry administrative privileges and should be kept secure and used only in server-side environments. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
MEMBERSTACK_CREATE_MEMBER | Tool to create a new member in your application. use after gathering email, password, optional plans, custom fields, metadata, and redirect. | email, password |
MEMBERSTACK_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. | id |
MEMBERSTACK_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". | id_or_email |
MEMBERSTACK_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. | - |
MEMBERSTACK_LIST_PLANS | Tool to list all available membership plans. use when you need to retrieve plan ids and details before assigning or comparing plans. | - |
MEMBERSTACK_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". | id, planId |
MEMBERSTACK_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. | id |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Memberstack!