KosmoKrator

authentication

Memberstack MCP, CLI, and Lua Integration for AI Agents

Memberstack integration docs for AI agents: MCP gateway setup, Memberstack CLI commands, Lua API reference, credentials, and function schemas.

7 functions 4 read 3 write Bearer token auth

Memberstack for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
memberstack
route_slug
memberstack
package
memberstack
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Memberstack MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Memberstack.

Memberstack CLI Matrix

Use these pages for direct Memberstack CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
memberstack.memberstack_list_members Read read 2 List members from Memberstack with pagination. Returns member IDs, emails, plan assignments, and metadata.
memberstack.memberstack_get_member Read read 1 Get detailed information about a single Memberstack member by their ID, including email, plan, and custom metadata.
memberstack.memberstack_create_member Write write 4 Create a new member in Memberstack. Requires an email address. Optionally set a password, assign a plan, and attach custom metadata.
memberstack.memberstack_update_member Write write 4 Update an existing Memberstack member. Provide the member ID and any fields to change (email, plan assignment, or custom metadata).
memberstack.memberstack_delete_member Write write 1 Permanently delete a member from Memberstack. This action is irreversible and removes all associated data.
memberstack.memberstack_list_plans Read read 0 List all membership plans configured in Memberstack. Returns plan IDs, names, pricing, and billing details.
memberstack.memberstack_get_current_user Read read 0 Get the currently authenticated user from Memberstack. Useful for verifying API credentials and checking account details.