https://mcp.pedanticdiligence.lol — an MCP server that vends temporary, scoped AWS credentials to trusted users. MCP endpoint: https://mcp.pedanticdiligence.lol/mcp (Streamable HTTP, OAuth 2.1 bearer token) Discovery: https://mcp.pedanticdiligence.lol/.well-known/oauth-protected-resource Add it to Claude as a custom connector or with `claude mcp add --transport http aws-creds `, then sign in. Only accounts an administrator has created can sign in; there is no sign-up. To use the credentials from the AWS CLI without them passing through a conversation, install the lol-pd-creds helper: curl -fsSL https://mcp.pedanticdiligence.lol/cli/install.sh | sh lol-pd-creds login # or: lol-pd-creds login --manual, where there is no browser lol-pd-creds configure --region us-west-2 aws sts get-caller-identity --profile pd- Source: https://github.com/roblg/lol-pedantic-diligence (mcp/)