io.github.Edu963/ocultar-pii✓
io.github.Edu963/ocultar-pii · v0.1.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Edu963/ocultar-pii",
"description": "Zero-egress PII redaction for Claude. Runs locally — no data leaves your infrastructure.",
"repository": {
"url": "https://github.com/Edu963/ocultar",
"source": "github"
},
"version": "0.1.2",
"packages": [
{
"registryType": "pypi",
"identifier": "ocultar-claude-mcp",
"version": "0.1.2",
"runtimeHint": "python",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "URL of your locally running Ocultar Refinery",
"name": "OCULTAR_URL"
},
{
"description": "Ocultar API key (leave blank if not configured)",
"name": "OCULTAR_API_KEY"
},
{
"description": "Enables reveal_tokens tool. Must match OCU_AUDITOR_TOKEN on the server.",
"name": "OCULTAR_AUDITOR_TOKEN"
}
]
},
{
"registryType": "mcpb",
"identifier": "https://github.com/Edu963/ocultar/releases/download/v0.1.2-claude-mcp/ocultar-pii-0.1.0.mcpb",
"version": "0.1.0",
"fileSha256": "b4428298230fdc4ba9122fd1aac1987d14a2a04875ff0b18a33e1e1ef7cfe2aa",
"transport": {
"type": "stdio"
}
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}