PluginBench
MCP Server
Active
MIT

io.github.Declade/lucairn-mcp-server MCP Server

io.github.Declade/lucairn-mcp-server

What is the io.github.Declade/lucairn-mcp-server MCP server?

Pseudonymizes PII before your LLM and returns a cryptographically signed receipt per response.

How to install io.github.Declade/lucairn-mcp-server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • LUCAIRN_API_KEY
    required
    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_KEY
    secret

    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_KEY
    secret

    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).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lucairn-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@lucairn/mcp-server"
      ],
      "env": {
        "LUCAIRN_API_KEY": "<YOUR_LUCAIRN_API_KEY>",
        "ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>",
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
        "LUCAIRN_BASE_URL": "<YOUR_LUCAIRN_BASE_URL>",
        "LUCAIRN_TRANSPORT": "<YOUR_LUCAIRN_TRANSPORT>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "lucairn-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@lucairn/mcp-server"
      ],
      "env": {
        "LUCAIRN_API_KEY": "<YOUR_LUCAIRN_API_KEY>",
        "ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>",
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
        "LUCAIRN_BASE_URL": "<YOUR_LUCAIRN_BASE_URL>",
        "LUCAIRN_TRANSPORT": "<YOUR_LUCAIRN_TRANSPORT>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "lucairn-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@lucairn/mcp-server"
      ],
      "env": {
        "LUCAIRN_API_KEY": "<YOUR_LUCAIRN_API_KEY>",
        "ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>",
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
        "LUCAIRN_BASE_URL": "<YOUR_LUCAIRN_BASE_URL>",
        "LUCAIRN_TRANSPORT": "<YOUR_LUCAIRN_TRANSPORT>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "lucairn-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@lucairn/mcp-server"
      ],
      "env": {
        "LUCAIRN_API_KEY": "<YOUR_LUCAIRN_API_KEY>",
        "ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>",
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
        "LUCAIRN_BASE_URL": "<YOUR_LUCAIRN_BASE_URL>",
        "LUCAIRN_TRANSPORT": "<YOUR_LUCAIRN_TRANSPORT>"
      }
    }
  }
}
Claude Code
claude mcp add lucairn-mcp-server --env LUCAIRN_API_KEY=<YOUR_LUCAIRN_API_KEY> --env ANTHROPIC_API_KEY=<YOUR_ANTHROPIC_API_KEY> --env OPENAI_API_KEY=<YOUR_OPENAI_API_KEY> --env LUCAIRN_BASE_URL=<YOUR_LUCAIRN_BASE_URL> --env LUCAIRN_TRANSPORT=<YOUR_LUCAIRN_TRANSPORT> -- npx -y @lucairn/mcp-server

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →