Lucairn Privacy Gateway
@Declade
About Lucairn Privacy Gateway
Lucairn is an EU-based privacy gateway that sits between your MCP-enabled agent and the upstream LLM (Claude, GPT-4o, o1/o3/o4).
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"lucairn": {
"url": "https://gateway.lucairn.eu/mcp",
"headers": {
"Authorization": "Bearer <YOUR_LUCAIRN_API_KEY>"
}
}
}
}Tools
1Send a chat request through the Lucairn privacy gateway with cross-provider BYOK (Anthropic + OpenAI). PII is detected and replaced with placeholders before reaching the upstream LLM. The gateway picks the upstream provider based on the `model` parameter: `claude-*` / `anthropic-*` use ANTHROPIC_API_KEY; `gpt-*` / `openai-*` / `o1-*` / `o3-*` / `o4-*` use OPENAI_API_KEY. Wire format follows the Anthropic Messages API. Developer-tier responses contain raw placeholders; Pro and Enterprise tiers can enable automatic re-linking back to the original values.
Overview
What is Lucairn Privacy Gateway?
Lucairn Privacy Gateway is an EU-based privacy gateway for AI agents. It sits between an MCP-enabled client and upstream OpenAI or Anthropic models, pseudonymizes personally identifiable information (PII) before the model sees it, and returns a signed verification receipt for each request.
How to use Lucairn Privacy Gateway?
Run npx -y @lucairn/mcp-server to start the server. Configure your MCP client (e.g., claude_desktop_config.json) with the command and environment variables LUCAIRN_API_KEY, ANTHROPIC_API_KEY, and/or OPENAI_API_KEY. The server exposes one tool, chat_via_lucairn, which you call with a messages-style payload.
Key features of Lucairn Privacy Gateway
- EU-based privacy gateway for AI agents
- Pseudonymizes PII before the upstream model
- Returns a signed verification receipt per request
- Free Developer tier: 500 requests per month
- Bring your own provider key (BYOK) for OpenAI or Anthropic
- Routes models automatically based on prefix and keys
Use cases of Lucairn Privacy Gateway
- AI agents that must keep user personal data private from model providers
- Customer support assistants that need to anonymize names, emails, and IDs
- Data processing pipelines that require a verifiable privacy layer
FAQ from Lucairn Privacy Gateway
How do I get an API key?
Create a free Developer account at https://lucairn.eu/account/signup.
What models are supported?
The gateway supports any OpenAI or Anthropic model available to your provider account. Model prefixes claude-*/anthropic-* route to Anthropic; gpt-*/openai-*/o1-*/o3-*/o4-* route to OpenAI.
What happens to detected PII?
PII is replaced with placeholders like [PERSON_1] before the request reaches the model. On the Developer tier, placeholders remain visible in responses; Pro and Enterprise tiers support relinking.
Is the Developer tier free?
Yes, the Developer tier includes 500 requests per month and does not require a credit card. You must provide your own OpenAI or Anthropic API key.
Where can I verify a receipt?
Use the verification tool at https://lucairn.eu/verify to check the signed receipt returned with each response.
Frequently asked questions
How do I get an API key?
Create a free Developer account at https://lucairn.eu/account/signup.
What models are supported?
The gateway supports any OpenAI or Anthropic model available to your provider account. Model prefixes `claude-*`/`anthropic-*` route to Anthropic; `gpt-*`/`openai-*`/`o1-*`/`o3-*`/`o4-*` route to OpenAI.
What happens to detected PII?
PII is replaced with placeholders like `[PERSON_1]` before the request reaches the model. On the Developer tier, placeholders remain visible in responses; Pro and Enterprise tiers support relinking.
Is the Developer tier free?
Yes, the Developer tier includes 500 requests per month and does not require a credit card. You must provide your own OpenAI or Anthropic API key.
Where can I verify a receipt?
Use the verification tool at https://lucairn.eu/verify to check the signed receipt returned with each response.
Basic information
More AI & Agents MCP servers
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
Comments