Cloud InfrastructureAuto-generated
AWS Security Token Service MCP Server
<fullname>Security Token Service</fullname> <p>Security Token Service (STS) enables you to request temporary, limited-privilege credentials for Identity and Access Management (IAM) users or for users that you authenticate (federated users). This guide provides descriptions of the STS API. For more i
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-sts
Environment Variables
AWS_SECURITY_TOKEN_SERVICE_API_KEYExample: your_aws_security_token_service_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"amazonaws-com-sts": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-sts"],
"env": {
"AWS_SECURITY_TOKEN_SERVICE_API_KEY": "your_aws_security_token_service_api_key"
}
}
}
}Endpoints
GET
/#Action=AssumeRoleGET_AssumeRole
POST
/#Action=AssumeRolePOST_AssumeRole
GET
/#Action=AssumeRoleWithSAMLGET_AssumeRoleWithSAML
POST
/#Action=AssumeRoleWithSAMLPOST_AssumeRoleWithSAML
GET
/#Action=AssumeRoleWithWebIdentityGET_AssumeRoleWithWebIdentity
POST
/#Action=AssumeRoleWithWebIdentityPOST_AssumeRoleWithWebIdentity
GET
/#Action=DecodeAuthorizationMessageGET_DecodeAuthorizationMessage
POST
/#Action=DecodeAuthorizationMessagePOST_DecodeAuthorizationMessage
GET
/#Action=GetAccessKeyInfoGET_GetAccessKeyInfo
POST
/#Action=GetAccessKeyInfoPOST_GetAccessKeyInfo