mcpbeat Sign in

Lucairn MCP Server

local only

Lucairn MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 77 installs a week from npm. Last commit 22 Aug 2026.

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

Installs per day peak 33 · avg 13 · +49% w/w
a month agotoday
77
Installs / week
npm · @lucairn/mcp-server
2
Stars
9 open issues
22 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

…RATED","data_seen":["customer_id"],"data_not_seen":["context","prompt_template","inference_result"],"canonical_payload":"eyJjbGFpbV9pZCI6ImNsbV8wMTllYWVkNS1lZmY1LTc5NzUtOGNiMS0xMjc1YTNhODA5ZDkiLCJjbGFpbV90eXBlIjoiVE9LRU5fR0VORVJBVEVEIiwiZGF0YV9ub3Rfc2VlbiI6WyJjb250ZXh0IiwicHJvbXB…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add lucairn-mcp-server -- npx -y @lucairn/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lucairn-mcp-server": {
      "args": [
        "-y",
        "@lucairn/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.lucairn-mcp-server]
command = "npx"
args = ["-y", "@lucairn/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "lucairn-mcp-server": {
      "args": [
        "-y",
        "@lucairn/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "lucairn-mcp-server": {
      "args": [
        "-y",
        "@lucairn/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LUCAIRN_API_KEY (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 (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 (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).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Lucairn MCP Server

same job, measured the same way
Sequesign
by sequesign

Cryptographically verifiable receipts of an agent's delegated work, verified offline.

50 installs/wk local only
Vouch MCP
by vouch-protocol

Sign and verify W3C Verifiable Credentials so AI agents can cryptographically authorize actions.

61 installs/wk local only
Pulse Verity
by pulsebet

Read crypto reference prices and verify signed receipts. Includes limited keyless samples.

1 218 installs/wk local only
x402 Notary MCP
by forgemeshlabs

Cryptographic receipts for AI outputs on Base or Solana via x402.

75 installs/wk local only
KHOTEM — Cryptographic Witness
by khotem

Paid cryptographic witness for agents: seal, attest, receipts. x402 USDC/Base.

18 tools answering
Scopeblind Passport
by tomjwxf

Portable cryptographic identity for AI agents. Ed25519 keypairs and signed manifests.

70 installs/wk local only
Passport
by scopeblind

Portable cryptographic identity for AI agents. Ed25519 keypairs and signed manifests.

local only
I
Oracle
by demi-hl

Keyless multichain crypto desk: chain reads + prepare-only unsigned txs. Your wallet signs.

814 installs/wk local only

Lucairn MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Lucairn MCP Server?
Lucairn MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @lucairn/mcp-server was installed 77 times last week.
How do I connect Lucairn MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @lucairn/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Lucairn MCP Server?
The npm package @lucairn/mcp-server was installed 77 times in the last week. Week over week that is +49%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Lucairn MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript, 2 stars on GitHub and 9 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.