Developer Tools
memberstack.com
Manages Memberstack applications and environments for membership operations.
ENDPOINT 1
https://mcp.memberstack.com/mcp
MCP server metadata
- Name
- memberstack-mcp
- Version
- 0.1.0
Known tools 69
createAppAction: Creates a new Memberstack application (project) and automatically switches to it.
Inferred read-onlygetMemberstackEnvironmentAction: Returns the current environment (LIVE or SANDBOX) for member operations.
Inferred read-onlyswitchMemberstackEnvironmentAction: Switches environment for member operations only.
Inferred read-onlycurrentUserAction: Retrieves the authenticated dashboard user's profile and app access permissions.
Inferred read-onlycurrentAppRetrieves the active app context (members, plans, data tables, gated content).
Inferred read-onlygetDataTableRetrieves the complete schema and settings for one Data Table by its key — field definitions, data types, validation rules, and access controls.
Inferred read-onlygetDataTableFieldAction: Retrieves detailed configuration for a specific field within a Data Table.
Inferred read-onlygetDataRecordAction: Retrieves a single Data Record with all field values fully resolved.
Inferred read-onlygetDataRecordsLists Data Records from a table with filtering, sorting, and pagination — for searching records, directories, catalogs, or querying custom data by criteria.
Inferred read-onlygetPlansAction: Lists all subscription plans (membership tiers) in the current app.
Inferred read-onlygetPlanAction: Retrieves detailed configuration for a specific subscription plan by ID.
Inferred read-onlygetContentGroupsLists all gated content groups (restricted URL groups) in the current app — for auditing content protection, understanding plan-to-URL access mappings, or troubleshooting member access.
Inferred read-onlygetContentGroupRetrieves the full configuration for one gated content group by ID — all restricted URLs in the group, linked plans that grant access, custom content blocks (HTML/CSS/JS), and redirect settings.
Inferred read-onlygetMembersLists members (end-users, distinct from dashboard users) with pagination, filtering, and search — by plan, status, custom fields, or registration date.
Inferred read-onlygetMembersCountAction: Returns the total count of members in the current app and environment.
Inferred read-onlygetMemberEventsLists member activity events (logins, signups, plan changes, etc.) with pagination and filtering by member ID, event type, date range, or source — an audit trail for troubleshooting auth flows, tracking subscription changes, or analyzing behavior.
Inferred read-onlygetCustomFieldsLists all custom fields configured for member profiles in the current app.
Inferred read-onlyupdateDataTableAction: Updates metadata and access permissions for an existing Data Table.
Inferred read-onlycreateDataTableAction: Creates a new empty Data Table with custom access permissions.
Inferred read-onlydeleteDataTableAction: Permanently deletes a Data Table and ALL associated records and fields.
Inferred read-onlyupdateDataTableFieldAction: Modifies configuration of an existing field within a Data Table.
Inferred read-onlydeleteDataTableFieldAction: Permanently removes a field and ALL its data values from a Data Table.
Inferred read-onlydeleteDataRecordAction: Permanently deletes a single Data Record and all its field values.
Inferred read-onlyimportStripeProductAction: Imports an existing Stripe product as a Memberstack plan with automatic sync.
Inferred read-onlyupdatePlanLogicAction: Configures automation rules for plan additions, removals, and transitions.
Inferred read-onlycreateRestrictedUrlAction: Creates a new gated URL entry for linking to content groups.
Inferred read-onlydeleteRestrictedUrlAction: Removes a gated URL from all content groups and access control.
Inferred read-onlycreateRestrictedUrlGroupAction: Creates a new gated content group with URLs and access rules.
Inferred read-onlyupdateRestrictedUrlGroupAction: Updates configuration of an existing gated content group.
Inferred read-onlydeleteRestrictedUrlGroupAction: Deletes a gated content group and all its relationships.
Inferred read-onlylinkRestrictedUrlsToRestrictedUrlGroupAction: Attaches existing gated URLs to a content group.
Inferred read-onlydetachRestrictedUrlsFromRestrictedUrlGroupAction: Removes URLs from a content group while preserving URL definitions.
Inferred read-onlylinkPlansToRestrictedUrlGroupAction: Grants plan-based access to a content group by linking plans.
Inferred read-onlydetachPlansFromRestrictedUrlGroupAction: Revokes plan access from a content group.
Inferred read-onlyupdateCustomContentAction: Updates name, type, or payload of a custom content block.
Inferred read-onlydeleteCustomContentAction: Permanently removes a custom content block from a content group.
Inferred read-onlyupdateCustomFieldAction: Updates configuration of an existing member custom field.
Inferred read-onlydeleteCustomFieldAction: Permanently deletes a custom field and ALL member data in that field.
Inferred read-onlycreateMemberEmailPasswordAction: Creates a new member using email/password signup.
Potential side effectscreateStripeCustomerAction: Creates a Stripe customer record for a member if one doesn't exist.
Inferred read-onlyupdateMemberAuthAction: Updates member authentication credentials (email, password, social providers).
Potential side effectsdeleteMemberAction: Permanently deletes a member and all associated Memberstack data.
Inferred read-onlyregenerateTeamInviteTokenAction: Regenerates team invite token, invalidating the previous one.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.memberstack-mcp]
url = "https://mcp.memberstack.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"memberstack-mcp": {
"type": "http",
"url": "https://mcp.memberstack.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: memberstack-mcp
Remote MCP URL: https://mcp.memberstack.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"memberstack-mcp": {
"url": "https://mcp.memberstack.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"memberstack-mcp": {
"type": "http",
"url": "https://mcp.memberstack.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "memberstack-mcp",
"transport": "streamable-http",
"url": "https://mcp.memberstack.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for memberstack.com was fetched 2026-08-30T04:41:46.044Z.
memberstack.com is assessed as VerificationRecommended: Domain has affiliate links on record
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.