Skip to content
MCP-Bridge
Cloud Infrastructure

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.json

Configuration 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

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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.json

Environment Variables

AMAZON_COGNITO_IDENTITY_API_KEY

Replace your_amazon_cognito_identity_api_key with your actual amazon cognito identity api key

Endpoints

POST/#X-Amz-Target=AWSCognitoIdentityService.CreateIdentityPool

CreateIdentityPool

POST/#X-Amz-Target=AWSCognitoIdentityService.DeleteIdentities

DeleteIdentities

POST/#X-Amz-Target=AWSCognitoIdentityService.DeleteIdentityPool

DeleteIdentityPool

POST/#X-Amz-Target=AWSCognitoIdentityService.DescribeIdentity

DescribeIdentity

POST/#X-Amz-Target=AWSCognitoIdentityService.DescribeIdentityPool

DescribeIdentityPool

POST/#X-Amz-Target=AWSCognitoIdentityService.GetCredentialsForIdentity

GetCredentialsForIdentity

POST/#X-Amz-Target=AWSCognitoIdentityService.GetId

GetId

POST/#X-Amz-Target=AWSCognitoIdentityService.GetIdentityPoolRoles

GetIdentityPoolRoles

POST/#X-Amz-Target=AWSCognitoIdentityService.GetOpenIdToken

GetOpenIdToken

POST/#X-Amz-Target=AWSCognitoIdentityService.GetOpenIdTokenForDeveloperIdentity

GetOpenIdTokenForDeveloperIdentity