Strac MCP DLP runs on your own machine — the client starts it, so there is no endpoint to ping. 742 installs a week from pypi. Last commit 4 Sep 2026.
Detect and redact PII, PHI, PCI and secrets in text and files before an AI agent sees them.
Today is the operative word: we check Strac MCP DLP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add strac-mcp-dlp -- uvx strac-mcp-dlp
{
"mcpServers": {
"strac-mcp-dlp": {
"args": [
"strac-mcp-dlp"
],
"command": "uvx"
}
}
}
[mcp_servers.strac-mcp-dlp]
command = "uvx"
args = ["strac-mcp-dlp"]
{
"mcpServers": {
"strac-mcp-dlp": {
"args": [
"strac-mcp-dlp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"strac-mcp-dlp": {
"args": [
"strac-mcp-dlp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
STRAC_API_KEY (Strac API key. Request one at https://www.strac.io/mcp-integrations. Keys are prefixed sk_live_ (production) or sk_test_ (sandbox).), STRAC_API_BASE (Override the Strac API base URL. Defaults to https://api.live.tokenidvault.com for sk_live_ keys and https://api.test.tokenidvault.com for sk_test_ keys.), STRAC_API_TIMEOUT (Request timeout in seconds. Defaults to 60.).
The author declared them in the registry entry; get the values from the project itself.
AI agent security: 7 MCP tools for injection detection, PII scanning, command safety, DLP.
A secret store for AI agents: the agent never sees the plaintext.
Takes the people out of text before a model sees it, and puts them back in the reply.
Deterministic no-LLM MCP server that scrubs secrets before they reach an agent. Never leaks values.
Context-aware secret scanner: lets an AI agent scan, verify, and rewrite secrets before committing.
Scans datasets/models for PII/secrets, redacts, and packages a public-release bundle via MCP.
Scan for prompt injection, secrets, PII, and vet MCP servers before installation
Security firewall for AI agents — scans MCP calls for injection, secrets, and risks.
Answers built from our own checks of this server.