Home › Security › lucairn-sdks
lucairn-sdks
Pseudonymizes PII before your LLM and returns a cryptographically signed receipt per response.
Topics: Security
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 1.2.9)
npx -y @lucairn/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"lucairn-sdks": {
"command": "npx",
"args": [
"-y",
"@lucairn/[email protected]"
],
"env": {
"LUCAIRN_API_KEY": "<YOUR_VALUE>",
"ANTHROPIC_API_KEY": "<YOUR_VALUE>",
"OPENAI_API_KEY": "<YOUR_VALUE>",
"LUCAIRN_BASE_URL": "<YOUR_VALUE>",
"LUCAIRN_TRANSPORT": "<YOUR_VALUE>"
}
}
}
}
LUCAIRN_API_KEYrequired secret — 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).ANTHROPIC_API_KEYsecret — Upstream Anthropic API key. Used when the requested model is claude-* / anthropic-*. Required if you call Claude models on the free tier (BYOK).OPENAI_API_KEYsecret — Upstream OpenAI API key. Used when the requested model routes to OpenAI. Required if you call OpenAI models on the free tier (BYOK).LUCAIRN_BASE_URL— Override the gateway URL. Defaults to https://gateway.lucairn.eu (production). Set this to point at a self-hosted Lucairn deployment.LUCAIRN_TRANSPORT— Transport mode for the MCP server. One of 'direct-http' (default; v1.1+ behavior) or 'stdio-bridge' (v1.2+ opt-in).
Related servers
ida-pro-mcp
MCP server for IDA Pro, allowing you to perform binary analysis with AI assistants. This plugin implement decompilation, disassembly and…
GhidraMCP
A Model Context Protocol server for Ghidra that enables LLMs to autonomously reverse engineer applications. Provides tools for decompiling…
jadx-ai-mcp
JADX-AI-MCP is a plugin and MCP Server for the JADX decompiler that integrates directly with Model Context Protocol (MCP) to provide live…
beelzebub
Beelzebub is a honeypot framework that lets you build honeypot tools using MCP. Its purpose is to detect prompt injection or malicious…
SafeDep Vet MCP
Protect your AI agents and IDEs from malicious open-source packages.
skylos
Dead code, security, secrets detection and code quality for Python, TypeScript, Go.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry