Skip to content
MCP-Bridge
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_KEY

Example: 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=AssumeRole

GET_AssumeRole

POST/#Action=AssumeRole

POST_AssumeRole

GET/#Action=AssumeRoleWithSAML

GET_AssumeRoleWithSAML

POST/#Action=AssumeRoleWithSAML

POST_AssumeRoleWithSAML

GET/#Action=AssumeRoleWithWebIdentity

GET_AssumeRoleWithWebIdentity

POST/#Action=AssumeRoleWithWebIdentity

POST_AssumeRoleWithWebIdentity

GET/#Action=DecodeAuthorizationMessage

GET_DecodeAuthorizationMessage

POST/#Action=DecodeAuthorizationMessage

POST_DecodeAuthorizationMessage

GET/#Action=GetAccessKeyInfo

GET_GetAccessKeyInfo

POST/#Action=GetAccessKeyInfo

POST_GetAccessKeyInfo