/install gdpr-pci-checklist
Overview
The GDPR/PCI Compliance Checklist API provides organizations with automated, tailored compliance validation frameworks for data protection and payment card security regulations. By specifying your company type, you receive a structured checklist aligned with both General Data Protection Regulation (GDPR) and Payment Card Industry Data Security Standard (PCI-DSS) requirements.
This tool is essential for compliance teams, security officers, and organizations handling sensitive customer data or payment information. It eliminates the need for manual checklist creation and ensures consistency with regulatory expectations. The API generates pragmatic, actionable items that guide implementation and audit readiness across multiple compliance domains.
Ideal users include fintech companies, e-commerce platforms, SaaS providers, healthcare organizations, and any enterprise subject to GDPR or PCI-DSS obligations. Security teams use this API during risk assessments, audit preparation, and compliance program design phases.
Usage
Sample Request:
{
"company_type": "fintech"
}
Sample Response:
{
"company_type": "fintech",
"framework": "GDPR/PCI-DSS",
"checklist_items": [
{
"id": "gdpr_001",
"category": "Data Governance",
"requirement": "Implement Data Protection Impact Assessment (DPIA) for high-risk processing",
"standard": "GDPR Article 35",
"status": "pending"
},
{
"id": "pci_001",
"category": "Network Security",
"requirement": "Maintain firewall configuration standards and restrict cardholder data access",
"standard": "PCI-DSS 1.1",
"status": "pending"
},
{
"id": "gdpr_002",
"category": "User Rights",
"requirement": "Establish process for responding to data subject access requests within 30 days",
"standard": "GDPR Article 15",
"status": "pending"
},
{
"id": "pci_002",
"category": "Encryption",
"requirement": "Encrypt transmission of cardholder data across public networks using TLS 1.2+",
"standard": "PCI-DSS 4.1",
"status": "pending"
}
],
"generated_at": "2024-01-15T09:32:00Z"
}
Endpoints
POST /checklist
Description: Generate a customized GDPR/PCI-DSS compliance checklist based on company type.
Method: POST
Path: /checklist
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
company_type |
string | Yes | Classification of your organization (e.g., "fintech", "ecommerce", "saas", "healthcare", "retailer"). Determines which compliance items are prioritized and included in the checklist. |
Request Body:
{
"company_type": "string"
}
Response (200 - Success):
Returns a JSON object containing:
company_type: The submitted company classificationframework: Compliance standards appliedchecklist_items: Array of compliance requirements with fields:id: Unique identifier for the checklist itemcategory: Compliance domain (e.g., "Data Governance", "Network Security", "Encryption")requirement: Detailed description of the requirementstandard: Regulatory reference (GDPR Article or PCI-DSS requirement)status: Current status (pending, in-progress, completed)
generated_at: ISO 8601 timestamp of checklist generation
Response (422 - Validation Error):
Returns validation error details when company_type is missing or invalid:
{
"detail": [
{
"loc": ["body", "company_type"],
"msg": "field required",
"type": "value_error.missing"
}
]
}
Pricing
| Plan | Calls/Day | Calls/Month | Price |
|---|---|---|---|
| Free | 5 | 50 | Free |
| Developer | 20 | 500 | $39/mo |
| Professional | 200 | 5,000 | $99/mo |
| Enterprise | 100,000 | 1,000,000 | $299/mo |
About
ToolWeb.in - 200+ security APIs, CISSP & CISM, platforms: Pay-per-run, API Gateway, MCP Server, OpenClaw, RapidAPI, YouTube.
- toolweb.in
- portal.toolweb.in
- hub.toolweb.in
- toolweb.in/openclaw/
- rapidapi.com/user/mkrishna477
- youtube.com/@toolweb-009
References
- Kong Route: https://api.mkkpro.com/compliance/gdpr-pci-checklist
- API Docs: https://api.mkkpro.com:8015/docs
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gdpr-pci-checklist - 安装完成后,直接呼叫该 Skill 的名称或使用
/gdpr-pci-checklist触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
GDPR PCI Checklist 是什么?
Generate customized compliance checklists for GDPR and PCI-DSS standards based on company type. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 171 次。
如何安装 GDPR PCI Checklist?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gdpr-pci-checklist」即可一键安装,无需额外配置。
GDPR PCI Checklist 是免费的吗?
是的,GDPR PCI Checklist 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
GDPR PCI Checklist 支持哪些平台?
GDPR PCI Checklist 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 GDPR PCI Checklist?
由 ToolWeb(@krishnakumarmahadevan-cmd)开发并维护,当前版本 v1.0.0。