Skip to main content
Glama

Pci Dss MCP

MCP server for pci dss mcp operations

PyPI License: MIT MEOK AI Labs

Overview

Pci Dss MCP provides AI-powered tools via the Model Context Protocol (MCP).

Tools

Tool

Description

assess_pci_compliance

Evaluate an organization against all 12 PCI DSS 4.0 requirements.

check_cardholder_data

Analyze cardholder data flow for PCI DSS compliance.

network_segmentation_check

Check network segmentation for PCI DSS scope reduction.

vulnerability_scan_check

Evaluate vulnerability scanning compliance per PCI DSS ASV requirements.

generate_saq

Generate a PCI DSS Self-Assessment Questionnaire template.

Installation

pip install meok-pci-dss-mcp

Usage with Claude Desktop

Add to your Claude Desktop MCP config (claude_desktop_config.json):

{
  "mcpServers": {
    "pci-dss-mcp": {
      "command": "python",
      "args": ["-m", "meok_pci_dss_mcp.server"]
    }
  }
}

Usage with FastMCP

from mcp.server.fastmcp import FastMCP

# This server exposes 5 tool(s) via MCP
# See server.py for full implementation

License

MIT © MEOK AI Labs

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CSOAI-ORG/pci-dss-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server