← Registry

Developer Tools

memberstack.com

Manages Memberstack applications and environments for membership operations.

1 endpoint69 known toolsFirst detected June 5, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.memberstack.com/mcp

No auth detected

MCP server metadata

Name
memberstack-mcp
Version
0.1.0
Capabilities
toolsresourcesprompts

Known tools 69

listApps

Action: Lists all Memberstack apps the dashboard user can access.

Inferred read-only
switchApp

Action: Sets the active app context for all subsequent MCP operations.

Inferred read-only
createApp

Action: Creates a new Memberstack application (project) and automatically switches to it.

Inferred read-only
getMemberstackEnvironment

Action: Returns the current environment (LIVE or SANDBOX) for member operations.

Inferred read-only
switchMemberstackEnvironment

Action: Switches environment for member operations only.

Inferred read-only
currentUser

Action: Retrieves the authenticated dashboard user's profile and app access permissions.

Inferred read-only
currentApp

Retrieves the active app context (members, plans, data tables, gated content).

Inferred read-only
getDataTable

Retrieves the complete schema and settings for one Data Table by its key — field definitions, data types, validation rules, and access controls.

Inferred read-only
getDataTables

Action: Lists every Data Table in the current app.

Inferred read-only
getDataTableField

Action: Retrieves detailed configuration for a specific field within a Data Table.

Inferred read-only
getDataRecord

Action: Retrieves a single Data Record with all field values fully resolved.

Inferred read-only
getDataRecords

Lists Data Records from a table with filtering, sorting, and pagination — for searching records, directories, catalogs, or querying custom data by criteria.

Inferred read-only
getPlans

Action: Lists all subscription plans (membership tiers) in the current app.

Inferred read-only
getPlan

Action: Retrieves detailed configuration for a specific subscription plan by ID.

Inferred read-only
getContentGroups

Lists 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-only
getContentGroup

Retrieves 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-only
getMember

Action: Retrieves a single member's complete profile by ID.

Inferred read-only
getMembers

Lists members (end-users, distinct from dashboard users) with pagination, filtering, and search — by plan, status, custom fields, or registration date.

Inferred read-only
getMembersCount

Action: Returns the total count of members in the current app and environment.

Inferred read-only
getMemberEvents

Lists 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-only
getTeam

Action: Retrieves details for a specific team subscription by ID.

Inferred read-only
getTeamMembers

Action: Lists all members belonging to a specific team.

Inferred read-only
getCustomFields

Lists all custom fields configured for member profiles in the current app.

Inferred read-only
updateDataTable

Action: Updates metadata and access permissions for an existing Data Table.

Inferred read-only
createDataTable

Action: Creates a new empty Data Table with custom access permissions.

Inferred read-only
deleteDataTable

Action: Permanently deletes a Data Table and ALL associated records and fields.

Inferred read-only
createDataTableField

Action: Adds a new field (column) to an existing Data Table.

Inferred read-only
updateDataTableField

Action: Modifies configuration of an existing field within a Data Table.

Inferred read-only
deleteDataTableField

Action: Permanently removes a field and ALL its data values from a Data Table.

Inferred read-only
createDataRecord

Action: Creates a new record (row) in a Data Table.

Inferred read-only
updateDataRecord

Action: Updates field values in an existing Data Record.

Inferred read-only
deleteDataRecord

Action: Permanently deletes a single Data Record and all its field values.

Inferred read-only
createPlan

Action: Creates a new subscription plan (membership tier).

Inferred read-only
updatePlan

Action: Updates configuration of an existing subscription plan.

Inferred read-only
createPrice

Action: Creates a paid price point for a plan and syncs with Stripe.

Inferred read-only
updatePrice

Action: Updates an existing price configuration and syncs with Stripe.

Inferred read-only
deletePlan

Action: Deletes a subscription plan after safety validation.

Inferred read-only
importStripeProduct

Action: Imports an existing Stripe product as a Memberstack plan with automatic sync.

Inferred read-only
updatePlanLogic

Action: Configures automation rules for plan additions, removals, and transitions.

Inferred read-only
createRestrictedUrl

Action: Creates a new gated URL entry for linking to content groups.

Inferred read-only
updateRestrictedUrl

Action: Updates URL path or filter behavior for a gated page.

Inferred read-only
deleteRestrictedUrl

Action: Removes a gated URL from all content groups and access control.

Inferred read-only
createRestrictedUrlGroup

Action: Creates a new gated content group with URLs and access rules.

Inferred read-only
updateRestrictedUrlGroup

Action: Updates configuration of an existing gated content group.

Inferred read-only
deleteRestrictedUrlGroup

Action: Deletes a gated content group and all its relationships.

Inferred read-only
linkRestrictedUrlsToRestrictedUrlGroup

Action: Attaches existing gated URLs to a content group.

Inferred read-only
detachRestrictedUrlsFromRestrictedUrlGroup

Action: Removes URLs from a content group while preserving URL definitions.

Inferred read-only
linkPlansToRestrictedUrlGroup

Action: Grants plan-based access to a content group by linking plans.

Inferred read-only
detachPlansFromRestrictedUrlGroup

Action: Revokes plan access from a content group.

Inferred read-only
createCustomContent

Action: Adds a custom content block to a gated content group.

Inferred read-only
updateCustomContent

Action: Updates name, type, or payload of a custom content block.

Inferred read-only
deleteCustomContent

Action: Permanently removes a custom content block from a content group.

Inferred read-only
createCustomField

Action: Creates a new custom field for member profiles.

Inferred read-only
updateCustomField

Action: Updates configuration of an existing member custom field.

Inferred read-only
deleteCustomField

Action: Permanently deletes a custom field and ALL member data in that field.

Inferred read-only
createMemberEmailPassword

Action: Creates a new member using email/password signup.

Potential side effects
addFreePlan

Action: Attaches a free plan to a member.

Inferred read-only
removeFreePlan

Action: Removes a free plan from a member.

Inferred read-only
removeOneTimePlan

Action: Removes a one-time purchase plan from a member.

Potential side effects
createStripeCustomer

Action: Creates a Stripe customer record for a member if one doesn't exist.

Inferred read-only
updateMember

Action: Updates member profile details and settings.

Inferred read-only
updateMemberAuth

Action: Updates member authentication credentials (email, password, social providers).

Potential side effects
generateMemberPassword

Action: Generates a new temporary password for a member.

Inferred read-only
deleteMember

Action: Permanently deletes a member and all associated Memberstack data.

Inferred read-only
importMembers

Action: Bulk imports multiple members via background job processing.

Inferred read-only
updateMemberNote

Action: Creates or updates internal admin notes for a member.

Inferred read-only
exportMembers

Action: Initiates background job to export member data.

Inferred read-only
removeTeamMember

Action: Removes a member from a team plan.

Inferred read-only
regenerateTeamInviteToken

Action: Regenerates team invite token, invalidating the previous one.

Inferred read-only

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

Trust status VerificationRecommended

memberstack.com is assessed as VerificationRecommended: Domain has affiliate links on record

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.