From a2fcd8b77e969baf200ac2563f962e9ffc5d3f19 Mon Sep 17 00:00:00 2001 From: Declade <110547349+Declade@users.noreply.github.com> Date: Tue, 5 May 2026 17:48:54 +0200 Subject: [PATCH 1/2] Add Lucairn MCP server (Security) Privacy-preserving AI gateway. Sanitises PII before prompts reach Anthropic / OpenAI / your LLM, then emits a signed cryptographic certificate per call (Ed25519 + RFC 3161 timestamp + Sigstore Rekor anchoring). EU GDPR + AI Act ready, free tier with BYOK. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..cc709ae4f 100644 --- a/README.md +++ b/README.md @@ -2127,6 +2127,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [BurtTheCoder/mcp-maigret](https://github.com/BurtTheCoder/mcp-maigret) 📇 🪟 ☁️ - MCP server for maigret, a powerful OSINT tool that collects user account information from various public sources. This server provides tools for searching usernames across social networks and analyzing URLs. - [BurtTheCoder/mcp-shodan](https://github.com/BurtTheCoder/mcp-shodan) 📇 🪟 ☁️ - MCP server for querying the Shodan API and Shodan CVEDB. This server provides tools for IP lookups, device searches, DNS lookups, vulnerability queries, CPE lookups, and more. - [BurtTheCoder/mcp-virustotal](https://github.com/BurtTheCoder/mcp-virustotal) 📇 🪟 ☁️ - MCP server for querying the VirusTotal API. This server provides tools for scanning URLs, analyzing file hashes, and retrieving IP address reports. +- [Declade/lucairn-sdks](https://github.com/Declade/lucairn-sdks) 📇 ☁️ 🍎 🪟 🐧 - Privacy-preserving AI gateway. Sanitises PII (German + English; Microsoft Presidio + custom recognisers) before prompts reach Anthropic / OpenAI / your LLM, then emits a signed cryptographic certificate per call (Ed25519 + RFC 3161 timestamp + Sigstore Rekor anchoring). EU GDPR + AI Act ready. Free tier 500 calls/month, BYOK. Install: `npx -y @lucairn/mcp-server`. Docs: https://lucairn.eu/developer/mcp. - [chrbailey/promptspeak-mcp-server](https://github.com/chrbailey/promptspeak-mcp-server) [![promptspeak-mcp-server MCP server](https://glama.ai/mcp/servers/chrbailey/promptspeak-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/chrbailey/promptspeak-mcp-server) 📇 🏠 🍎 🪟 🐧 - Pre-execution governance for AI agents. Intercepts and validates every agent tool call through an 8-stage pipeline before execution — risk classification, behavioral drift detection, hold queue for dangerous operations, and complete audit trail. 45 tools, 658 tests. - [bx33661/Wireshark-MCP](https://github.com/bx33661/Wireshark-MCP) [![Wireshark-MCP MCP server](https://glama.ai/mcp/servers/bx33661/Wireshark-MCP/badges/score.svg)](https://glama.ai/mcp/servers/bx33661/Wireshark-MCP) 🐍 🏠 - Wireshark network packet analysis MCP Server with capture, protocol stats, field extraction, and security analysis capabilities. - [Chimera-Protocol/csl-core](https://github.com/Chimera-Protocol/csl-core) 🐍 🏠 🍎 🪟 🐧 - Deterministic AI safety policy engine with Z3 formal verification. Write, verify, and enforce machine-verifiable constraints for AI agents via MCP. From cc282ff1c654d1a7513257aa2bbc6c31aa419d8c Mon Sep 17 00:00:00 2001 From: Declade <110547349+Declade@users.noreply.github.com> Date: Tue, 5 May 2026 20:27:22 +0200 Subject: [PATCH 2/2] Add Glama score badge per github-actions[bot] requirement Server is listed on Glama at https://glama.ai/mcp/servers/Declade/lucairn-sdks and passes Glama's automated build + introspection checks (build success, 7.2s, 2026-05-05). Adds the score badge after the description per the bot's comment format. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc709ae4f..23d4ef130 100644 --- a/README.md +++ b/README.md @@ -2127,7 +2127,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [BurtTheCoder/mcp-maigret](https://github.com/BurtTheCoder/mcp-maigret) 📇 🪟 ☁️ - MCP server for maigret, a powerful OSINT tool that collects user account information from various public sources. This server provides tools for searching usernames across social networks and analyzing URLs. - [BurtTheCoder/mcp-shodan](https://github.com/BurtTheCoder/mcp-shodan) 📇 🪟 ☁️ - MCP server for querying the Shodan API and Shodan CVEDB. This server provides tools for IP lookups, device searches, DNS lookups, vulnerability queries, CPE lookups, and more. - [BurtTheCoder/mcp-virustotal](https://github.com/BurtTheCoder/mcp-virustotal) 📇 🪟 ☁️ - MCP server for querying the VirusTotal API. This server provides tools for scanning URLs, analyzing file hashes, and retrieving IP address reports. -- [Declade/lucairn-sdks](https://github.com/Declade/lucairn-sdks) 📇 ☁️ 🍎 🪟 🐧 - Privacy-preserving AI gateway. Sanitises PII (German + English; Microsoft Presidio + custom recognisers) before prompts reach Anthropic / OpenAI / your LLM, then emits a signed cryptographic certificate per call (Ed25519 + RFC 3161 timestamp + Sigstore Rekor anchoring). EU GDPR + AI Act ready. Free tier 500 calls/month, BYOK. Install: `npx -y @lucairn/mcp-server`. Docs: https://lucairn.eu/developer/mcp. +- [Declade/lucairn-sdks](https://github.com/Declade/lucairn-sdks) [![Declade/lucairn-sdks MCP server](https://glama.ai/mcp/servers/Declade/lucairn-sdks/badges/score.svg)](https://glama.ai/mcp/servers/Declade/lucairn-sdks) 📇 ☁️ 🍎 🪟 🐧 - Privacy-preserving AI gateway. Sanitises PII (German + English; Microsoft Presidio + custom recognisers) before prompts reach Anthropic / OpenAI / your LLM, then emits a signed cryptographic certificate per call (Ed25519 + RFC 3161 timestamp + Sigstore Rekor anchoring). EU GDPR + AI Act ready. Free tier 500 calls/month, BYOK. Install: `npx -y @lucairn/mcp-server`. Docs: https://lucairn.eu/developer/mcp. - [chrbailey/promptspeak-mcp-server](https://github.com/chrbailey/promptspeak-mcp-server) [![promptspeak-mcp-server MCP server](https://glama.ai/mcp/servers/chrbailey/promptspeak-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/chrbailey/promptspeak-mcp-server) 📇 🏠 🍎 🪟 🐧 - Pre-execution governance for AI agents. Intercepts and validates every agent tool call through an 8-stage pipeline before execution — risk classification, behavioral drift detection, hold queue for dangerous operations, and complete audit trail. 45 tools, 658 tests. - [bx33661/Wireshark-MCP](https://github.com/bx33661/Wireshark-MCP) [![Wireshark-MCP MCP server](https://glama.ai/mcp/servers/bx33661/Wireshark-MCP/badges/score.svg)](https://glama.ai/mcp/servers/bx33661/Wireshark-MCP) 🐍 🏠 - Wireshark network packet analysis MCP Server with capture, protocol stats, field extraction, and security analysis capabilities. - [Chimera-Protocol/csl-core](https://github.com/Chimera-Protocol/csl-core) 🐍 🏠 🍎 🪟 🐧 - Deterministic AI safety policy engine with Z3 formal verification. Write, verify, and enforce machine-verifiable constraints for AI agents via MCP.