Cloud InfrastructureAuto-generated
Access Analyzer MCP Server
<p>Identity and Access Management Access Analyzer helps identify potential resource-access risks by enabling you to identify any policies that grant access to an external principal. It does this by using logic-based reasoning to analyze resource-based policies in your Amazon Web Services environment
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-accessanalyzer
Environment Variables
ACCESS_ANALYZER_API_KEYExample: your_access_analyzer_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"amazonaws-com-accessanalyzer": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-accessanalyzer"],
"env": {
"ACCESS_ANALYZER_API_KEY": "your_access_analyzer_api_key"
}
}
}
}Endpoints
PUT
/archive-ruleApplyArchiveRule
GET
/policy/generation/{jobId}GetGeneratedPolicy
PUT
/policy/generation/{jobId}CancelPolicyGeneration
PUT
/access-previewCreateAccessPreview
GET
/analyzerListAnalyzers
PUT
/analyzerCreateAnalyzer
GET
/analyzer/{analyzerName}/archive-ruleListArchiveRules
PUT
/analyzer/{analyzerName}/archive-ruleCreateArchiveRule
GET
/analyzer/{analyzerName}GetAnalyzer
DELETE
/analyzer/{analyzerName}DeleteAnalyzer