← memberstack.com
INDIVIDUAL MCP TOOL
createMemberEmailPassword
Action: Creates a new member using email/password signup.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
- A tool name or description suggests sending messages.
Parent endpoint
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.