AWS Single Sign-On MCP Config
<p>AWS IAM Identity Center (successor to AWS Single Sign-On) Portal is a web service that makes it easy for you to assign user access to IAM Identity Center resources such as the AWS access portal. Users can get AWS account applications and roles assigned to them and get federated into the applicati
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-sso.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-sso.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-sso": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-sso"],
"env": {
"AWS_SINGLE_SIGN_ON_API_KEY": "your_aws_single_sign_on_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-sso.jsonEnvironment Variables
AWS_SINGLE_SIGN_ON_API_KEYReplace your_aws_single_sign_on_api_key with your actual aws single sign on api key
Endpoints
GET
/federation/credentials#role_name&account_id&x-amz-sso_bearer_tokenGetRoleCredentials
GET
/assignment/roles#x-amz-sso_bearer_token&account_idListAccountRoles
GET
/assignment/accounts#x-amz-sso_bearer_tokenListAccounts
POST
/logout#x-amz-sso_bearer_tokenLogout