← memberstack.com

INDIVIDUAL MCP TOOL

updatePlan

Action: Updates configuration of an existing subscription plan.

memberstack.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

memberstack.com

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-com]
url = "https://mcp.memberstack.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "memberstack-com": {
      "type": "http",
      "url": "https://mcp.memberstack.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: memberstack-com
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-com": {
      "url": "https://mcp.memberstack.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "memberstack-com": {
      "type": "http",
      "url": "https://mcp.memberstack.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "memberstack-com",
  "transport": "streamable-http",
  "url": "https://mcp.memberstack.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • listApps — Action: Lists all Memberstack apps the dashboard user can access.
  • switchApp — Action: Sets the active app context for all subsequent MCP operations.
  • createApp — Action: Creates a new Memberstack application (project) and automatically switches to it.
  • getMemberstackEnvironment — Action: Returns the current environment (LIVE or SANDBOX) for member operations.
  • switchMemberstackEnvironment — Action: Switches environment for member operations only.
  • currentUser — Action: Retrieves the authenticated dashboard user's profile and app access permissions.
  • currentApp — Retrieves the active app context (members, plans, data tables, gated content).
  • getDataTable — Retrieves the complete schema and settings for one Data Table by its key — field definitions, data types, validation rules, and access controls.