aws-mcp

select-profile

Selects AWS profile to use for subsequent interactions. If needed, does SSO authentication

Input Schema

NameRequiredDescriptionDefault
profileYesName of the AWS profile to select
regionNoRegion to use (if not provided, us-east-1 is used)

Input Schema (JSON Schema)

{ "properties": { "profile": { "description": "Name of the AWS profile to select", "type": "string" }, "region": { "description": "Region to use (if not provided, us-east-1 is used)", "type": "string" } }, "required": [ "profile" ], "type": "object" }

You must be authenticated.

Other Tools