AWS Security Token Service MCP Config
<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
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-sts.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-sts.json to fetch programmatically.
{
"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"
}
}
}
}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-sts.jsonEnvironment Variables
AWS_SECURITY_TOKEN_SERVICE_API_KEYReplace your_aws_security_token_service_api_key with your actual aws security token service api key
Endpoints
/#Action=AssumeRoleGET_AssumeRole
/#Action=AssumeRolePOST_AssumeRole
/#Action=AssumeRoleWithSAMLGET_AssumeRoleWithSAML
/#Action=AssumeRoleWithSAMLPOST_AssumeRoleWithSAML
/#Action=AssumeRoleWithWebIdentityGET_AssumeRoleWithWebIdentity
/#Action=AssumeRoleWithWebIdentityPOST_AssumeRoleWithWebIdentity
/#Action=DecodeAuthorizationMessageGET_DecodeAuthorizationMessage
/#Action=DecodeAuthorizationMessagePOST_DecodeAuthorizationMessage
/#Action=GetAccessKeyInfoGET_GetAccessKeyInfo
/#Action=GetAccessKeyInfoPOST_GetAccessKeyInfo