Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by gitCarrot • Identity & Access
An MCP server that connects agents to AWS Cognito for user authentication and management (sign-up, sign-in, password flows, MFA, and token refresh).
Authenticate end users against an AWS Cognito user pool to obtain and refresh access/ID tokens for downstream API calls.
Perform user management tasks programmatically, such as sign-up, confirm sign-up via email code, reset passwords, change passwords, update user attributes, and delete users.
Enforce or verify MFA (TOTP) and handle token lifecycle (refresh, sign-out) when interacting with protected resources.
This repository implements a Model Context Protocol (MCP) server that integrates with AWS Cognito to provide authentication and user management tools for agents. It exposes actions for sign-up, confirmation, sign-in, sign-out, password reset, attribute updates, MFA/TOTP verification, token refresh, and user deletion. The server is designed to run with Node.js and can be used with Claude Desktop or Claude Code via stdio, with debugging support through an Inspector. It simplifies adding Cognito-backed auth flows to agent workflows so agents can perform user-specific operations securely.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.