Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ”’ Security
  3. Lucairn Sdks
Lucairn Sdks logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 4:17:24 PM

Lucairn Sdks

User RatingsBe the first to rate and review this MCP server!
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).Visit Website
privacypii-redactionmcpcryptographyllm-gateway

Sanitizes PII before LLM calls and returns signed certificates through an MCP chat tool.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "declade-lucairn-sdks": {
      "command": "npx",
      "args": [
        "-y",
        "@lucairn/mcp-server"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ”’ More in Security

Overview

Declade/lucairn-sdks MCP server routes agent prompts through Lucairn, redacting detected personal data before requests reach Anthropic or OpenAI. It exposes a `chat_via_lucairn` MCP tool and returns responses with signed Lucairn Certificates describing the redaction process. Use it when an MCP client needs a privacy layer, provider routing, and auditable request metadata. A Lucairn API key is required, while provider keys can be supplied for BYOK routing.

Use cases

โ€ขRedact personal data from agent prompts before sending them to an LLM
โ€ขRoute Claude or OpenAI model requests through a privacy gateway
โ€ขInspect signed certificates for LLM request redaction
โ€ขTest PII detection behavior with placeholder responses

Key features

โ€ขPII detection and placeholder substitution
โ€ขAnthropic and OpenAI model routing
โ€ขEd25519-signed response certificates
โ€ขRFC 3161 and Sigstore Rekor certificate metadata
โ€ขMCP client support through npx
โ€ขOptional BYOK provider credentials

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Lucairn Sdks.

Extracted Tool Capabilities
PII detection and placeholder substitution
Anthropic and OpenAI model routing
Ed25519-signed response certificates
RFC 3161 and Sigstore Rekor certificate metadata
MCP client support through npx
Optional BYOK provider credentials

How Lucairn Sdks works

What Declade/lucairn-sdks MCP server does

Declade/lucairn-sdks MCP server provides the MCP entry point for Lucairn, an EU-based gateway that sits between an AI agent and an upstream language model. Its main MCP tool, chat_via_lucairn, sends prompts through a privacy pipeline before forwarding them to a selected provider.

The gateway detects personal data and replaces it with typed placeholders such as [PERSON_1], [EMAIL_2], or [IBAN_3]. Detection combines tenant-specific entity matching, Microsoft Presidio-based recognition, and an optional custom-trained shield available on the Enterprise tier. The supplied description covers German and English PII handling with custom recognisers.

After processing the request, Lucairn returns a signed certificate describing what was redacted, when processing occurred, and which sanitizer layer handled it. Certificates use an Ed25519 witness signature and include RFC 3161 timestamp and Sigstore Rekor anchoring information.

How it works

The MCP server runs locally through npx and communicates with the MCP client using the configured stdio command. The client sends a chat request to chat_via_lucairn, including the model identifier. Lucairn uses that identifier to select the upstream provider: Claude and Anthropic-prefixed models route to Anthropic, while GPT, OpenAI, and supported O-series prefixes route to OpenAI.

PII is replaced before the upstream model receives the prompt. Developer-tier responses retain the placeholders, which is useful for checking the redaction behavior. Pro and Enterprise tiers can restore the original values on the gateway before returning the response to the application. Enterprise self-hosted deployments can keep the complete stack inside the customer environment.

Setup and configuration

Install the server with:

Terminal
npx -y @lucairn/mcp-server

Add the command to the MCP client configuration and set LUCAIRN_API_KEY. The README specifically lists Claude Desktop, Cursor, Cline, and Continue as compatible configuration targets. ANTHROPIC_API_KEY and OPENAI_API_KEY are optional BYOK variables; when supplied, the matching provider key is forwarded for the selected model and provider billing is direct.

A free Developer tier provides 500 requests per month without a credit card. Pro and Enterprise plans add capabilities including response re-linking, higher quotas, certificate JSON access, audit-event export, self-hosting, and optional custom PII training, depending on the plan.

Tools and capabilities

Declade/lucairn-sdks MCP server exposes the following documented MCP tool:

  • chat_via_lucairn: sends a chat request through Lucairn's PII detection, placeholder substitution, provider routing, and certificate-generation pipeline.

The wider repository also contains TypeScript, Python, and Go SDKs. Those SDKs provide certificate summary and verification APIs, but the README identifies chat_via_lucairn as the MCP server tool. Every SDK response receives a certificate; HTML summaries are available on all tiers, while certificate JSON access and local Ed25519 verification are available on Pro and above.

Limitations and notes

The custom GPU-hosted PII shield is limited to Enterprise. Developer-tier output does not re-link placeholders to the original values. External RFC 3161 and Sigstore Rekor verification is currently exposed as pass-through metadata; full external anchor verification is planned for a later release.

The MCP server depends on a Lucairn account and API key. Provider credentials are needed when using BYOK routing, and the README does not document a hosted remote MCP endpoint. Declade/lucairn-sdks MCP server is MIT-licensed, but service quotas and tier-specific features are controlled by Lucairn rather than by the local package alone.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Security View all alternatives
  • Trustboost Pii Sanitizer logoTrustboost Pii Sanitizer

    PII sanitization layer for autonomous AI agent pipelines. Detects and redacts emails, phone numbers, national IDs, private keys, and financial data before text reaches LLMs. Supports EN, ES (LATAM), PT (BR/PT), DE, JA. Solana-native payments via Helius oracle.

    ๐Ÿ”’ Security2 views
    Compare vs Trustboost Pii Sanitizer โ†’
  • Volta MCP Server logoVolta MCP Server

    Burn-after-read encrypted notes for AI agents. Create and read self-destructing notes via Volta Notes with AES-256-GCM E2E encryption โ€” the decryption key never leaves the URL fragment. Secure credential handoff between users and agents without secrets appearing in chat history.

    ๐Ÿ”’ Security3 views
    Compare vs Volta MCP Server โ†’
  • Arkforge MCP logoArkforge MCP

    Third-party certifying proxy โ€” sign any HTTP call (AI agents, webhooks, microservices) with an independent Ed25519 signature, RFC 3161 timestamp, and Sigstore Rekor anchor. Works with Claude, GPT-4, Mistral, LangChain, AutoGen, or any HTTP client.

    ๐Ÿ”’ Security3 views
    Compare vs Arkforge MCP โ†’
  • Shield logoShield

    Local guardrail proxy for AI coding agents. Wraps any MCP server (stdio or Streamable HTTP) and blocks destructive tool calls โ€” DROP TABLE, rm -rf, force-push โ€” before they execute. MCP supply-chain protection: TOFU tool-catalog pinning against rug pulls, plus tool-description and tool-result scanning for tool poisoning and prompt injection. 51 starter rules, approval gates, audit logging. Single binary, Apache-2.0.

    ๐Ÿ”’ Security3 views
    Compare vs Shield โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
2
Stargazers on the source repository.
npm downloads
506
Package downloads in the last 30 days.
Last commit
21d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Lucairn Sdks

Run `npx -y @lucairn/mcp-server`, then add the same command and arguments to your MCP client configuration.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewLucairn Sdks AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/declade-lucairn-sdks?style=directory)](https://allmcps.com/mcp/declade-lucairn-sdks)
HTML Embed
<a href="https://allmcps.com/mcp/declade-lucairn-sdks"><img src="https://allmcps.com/api/badge/declade-lucairn-sdks?style=directory" alt="Lucairn Sdks on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ”’Security
PricingFreemium
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthAPI key
LicenseMIT
ClientsClaude Desktop, Cursor, Cline / VS Code
Last updatedSep 7, 2026
11/11 checks healthy over the last 34d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
Last commit21d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 22, 2026
npm downloads506/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
57Quality signal: Good ยท 57/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools26/30
Adoption & activity7/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 21d ago via OSV.dev ยท @lucairn/mcp-server (npm)

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ”’ Security โ†’Best MCP servers for Security โ†’Alternatives to Lucairn Sdks โ†’Install in Claude DesktopInstall in CursorInstall in VS Code