Skip to main content
Glama

AWS Cognito MCP Server

by gitCarrot

reset_password_veryify_code

Verify a password reset code and set a new password for AWS Cognito users to regain account access after requesting a reset.

Input Schema

NameRequiredDescriptionDefault
codeYes
newPasswordYes
usernameYes

Input Schema (JSON Schema)

{ "properties": { "code": { "type": "string" }, "newPassword": { "type": "string" }, "username": { "type": "string" } }, "required": [ "username", "code", "newPassword" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gitCarrot/mcp-server-aws-cognito'

If you have feedback or need assistance with the MCP directory API, please join our Discord server