Skip to main content

MCP server for Prowler ecosystem

Project description

Prowler MCP Server

Prowler MCP Server brings the entire Prowler ecosystem to AI assistants through the Model Context Protocol (MCP). It enables seamless integration with AI tools like Claude Desktop, Cursor, and other MCP clients, allowing interaction with Prowler's security capabilities through natural language.

Preview Feature: This MCP server is currently under active development. Features and functionality may change. We welcome your feedback—please report any issues on GitHub or join our Slack community.

Key Capabilities

Prowler Cloud and Prowler App (Self-Managed)

Full access to Prowler Cloud platform and self-managed Prowler App for:

  • Findings Analysis: Query, filter, and analyze security findings across all your cloud environments
  • Provider Management: Create, configure, and manage your configured Prowler providers (AWS, Azure, GCP, etc.)
  • Scan Orchestration: Trigger on-demand scans and schedule recurring security assessments
  • Resource Inventory: Search and view detailed information about your audited resources
  • Muting Management: Create and manage muting rules to suppress non-critical findings
  • Compliance Reporting: View compliance status across frameworks and drill into requirement-level details

Prowler Hub

Access to Prowler's comprehensive security knowledge base:

  • Security Checks Catalog: Browse and search over 1000 security checks across multiple Prowler providers
  • Check Implementation: View the Python code that powers each security check
  • Automated Fixers: Access remediation scripts for common security issues
  • Compliance Frameworks: Explore mappings to over 70 compliance standards and frameworks
  • Provider Services: View available services and checks for all supported Prowler providers

Prowler Documentation

Search and retrieve official Prowler documentation:

  • Intelligent Search: Full-text search across all Prowler documentation
  • Contextual Results: Get relevant documentation pages with highlighted snippets
  • Document Retrieval: Access complete markdown content of any documentation file

Documentation

For comprehensive guides and tutorials, see the official documentation:

Guide Description
Overview Key capabilities, use cases, and deployment options
Installation Docker, PyPI, and source installation
Configuration Configure Claude Desktop, Cursor, and other MCP clients
Tools Reference Complete reference of all tools
Developer Guide How to extend with new tools

Deployment Options

Prowler MCP Server can be used in three ways:

1. Prowler Cloud MCP Server (Recommended)

Use Prowler's managed MCP server at https://mcp.prowler.com/mcp

  • No installation required
  • Managed and maintained by Prowler team
  • Always up-to-date
{
  "mcpServers": {
    "prowler": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.prowler.com/mcp",
        "--header",
        "Authorization: Bearer pk_YOUR_API_KEY_HERE"
      ]
    }
  }
}

2. Local STDIO Mode

Run the server locally on your machine

  • Runs as a subprocess of your MCP client
  • Requires Python 3.12+ or Docker

3. Self-Hosted HTTP Mode

Deploy your own remote MCP server

  • Full control over deployment
  • Requires Python 3.12+ or Docker

See the Installation Guide for complete instructions.

Quick Installation

Docker (Recommended)

docker pull prowlercloud/prowler-mcp

# STDIO mode
docker run --rm -i prowlercloud/prowler-mcp

# HTTP mode
docker run --rm -p 8000:8000 prowlercloud/prowler-mcp --transport http --host 0.0.0.0 --port 8000

From Source

git clone https://github.com/prowler-cloud/prowler.git
cd prowler/mcp_server
uv run prowler-mcp --help

Available Tools

For complete tool descriptions and parameters, see the Tools Reference.

Tool Naming Convention

All tools follow a consistent naming pattern with prefixes:

  • prowler_app_* - Prowler Cloud and App (Self-Managed) management tools
  • prowler_hub_* - Prowler Hub catalog and compliance tools
  • prowler_docs_* - Prowler documentation search and retrieval

Architecture

prowler_mcp_server/
├── server.py                 # Main orchestrator (imports sub-servers with prefixes)
├── main.py                   # CLI entry point
├── prowler_hub/              # tools - no authentication required
├── prowler_app/              # tools - authentication required
│   ├── tools/                # Tool implementations
│   ├── models/               # Pydantic models for LLM-optimized responses
│   └── utils/                # API client, authentication, tool loader
└── prowler_documentation/    # tools - no authentication required

Key Features:

  • Modular Design: Three independent sub-servers with prefixed namespacing
  • Auto-Discovery: Prowler App tools are automatically discovered and registered
  • LLM Optimization: Response models minimize token usage by excluding empty values
  • Dual Transport: Supports both STDIO (local) and HTTP (remote) modes

Use Cases

The Prowler MCP Server enables powerful workflows through AI assistants:

Security Operations

  • "Show me all critical findings from my AWS production accounts"
  • "Register my new AWS account in Prowler and run a scheduled scan every day"
  • "List all muted findings and detect what findgings are muted by a not enough good reason in relation to their severity"

Security Research

  • "Explain what the S3 bucket public access Prowler check does"
  • "Find all Prowler checks related to encryption at rest"
  • "What is the latest version of the CIS that Prowler is covering per provider?"

Documentation & Learning

  • "How do I configure Prowler to scan my GCP organization?"
  • "What authentication methods does Prowler support for Azure?"
  • "How can I contribute with a new security check to Prowler?"

Requirements

For Prowler Cloud MCP Server:

  • Prowler Cloud account and API key (only for Prowler Cloud/App features)

For self-hosted STDIO/HTTP Mode:

  • Python 3.12+ or Docker
  • Network access to:
    • https://hub.prowler.com (for Prowler Hub)
    • https://docs.prowler.com (for Prowler Documentation)
    • Prowler Cloud API or self-hosted Prowler App API (for Prowler Cloud/App features)

No Authentication Required: Prowler Hub and Prowler Documentation features work without authentication. A Prowler API key is only required to access Prowler Cloud or Prowler App (Self-Managed) features.

Configuring MCP Hosts

To configure your MCP host (Claude Code, Cursor, etc.) see the Configuration Guide for detailed setup instructions.

Contributing

For developers looking to extend the MCP server with new tools or features:

Related Products

License

This project follows the repository's main license. See the LICENSE file at the repository root.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

prowler_mcp-0.5.0.tar.gz (54.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

prowler_mcp-0.5.0-py3-none-any.whl (72.6 kB view details)

Uploaded Python 3

File details

Details for the file prowler_mcp-0.5.0.tar.gz.

File metadata

  • Download URL: prowler_mcp-0.5.0.tar.gz
  • Upload date:
  • Size: 54.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for prowler_mcp-0.5.0.tar.gz
Algorithm Hash digest
SHA256 04b7ea694bc46f46757f86c550f777bbedd33e26df7c2daa3b40180ac73eeeaf
MD5 48bf77072f76835f929eb2fd9cc42f16
BLAKE2b-256 f8df4a9b288a28bd65466e43268e25c775938b426906e4963ea8710a9c66ffe5

See more details on using hashes here.

Provenance

The following attestation bundles were made for prowler_mcp-0.5.0.tar.gz:

Publisher: mcp-pypi-release.yml on prowler-cloud/prowler

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file prowler_mcp-0.5.0-py3-none-any.whl.

File metadata

  • Download URL: prowler_mcp-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 72.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for prowler_mcp-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 07832be7e9273c86a629a6e156f06447580649e7d0614f93d73226c9e9212f5e
MD5 8447f7b7c3c75f1f0289eadd97a8943b
BLAKE2b-256 f643b476f5c6f380ae801257f904f1ea3bbdde9726a5d2675fe43dcd3e4b23f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for prowler_mcp-0.5.0-py3-none-any.whl:

Publisher: mcp-pypi-release.yml on prowler-cloud/prowler

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page