
Dlp Mcp
Let your coding agent scan OneDrive and Google Drive for DLP compliance violations without leaving the IDE.
Overview
io.github.cx-anand-nandeshwar/dlp-mcp is a MCP server for the Ship phase that surfaces DLP compliance violations in OneDrive and Google Drive documents through a tenant-scoped remote endpoint.
What is this MCP server?
- Reports compliance violations in OneDrive and Google Drive documents via remote MCP
- Streamable HTTP transport with tenant-scoped endpoint (api_host + tenant_id)
- Version 1.0.0 from security-mcp-marketplace repository
- Hosted remote URL pattern: https://{api_host}/api/dlp/mcp/{tenant_id}
- No local package install—connect through MCP administrator-provided host
- Server version 1.0.0
- Single remote transport: streamable-http
- Two required URL variables: api_host, tenant_id
What problem does it solve?
You cannot easily ask your agent whether shared Drive or OneDrive files break compliance rules without logging into separate admin consoles.
Who is it for?
Indie builders and small teams wiring security review into Claude Code or Cursor when documents live in Microsoft 365 or Google Workspace.
Skip if: Solo hackers who only use local git repos with no cloud document stores or who need on-prem DLP policy editing without a provided API host.
What do I get? / Deliverables
After you add the remote MCP with api_host and tenant_id, your agent can fetch and discuss document compliance violations in the same thread as your code changes.
- Agent-accessible compliance violation reports for cloud documents
- Configured remote MCP entry with tenant-scoped URL
- Actionable violation context for ship or operate security follow-up
Recommended MCP Servers
Journey fit
How it compares
Remote MCP compliance connector, not an agent skill or local secret scanner.
Common Questions / FAQ
Who is dlp-mcp for?
Builders and security-minded solos who already have a DLP API host and tenant from an administrator and want agent-driven checks on OneDrive and Google Drive.
When should I use dlp-mcp?
Use it during ship-phase security reviews or operate-phase audits when you need violation context on cloud-stored documents before release or after policy changes.
How do I add dlp-mcp to my agent?
Configure the streamable-http remote in your MCP client with url https://{api_host}/api/dlp/mcp/{tenant_id}, filling api_host and tenant_id from your MCP administrator.