Memberspot

Memberspot

Memberspot is an online course and video-hosting platform designed to facilitate knowledge management and community engagement for businesses.

59VIEWS
2053USERS

Install MCP Server

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

npx @composio/cli add cursor --app memberspotnpx @composio/cli add cursor --app memberspotnpx @composio/cli add cursor --app memberspotnpx @composio/cli add cursor --app memberspot

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

Available Tools

Create Login Token

Tool to generate a one-hour login token for a user. use when you need to auto-login a user by their uid (token expires after one hour).

Delete Users

Tool to delete one or more users from the platform. use when you need to remove specified users by their email addresses. only existing school users are removed; invalid or out-of-school emails are ignored.

Find User By Email

Tool to retrieve a user's details by their email address. use when you need to look up a user after obtaining their email.

List Custom User Properties

Tool to list all defined custom user properties. use when you need to retrieve metadata of custom user properties after authentication.

List All Offers

Tool to retrieve a list of all offers. use after authentication to fetch available offers.

List Users

Tool to list all users. use when you need to fetch users with optional filtering and pagination.

Set Order State

Tool to set the state of an order-based offer for a user. use when you need to activate, deactivate, or remove an offer based on its order id.

Set User Offer State

Tool to revoke or set the state of a specific offer for a user. use after confirming whether the user should gain or lose access.

8 actions available