Catalog
MCP
OfficialLiveby sladd
Detect and redact Norwegian PII (fodselsnummer, names, health data) in text and PDFs.
Detect and redact Norwegian PII (fodselsnummer, names, health data) in text and PDFs.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
SLADD_API_KEYrequiredsecretSladd API key (sk_sladd_...). Issued at https://sladd.no/api
SLADD_API_BASEOverride the Sladd API base URL. Default: https://sladd.no
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@sladd-no/mcp@0.1.0"
],
"env": {
"SLADD_API_KEY": "<YOUR_SLADD_API_KEY>",
"SLADD_API_BASE": "<YOUR_SLADD_API_BASE>"
}
}
}
}