Pseudonymizes PII before your LLM and returns a cryptographically signed receipt per response.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@lucairn/mcp-server · npm · 1.2.9
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Declade/lucairn-mcp-server",
"description": "Pseudonymizes PII before your LLM and returns a cryptographically signed receipt per response.",
"repository": {
"url": "https://github.com/Declade/lucairn-sdks",
"source": "github"
},
"version": "1.2.9",
"websiteUrl": "https://lucairn.eu/developer/mcp",
"packages": [
{
"registryType": "npm",
"identifier": "@lucairn/mcp-server",
"version": "1.2.9",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Lucairn gateway API key (lcr_live_*). Issued at https://lucairn.eu/account/keys. Free tier requires BYOK upstream LLM keys (ANTHROPIC_API_KEY or OPENAI_API_KEY).",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "LUCAIRN_API_KEY"
},
{
"description": "Upstream Anthropic API key. Used when the requested model is claude-* / anthropic-*. Required if you call Claude models on the free tier (BYOK).",
"format": "string",
"isSecret": true,
"name": "ANTHROPIC_API_KEY"
},
{
"description": "Upstream OpenAI API key. Used when the requested model routes to OpenAI. Required if you call OpenAI models on the free tier (BYOK).",
"format": "string",
"isSecret": true,
"name": "OPENAI_API_KEY"
},
{
"description": "Override the gateway URL. Defaults to https://gateway.lucairn.eu (production). Set this to point at a self-hosted Lucairn deployment.",
"format": "string",
"name": "LUCAIRN_BASE_URL"
},
{
"description": "Transport mode for the MCP server. One of 'direct-http' (default; v1.1+ behavior) or 'stdio-bridge' (v1.2+ opt-in).",
"format": "string",
"name": "LUCAIRN_TRANSPORT"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-31T11:56:56.669441Z",
"publishedAt": "2026-07-31T11:56:56.669441Z",
"updatedAt": "2026-07-31T11:56:56.669441Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.2.9last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.