DLP MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DLP MCP Serverscan my current project for vulnerabilities"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
DLP MCP Server
A production-ready Model Context Protocol (MCP) server that connects AI coding assistants to DLP One — enabling real-time security scanning, vulnerability management, and AI-generated remediation directly inside your IDE or AI agent.
Table of Contents
Related MCP server: Snyk API & Web MCP Server
Overview
The DLP Security MCP server bridges your AI assistant (Claude, Cursor, Copilot, etc.) with DLP One's enterprise application security platform. It exposes security workflows as natural-language-accessible MCP tools, allowing developers to scan code, investigate findings, and receive context-aware fixes without leaving their development environment.
Supported scan engines:
SAST — Static Application Security Testing (30+ languages)
SCA — Software Composition Analysis (open-source dependencies)
KICS — Infrastructure as Code security (Terraform, CloudFormation, Kubernetes, Dockerfile)
Secret Detection — Hardcoded credentials, API keys, tokens
Supported transport protocols
Multi-protocol support to facilitate secure and efficient communication between clients and the server:
stdio: Standard input/output for CLI or embedded agentssse(Server-Sent Events): For real-time streaming to web-based clientshttpstreamableHttp: HTTP-compatible protocol for stream-based messaging
Features
Category | Capabilities |
Scanning | Plan, trigger, and monitor multi-engine security scans (CLI or API mode) |
Findings | List, filter, and inspect vulnerabilities with severity and state tracking |
Remediation | AI-generated fixes for code vulnerabilities, insecure packages, and container images |
Project Management | Create, configure, and search DLP One projects |
Application Management | Group projects into applications and get org-wide security metrics |
Analytics | Tenant-wide vulnerability summaries, risk scores, and time-windowed trends |
Supply Chain | Detect malicious npm/Maven/PyPI/Go/NuGet packages via Dustico integration |
Enterprise Auth | JWT (JWKS-verified), OAuth2 token exchange, Redis session caching |
Observability | Structured logging (zerolog), OpenTelemetry tracing |
Authentication
The server uses API Key and OAuth2 authentication.
API Key Authentication
Clients authenticate to DLP One and get an API key.
This API key will be used during MCP client configuration, include the API Key in the
Authorizationheader as mentioned in the MCP Client Configuration section.
OAuth2 Authentication
DLP MCP supports Dynamic Client Registration (DCR) flow allows an AI client (such as Cursor or Claude Desktop) to connect securely.
User only needs to configure the MCP client as mentioned in the MCP Client Configuration section.
When the client attempts to connect to the MCP server, it will be redirected to DLP One login page for authentication.
Once authentication is successful with valid DLP credentials, the MCP client can use the tools provided by the MCP server.
Note: You required valid DLP credentials to get the API Key or connect to the MCP server.
Refer Authentication for detailed authentication instructions and troubleshooting.
MCP Client Configuration
Prerequisites
A DLP One tenant
DLP API Host
API Key (with required access if using API key authentication)
JSON Configuration
Below are examples to add the server to your MCP client configuration. See the examples/ folder for ready-to-use client config files.
Cursor IDE
API Key Authentication:
{
"mcpServers": {
"DLP": {
"url": "https://{api_host}/api/security-mcp/mcp/{tenant}",
"headers": {
"cx-origin": "Curosr",
"Authorization": "API_KEY"
}
}
}
}OAuth2 Authentication
{
"mcpServers": {
"DLP": {
"url": "https://{api_host}/api/security-mcp/mcp/{tenant}"
}
}
}Claude Desktop / Claude Code
API Key Authentication:
{
"mcpServers": {
"DLP": {
"type": "http",
"url": "https://{api_host}/api/security-mcp/mcp/{tenant}",
"headers": {
"Authorization": "<API_KEY>"
}
}
}
}Available Tools
Refer usage for detail information.
Scanning
Tool | Description |
| Recommend scan engines based on the project |
| Start a scan (CLI for local code, API for repository URL) |
| Get scan status, progress, and severity summary |
| Retrieve recent scans for a project |
| List scans with status, date, and branch filters |
| List vulnerabilities from a scan with severity filtering |
| Get detailed information for a specific finding |
Project management
Tool | Description |
| Look up a project by name |
| Create a new DLP One project |
| Browse or search all projects |
| Get full project configuration |
Application management
Tool | Description |
| Browse or search applications |
| Create a new application |
| Get application details by ID |
| Link projects to an application |
Analytics & risk
Tool | Description |
| High-level project security status |
| Organization-wide project metrics |
| Organization-wide application metrics |
| Time-windowed vulnerability analytics |
| Overall risk assessment |
| Risk findings with filtering |
| Update finding status (CONFIRMED, URGENT, NOT_EXPLOITABLE, …) |
Remediation
Tool | Description |
| AI-generated fixes for SAST findings, secrets, and IaC misconfigurations |
| Safe upgrade paths for vulnerable open-source packages |
| Secure base image alternatives for vulnerable container images |
License
Apache 2.0 — see LICENSE for details.
Contributing
See CONTRIBUTING.md for development setup, module architecture, and contribution guidelines.
Website: DLP.
© 2026 DLP Ltd. All Rights Reserved.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceEnables AI assistants to scan project dependencies and Infrastructure as Code files for security vulnerabilities and misconfigurations. It also provides automated fixing capabilities to remediate identified security issues.Last updated183MIT

Snyk API & Web MCP Serverofficial
AlicenseCqualityAmaintenanceConnects AI coding assistants to Snyk API & Web for onboarding scan targets, configuring authentication, running DAST scans, and triaging findings through natural language.Last updated517Apache 2.0
Cybrium MCP Serverofficial
Alicense-qualityAmaintenanceProvides AI coding assistants with real-time security scanning superpowers, including SAST, secrets detection, dependency CVE scanning, and web vulnerability assessment.Last updated5Apache 2.0- Alicense-qualityAmaintenanceEnables AI coding tools to scan projects for security vulnerabilities, hardcoded secrets, injection flaws, and privacy violations with 699 rules and 76 MCP tools, all running locally with zero telemetry.Last updated464MIT
Related MCP Connectors
Threat modeling, code/cloud/pipeline scanning, shadow-AI discovery, compliance checks and fixes.
Zero-config MCP security scanner for AI-generated apps. 25K+ vulnerability patterns.
Pay-per-call cybersecurity for AI agents: vuln scans, threat intel, compliance, code security.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cx-anand-nandeshwar/security-dlp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server