@choiz/mcp-account
v0.1.5
Published
MCP server for Choiz account management (change email, reset password, toggle subscriptions)
Readme
@choizapp/mcp-account
MCP server for Choiz account management.
Tools
| Tool | Description |
|---|---|
| lookup_account | Find an account by email or phone |
| get_treatments | List treatments and subscription state |
| change_email | Change email across all services |
| reset_password | Admin-reset a user's password |
| enable_subscription | Re-enable a treatment subscription |
| disable_subscription | Disable a treatment subscription |
Install
Add to Claude Desktop or Claude Code. See the setup guide on Notion.
Development
git clone https://github.com/Choizapp/choiz-mcp.git
cd choiz-mcp
npm install
npm run build
npm run dev