Skip to content
MCP-Bridge
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_KEY

Example: 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-rule

ApplyArchiveRule

GET/policy/generation/{jobId}

GetGeneratedPolicy

PUT/policy/generation/{jobId}

CancelPolicyGeneration

PUT/access-preview

CreateAccessPreview

GET/analyzer

ListAnalyzers

PUT/analyzer

CreateAnalyzer

GET/analyzer/{analyzerName}/archive-rule

ListArchiveRules

PUT/analyzer/{analyzerName}/archive-rule

CreateArchiveRule

GET/analyzer/{analyzerName}

GetAnalyzer

DELETE/analyzer/{analyzerName}

DeleteAnalyzer