isflex/mcp-server-aws-cognito
If you are the rightful owner of mcp-server-aws-cognito and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
AWS Cognito MCP Server is a Model Context Protocol server implementation that integrates with AWS Cognito for user authentication and management.
Tools
Functions exposed to the LLM to take actions
sign_up
Register a new user
sign_up_confirm_code_from_email
Verify account with confirmation code
sign_in
Authenticate a user
sign_out
Sign out the current user
getCurrentUser
Get the current signed-in user
reset_password_send_code
Request password reset code
reset_password_veryify_code
Reset password with verification code
change_password
Change password for signed-in user
refresh_session
Refresh the authentication tokens
update_user_attributes
Update user profile attributes
delete_user
Delete the current signed-in user
resend_confirmation_code
Resend account verification code
verify_software_token
Verify TOTP for MFA
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client