← Back to Plugins
MCP Server MCP

no.sladd/mcp

MCP Registry publisher By MCP Registry publisher 👁 3 views ▲ 0 votes

Detect and redact Norwegian PII (fodselsnummer, names, health data) in text and PDFs.

Homepage Verified source

Install

npx -y @sladd-no/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://sladd.no/mcp",
      "headers": [
        {
          "description": "Bearer <Sladd API key>, e.g. 'Bearer sk_sladd_...'. Issued at https://sladd.no/api",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@sladd-no/mcp",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Sladd API key (sk_sladd_...). Issued at https://sladd.no/api",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SLADD_API_KEY"
        },
        {
          "description": "Override the Sladd API base URL. Default: https://sladd.no",
          "format": "string",
          "name": "SLADD_API_BASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...