From ee6625e19f7dc660299a30a87ec46a42e21f29f1 Mon Sep 17 00:00:00 2001 From: Chirag Kakani Date: Wed, 29 Jul 2026 11:36:25 +0530 Subject: [PATCH] Add Druva MCP Server to partner registry List the official Druva MCP Server, a remote streamable-HTTP server that connects AI agents to the Druva Resilience Cloud for managing backups, audit logs, and environment metrics via natural language. Co-Authored-By: Claude Opus 4.8 (1M context) --- partners/servers/druva-mcp-server.json | 56 ++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 partners/servers/druva-mcp-server.json diff --git a/partners/servers/druva-mcp-server.json b/partners/servers/druva-mcp-server.json new file mode 100644 index 0000000..60a8465 --- /dev/null +++ b/partners/servers/druva-mcp-server.json @@ -0,0 +1,56 @@ +{ + "name": "druva-mcp-server", + "title": "Druva", + "summary": "Manage backups, audit logs, and environment metrics across the Druva Resilience Cloud using natural language.", + "description": "The official Druva MCP Server connects AI agents to the Druva Resilience Cloud over a secure remote HTTP connection. Agents can discover Druva capabilities as skills, fetch data from your environment, and perform non-destructive actions to manage backup and data protection. Use it to query backup and recovery status across endpoints, SaaS apps, and cloud workloads. Also, review audit logs, and monitor environment metrics through natural language.", + "kind": "mcp", + "license": { + "name": "Druva Terms of Service", + "url": "https://www.druva.com/terms-of-service" + }, + "icon": "https://avatars.githubusercontent.com/druvainc?s=64", + "externalDocumentation": { + "title": "Complete Guide to Druva MCP Server", + "url": "https://help.druva.com/en/articles/15654265-complete-guide-to-druva-mcp-server" + }, + "remote": "https://mcp-us.druva.com/mcp", + "remoteType": "streamable-http", + "useCases": [ + { + "name": "Backup & Recovery Insights", + "description": "Query backup coverage, job outcomes, and recovery status across endpoints, Microsoft 365, and cloud workloads using natural language." + }, + { + "name": "Environment Management", + "description": "Perform non-destructive management actions in your Druva environment via read and write skills; the server cannot delete configurations or backup data." + }, + { + "name": "Audit & Compliance", + "description": "Review audit logs and activity across the Druva Resilience Cloud to support governance, compliance, and investigation workflows." + }, + { + "name": "Monitoring & Reporting", + "description": "Monitor environment metrics such as protection health and storage consumption, and surface reporting insights on demand." + } + ], + "tags": [ + "backup", + "data-protection", + "recovery", + "ransomware", + "cyber-resilience", + "audit-logs" + ], + "vendor": "Partner", + "categories": "Storage, Security", + "visibility": "true", + "authSchemas": [ + "OAuth2" + ], + "versionName": "original", + "supportContactInfo": { + "name": "Druva Support", + "url": "https://support.druva.com/" + }, + "customProperties": { "x-ms-preview": false } +}