Overview
Features
sign_up
Register a new user with email and password.
sign_up_confirm_code_from_email
Verify account using a confirmation code sent by email.
sign_in
Authenticate a user with username and password.
sign_out
Sign out the currently authenticated user.
getCurrentUser
Retrieve the current signed-in user's session details.
reset_password_send_code
Send a password reset code to the user.
reset_password_veryify_code
Reset password using verification code and new password.
update_user_attributes
Update user profile attributes (e.g., name, email).
Who Is This For?
- Developers:to implement Cognito-backed authentication flows via MCP in their applications.
- Product teams:to integrate user management using MCP and Cognito for sign-up/in, MFA, and profile updates.
- Claude users:to access and execute MCP tools via Claude Desktop or Claude Code.




