Skip to content
MCP-BridgeMCP-Bridge
Cloud Infrastructure

Access Analyzer MCP Config

<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

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcpbridge.org/config/amazonaws-com-accessanalyzer.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "amazonaws-com-accessanalyzer": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-accessanalyzer"
      ],
      "env": {
        "ACCESS_ANALYZER_API_KEY": "your_access_analyzer_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-accessanalyzer": {
      "url": "https://mcpbridge.org/config/amazonaws-com-accessanalyzer.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-accessanalyzer": {
      "url": "https://mcpbridge.org/config/amazonaws-com-accessanalyzer.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/amazonaws-com-accessanalyzer.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-accessanalyzer": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-accessanalyzer"],
      "env": {
      "ACCESS_ANALYZER_API_KEY": "your_access_analyzer_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcpbridge.org/config/amazonaws-com-accessanalyzer.json

Environment Variables

ACCESS_ANALYZER_API_KEY

Replace your_access_analyzer_api_key with your actual 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