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://mcpbridge.org/config/amazonaws-com-sts.jsonOne-Click Install
Copy the snippet for your MCP client and paste it in — zero editing required.
Claude Desktop
Add to claude_desktop_config.json
{
"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"
}
}
}
}Cursor
Settings → MCP Servers → Add
{
"mcpServers": {
"amazonaws-com-sts": {
"url": "https://mcpbridge.org/config/amazonaws-com-sts.json"
}
}
}VS Code
Use with MCP extension
{
"mcpServers": {
"amazonaws-com-sts": {
"url": "https://mcpbridge.org/config/amazonaws-com-sts.json"
}
}
}Configuration JSON
Use curl https://mcpbridge.org/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://mcpbridge.org/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
Similar APIs
Other APIs in the Cloud Infrastructure category.
Supabase API
Manage Supabase projects, databases, authentication, and storage through your AI agent.
https://mcpbridge.org/config/supabase.jsonCloudflare API
Manage Cloudflare DNS, CDN, Workers, and security settings through your AI agent.
https://mcpbridge.org/config/cloudflare.jsonVercel API
Deploy projects, manage domains, and monitor deployments through your AI agent.
https://mcpbridge.org/config/vercel.jsonDigitalOcean API
# Introduction The DigitalOcean API allows you to manage Droplets and resources within the DigitalOcean cloud in a simple, programmatic way using conventional HTTP requests. All of the functionality that you are familiar with in the DigitalOcean control panel is also available through the API, all
https://mcpbridge.org/config/digitalocean-com.json