The DLP MCP provides the compliance violation in the one drive, google drive documents.
claude mcp add dlp-mcp --transport http https://{api_host}/api/dlp/mcp/{tenant_id}
~/.cursor/mcp.json
{
"mcpServers": {
"dlp-mcp": {
"url": "https://{api_host}/api/dlp/mcp/{tenant_id}"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"dlp-mcp": {
"serverUrl": "https://{api_host}/api/dlp/mcp/{tenant_id}"
}
}
}
.vscode/mcp.json
{
"servers": {
"dlp-mcp": {
"type": "http",
"url": "https://{api_host}/api/dlp/mcp/{tenant_id}"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"dlp-mcp": {
"url": "https://{api_host}/api/dlp/mcp/{tenant_id}"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"dlp-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://{api_host}/api/dlp/mcp/{tenant_id}"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://{api_host}/api/dlp/mcp/{tenant_id} | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.cx-anand-nandeshwar--dlp-mcp/reviews or the review_server meta-tool.
POST /mcp