Skip to content
Cloud InfrastructureAuto-generatedScore: 46

Amazon Inspector MCP Server

Amazon Inspector is a sophisticated, automated security assessment service provided by Amazon Web Services (AWS) designed to enhance the security and compliance posture of applications deployed on AWS.

Quick Start Summary

The Amazon Inspector MCP server is a Model Context Protocol bridge that connects AI assistants — including Claude Desktop, Cursor, Windsurf, and VS Code Copilot — to the Amazon Inspector API through natural language. It exposes 10 API endpoints as callable tools, such as AddAttributesToFindings, CreateAssessmentTarget, CreateAssessmentTemplate, and more. No authentication is required — setup takes approximately 30 seconds. The server uses STDIO transport and can be installed by running npx -y @mcp/amazonaws-com-inspector. This integration is sourced from the auto Amazon Inspector OpenAPI specification (v2016-02-16) and has a quality score of 46/99 (fair documentation coverage).

10Endpointstools mapped
NoneAuthopen access
46/99Qualityfair
~30 secSetupno auth

Server Details

Category
Cloud Infrastructure
Authentication
None
Endpoints
10 operations
Transport
STDIO
Spec Version
v2016-02-16
Install Command
npx -y @mcp/amazonaws-com-inspector

Environment Variables

AMAZON_INSPECTOR_API_KEY

Example: your_amazon_inspector_api_key

Top Endpoints

POST
/#X-Amz-Target=InspectorService.AddAttributesToFindings

AddAttributesToFindings

POST
/#X-Amz-Target=InspectorService.CreateAssessmentTarget

CreateAssessmentTarget

POST
/#X-Amz-Target=InspectorService.CreateAssessmentTemplate

CreateAssessmentTemplate

POST
/#X-Amz-Target=InspectorService.CreateExclusionsPreview

CreateExclusionsPreview

POST
/#X-Amz-Target=InspectorService.CreateResourceGroup

CreateResourceGroup

Own this API?

Verify ownership of this listing to control the description, configuration details, and documentation links. Choose between free manual verification or instant premium placement.

Option 1: Free Verification

Slow manual review. Requires creating a GitHub issue with verified documentation or domain verification.

  • • Verified badge on page
  • • Standard search sorting
  • • 2-3 business days review
Start Free Claim →
Instant & Boosted

Option 2: Featured Upgrade($9/mo)

Instant verification plus premium styling, featured badges, and directory placement boost.

  • • ★ Featured star & amber highlight border
  • • Top of directory search placement
  • • Instant activation via claim token

📖 Detailed MCP Integration Guide

A technical breakdown of capabilities, agent workflows, and security/configuration best practices.

Capabilities & Use Cases
Amazon Inspector is a sophisticated, automated security assessment service provided by Amazon Web Services (AWS) designed to enhance the security and compliance posture of applications deployed on AWS. Its core capability lies in conducting deep vulnerability scans and configuration audits against AWS resource groups, which can include Amazon EC2 instances, container images in Amazon ECR, and functions in AWS Lambda. The service analyzes software vulnerabilities, unintended network exposure, and deviations from security best practices by comparing resource configurations against a continuously updated database of security rules and common vulnerabilities and exposures (CVEs). Typical enterprise use cases include continuous security monitoring for production environments, pre-deployment vulnerability scanning in CI/CD pipelines, and automated compliance reporting for standards like CIS Benchmarks or AWS Foundational Security Best Practices. For developers and DevOps teams, it provides actionable findings with prioritized remediation guidance, shifting security left and enabling proactive risk management without manual inspection overhead.
🤖AI Agent Value
When integrated as a toolset for an AI coding assistant via the Model Context Protocol (MCP), the Amazon Inspector API becomes exceptionally powerful. It allows the AI agent to directly interact with the service’s operational workflows, transforming static code analysis or general security advice into dynamic, context-aware actions. The AI can programmatically manage the entire assessment lifecycle—from defining what to scan (assessment targets) and how to scan them (templates) to retrieving and interpreting detailed vulnerability reports. This exposure enables the AI to bridge the gap between development and security operations, offering real-time, infrastructure-specific insights. For instance, it can analyze live findings to suggest precise remediation code changes, automatically create assessment targets for new infrastructure defined in Terraform or CloudFormation, or audit exclusion lists to ensure no critical vulnerabilities are being ignored, thereby acting as an integrated security co-pilot.
💬Example Workflows
A developer can instruct the AI agent to perform a variety of dynamic, actionable tasks through the MCP server. For example, a command like "Scan our new staging environment for critical vulnerabilities" would trigger the AI to first create or update an assessment target encompassing the specified resources, generate an appropriate assessment template with a focus on network reachability and high-severity CVEs, initiate an assessment run, and then parse the resulting findings to summarize the most urgent issues. Other tasks include querying the API to "List all findings related to Amazon Linux 2 in production and generate a remediation plan," where the AI would call the DescribeFindings endpoint, filter and analyze the data, and produce a prioritized list of steps. The AI could also be instructed to "Automatically exclude these development instances from compliance scans for the next 24 hours," using the CreateExclusionsPreview API to manage exceptions without permanent configuration changes.
🛡️Security & Auth
Critical attention must be paid to authentication and security when setting up this server. While the API description notes "None" for authentication, in practice, the Amazon Inspector API is fully integrated with AWS Identity and Access Management (IAM). All requests must be signed using AWS credentials (access keys or temporary security tokens) with appropriate IAM permissions. Developers must create IAM roles or users with policies granting only the necessary Inspector permissions (e.g., inspector2:DescribeFindings, inspector2:CreateAssessmentTarget), strictly adhering to the principle of least privilege. The AI agent’s access should be confined to specific resources via IAM resource-based policies and conditions. Furthermore, any MCP server implementation must secure these AWS credentials, never hardcoding them in source code, and should ideally use temporary credentials or an assumed role. Audit logging should be enabled via AWS CloudTrail to monitor all API calls made by the AI agent for compliance and forensic purposes.

Similar APIs

Other APIs in the Cloud Infrastructure category.

Related MCP Server Integrations

Supabase API MCP Setup

Manage Supabase projects, databases, authentication, and storage through your AI agent.

Cloud InfrastructureConfigure →

Cloudflare API MCP Setup

Manage Cloudflare DNS, CDN, Workers, and security settings through your AI agent.

Cloud InfrastructureConfigure →

Vercel API MCP Setup

Deploy projects, manage domains, and monitor deployments through your AI agent.

Cloud InfrastructureConfigure →

DigitalOcean API MCP Setup

The DigitalOcean API is a comprehensive, RESTful interface provided by DigitalOcean, a leading cloud infrastructure provider focused on simplifying cloud computing for developers, startups, and enterprises. It serves as the programmatic backbone for managing the entire DigitalOcean ecosystem, enabling users to provision, configure, and control cloud resources such as Droplets (virtual private servers), Kubernetes clusters, managed databases, networks, storage volumes, and application platforms. Core capabilities include full lifecycle management of these resources, from creation and scaling to monitoring and deletion, mirroring the functionality available in the DigitalOcean control panel. Its primary use cases range from automating infrastructure setup for CI/CD pipelines and enabling infrastructure-as-code practices to supporting dynamic application scaling and resource optimization for SaaS products, e-commerce sites, and development environments. The API is designed for both developers seeking to automate their cloud operations and businesses that require programmable, scalable cloud infrastructure without the complexity of larger hyperscale providers.

Cloud InfrastructureConfigure →

Access Analyzer MCP Setup

The AWS Identity and Access Management Access Analyzer API provides a powerful, policy-as-code service that automatically identifies resources accessible from outside your AWS account or organization. At its core, the service continuously evaluates resource-based policies—such as Amazon S3 bucket policies, AWS Identity and Access Management (IAM) roles, Amazon KMS key policies, and AWS Lambda function policies—using logic-based reasoning to determine which resources grant access to unknown external principals. Its primary use case is for security and compliance teams within enterprises to proactively detect unintended data exposure, enforce least privilege principles, and audit cross-account and cross-service access. The API endpoints allow programmatic control to create, configure, and query analyzers, manage archive rules for storing findings, and generate custom policy documents, making it a foundational tool for automating cloud security posture management at scale.

Cloud InfrastructureConfigure →