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://mcp-bridge.pages.dev/config/amazonaws-com-accessanalyzer.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/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
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/amazonaws-com-accessanalyzer.jsonEnvironment Variables
ACCESS_ANALYZER_API_KEYReplace your_access_analyzer_api_key with your actual access analyzer api key
Endpoints
/archive-ruleApplyArchiveRule
/policy/generation/{jobId}GetGeneratedPolicy
/policy/generation/{jobId}CancelPolicyGeneration
/access-previewCreateAccessPreview
/analyzerListAnalyzers
/analyzerCreateAnalyzer
/analyzer/{analyzerName}/archive-ruleListArchiveRules
/analyzer/{analyzerName}/archive-ruleCreateArchiveRule
/analyzer/{analyzerName}GetAnalyzer
/analyzer/{analyzerName}DeleteAnalyzer