backup-ai-mcp
v1.0.0
Published
Backup Ai automation via MCP. Includes create backup plan, verify backup, list backups. By MEOK AI Labs.
Readme
Backup AI MCP Server
By MEOK AI Labs — Backup scheduling, verification, and retention policies with SOC2/GDPR/HIPAA compliance
Installation
pip install backup-ai-mcpUsage
# Run standalone
python server.py
# Or via MCP
mcp install backup-ai-mcpTools
create_backup_plan
Create a backup plan following the 3-2-1 rule (3 copies, 2 media types, 1 offsite).
Parameters:
source_path(str): Path to back updestination(str): Destination path (default 'backup')frequency(str): Backup frequency (default 'daily')retention_days(int): Retention period in days (default 30)
verify_backup
Verify backup integrity using hash comparison. Checks SOC2 CC7.3 compliance.
Parameters:
backup_path(str): Path to the backup file
list_backups
List available backups in a directory with sizes and modification dates.
Parameters:
directory(str): Directory to list (default 'backup')
calculate_backup_size
Calculate estimated backup size, compressed size, and transfer time.
Parameters:
source_path(str): Path to calculate
retention_policy
Generate retention policy for compliance (SOC2, GDPR, HIPAA, PCI, FINRA).
Parameters:
files(str): File descriptioncompliance_type(str): Compliance type — 'soc2', 'gdpr', 'hipaa', 'pci', 'finra'
Authentication
Free tier: 30 calls/day. Upgrade at meok.ai/pricing for unlimited access.
License
MIT — MEOK AI Labs
