Amazon Cognito Identity MCP Config
<fullname>Amazon Cognito Federated Identities</fullname> <p>Amazon Cognito Federated Identities is a web service that delivers scoped temporary credentials to mobile devices and other untrusted environments. It uniquely identifies a device and supplies the user with a consistent identity over the li
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-cognito-identity.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-cognito-identity.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-cognito-identity": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-cognito-identity"],
"env": {
"AMAZON_COGNITO_IDENTITY_API_KEY": "your_amazon_cognito_identity_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/amazonaws-com-cognito-identity.jsonEnvironment Variables
AMAZON_COGNITO_IDENTITY_API_KEYReplace your_amazon_cognito_identity_api_key with your actual amazon cognito identity api key
Endpoints
/#X-Amz-Target=AWSCognitoIdentityService.CreateIdentityPoolCreateIdentityPool
/#X-Amz-Target=AWSCognitoIdentityService.DeleteIdentitiesDeleteIdentities
/#X-Amz-Target=AWSCognitoIdentityService.DeleteIdentityPoolDeleteIdentityPool
/#X-Amz-Target=AWSCognitoIdentityService.DescribeIdentityDescribeIdentity
/#X-Amz-Target=AWSCognitoIdentityService.DescribeIdentityPoolDescribeIdentityPool
/#X-Amz-Target=AWSCognitoIdentityService.GetCredentialsForIdentityGetCredentialsForIdentity
/#X-Amz-Target=AWSCognitoIdentityService.GetIdGetId
/#X-Amz-Target=AWSCognitoIdentityService.GetIdentityPoolRolesGetIdentityPoolRoles
/#X-Amz-Target=AWSCognitoIdentityService.GetOpenIdTokenGetOpenIdToken
/#X-Amz-Target=AWSCognitoIdentityService.GetOpenIdTokenForDeveloperIdentityGetOpenIdTokenForDeveloperIdentity