From 05e9be2a969b6019d8dc5bf89fba69e73142ede9 Mon Sep 17 00:00:00 2001 From: Leon Acosta Date: Wed, 22 Jul 2026 23:58:46 +0700 Subject: [PATCH 1/3] Add quantakrypto/pqc-tools post-quantum readiness MCP server (Security) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e251ef0d..8b62f381a 100644 --- a/README.md +++ b/README.md @@ -3081,6 +3081,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [gautam-u/sieve-mcp](https://github.com/gautam-u/sieve-mcp) [![gautam-u/sieve-mcp MCP server](https://glama.ai/mcp/servers/gautam-u/sieve-mcp/badges/score.svg)](https://glama.ai/mcp/servers/gautam-u/sieve-mcp) 🏠 🍎 - Local AI chat history secret scanner for macOS. Finds API keys and secrets leaked into Claude Code, Cursor, Copilot Chat, Cline, Codex, Gemini CLI, and other AI tool transcripts. 9 MCP tools: findings list with redacted previews, boolean secret detection (`sieve_check_text`), placeholder-only redaction (`sieve_redact_text` returns `sieve://project/key`, never raw values), vault-backed command execution, and scan health. Local-only stdio transport, macOS Keychain vault, no plaintext secrets in any tool response. [Mac App Store](https://apps.apple.com/app/sieve-ai-secret-scanner/id6747506504). - [yessGlory17/job-verify](https://github.com/yessGlory17/job-verify) [![yessGlory17/job-verify MCP server](https://glama.ai/mcp/servers/yessGlory17/job-verify/badges/score.svg)](https://glama.ai/mcp/servers/yessGlory17/job-verify) 🐍 ☁️ 🍎 🪟 🐧 - Check whether a recruiter or job offer is a scam before you reply. Extracts entities (company, links, email, phone, wallets) from a pasted message and cross-checks company registration, domain age, look-alike/typosquat domains, phishing & malware blocklists, email deliverability, crypto-scam databases, and Internet Archive history — free OSINT, no API keys. - [shieldly-io/mcp](https://github.com/shieldly-io/mcp) [![shieldly-io/mcp MCP server](https://glama.ai/mcp/servers/shieldly-io/mcp/badges/score.svg)](https://glama.ai/mcp/servers/shieldly-io/mcp) 🎖️ 📇 ☁️ - Official [Shieldly](https://www.shieldly.io) MCP server: `analyze_iam_policy` and `analyze_cloudformation_template` tools flag AWS IAM privilege-escalation paths, wildcards, and over-permissive access. Free demo mode, no signup or API key needed. `npx -y @shieldly/mcp`. +- [quantakrypto/pqc-tools](https://github.com/quantakrypto/pqc-tools) 📇 🏠 ☁️ - Post-quantum readiness for AI coding agents: scan code for quantum-vulnerable cryptography (RSA/ECDH/ECDSA/DH), explain the harvest-now-decrypt-later exposure, get NIST ML-KEM/ML-DSA/SLH-DSA (and hybrid) migration guidance, verify fixes, and check dependencies. Content-based/advisory tools only. Run local (`npx @quantakrypto/mcp`) or the hosted OAuth endpoint at [mcp.quantakrypto.com](https://mcp.quantakrypto.com). ### 🌐 Social Media Integration with social media platforms to allow posting, analytics, and interaction management. Enables AI-driven automation for social presence. From b3c094645008b4a8ef05f6187218c63746cde180 Mon Sep 17 00:00:00 2001 From: Leon Acosta Date: Thu, 23 Jul 2026 00:08:24 +0700 Subject: [PATCH 2/3] add glama score badge to quantakrypto/pqc-tools entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b62f381a..a15bc7d13 100644 --- a/README.md +++ b/README.md @@ -3081,7 +3081,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [gautam-u/sieve-mcp](https://github.com/gautam-u/sieve-mcp) [![gautam-u/sieve-mcp MCP server](https://glama.ai/mcp/servers/gautam-u/sieve-mcp/badges/score.svg)](https://glama.ai/mcp/servers/gautam-u/sieve-mcp) 🏠 🍎 - Local AI chat history secret scanner for macOS. Finds API keys and secrets leaked into Claude Code, Cursor, Copilot Chat, Cline, Codex, Gemini CLI, and other AI tool transcripts. 9 MCP tools: findings list with redacted previews, boolean secret detection (`sieve_check_text`), placeholder-only redaction (`sieve_redact_text` returns `sieve://project/key`, never raw values), vault-backed command execution, and scan health. Local-only stdio transport, macOS Keychain vault, no plaintext secrets in any tool response. [Mac App Store](https://apps.apple.com/app/sieve-ai-secret-scanner/id6747506504). - [yessGlory17/job-verify](https://github.com/yessGlory17/job-verify) [![yessGlory17/job-verify MCP server](https://glama.ai/mcp/servers/yessGlory17/job-verify/badges/score.svg)](https://glama.ai/mcp/servers/yessGlory17/job-verify) 🐍 ☁️ 🍎 🪟 🐧 - Check whether a recruiter or job offer is a scam before you reply. Extracts entities (company, links, email, phone, wallets) from a pasted message and cross-checks company registration, domain age, look-alike/typosquat domains, phishing & malware blocklists, email deliverability, crypto-scam databases, and Internet Archive history — free OSINT, no API keys. - [shieldly-io/mcp](https://github.com/shieldly-io/mcp) [![shieldly-io/mcp MCP server](https://glama.ai/mcp/servers/shieldly-io/mcp/badges/score.svg)](https://glama.ai/mcp/servers/shieldly-io/mcp) 🎖️ 📇 ☁️ - Official [Shieldly](https://www.shieldly.io) MCP server: `analyze_iam_policy` and `analyze_cloudformation_template` tools flag AWS IAM privilege-escalation paths, wildcards, and over-permissive access. Free demo mode, no signup or API key needed. `npx -y @shieldly/mcp`. -- [quantakrypto/pqc-tools](https://github.com/quantakrypto/pqc-tools) 📇 🏠 ☁️ - Post-quantum readiness for AI coding agents: scan code for quantum-vulnerable cryptography (RSA/ECDH/ECDSA/DH), explain the harvest-now-decrypt-later exposure, get NIST ML-KEM/ML-DSA/SLH-DSA (and hybrid) migration guidance, verify fixes, and check dependencies. Content-based/advisory tools only. Run local (`npx @quantakrypto/mcp`) or the hosted OAuth endpoint at [mcp.quantakrypto.com](https://mcp.quantakrypto.com). +- [quantakrypto/pqc-tools](https://github.com/quantakrypto/pqc-tools) [![quantakrypto/pqc-tools MCP server](https://glama.ai/mcp/servers/quantakrypto/pqc-tools/badges/score.svg)](https://glama.ai/mcp/servers/quantakrypto/pqc-tools) 📇 🏠 ☁️ - Post-quantum readiness for AI coding agents: scan code for quantum-vulnerable cryptography (RSA/ECDH/ECDSA/DH), explain the harvest-now-decrypt-later exposure, get NIST ML-KEM/ML-DSA/SLH-DSA (and hybrid) migration guidance, verify fixes, and check dependencies. Content-based/advisory tools only. Run local (`npx @quantakrypto/mcp`) or the hosted OAuth endpoint at [mcp.quantakrypto.com](https://mcp.quantakrypto.com). ### 🌐 Social Media Integration with social media platforms to allow posting, analytics, and interaction management. Enables AI-driven automation for social presence. From b5418a42a47ad54281f01e59c0f7f57fd1c83811 Mon Sep 17 00:00:00 2001 From: Leon Acosta Date: Wed, 29 Jul 2026 01:21:03 +0700 Subject: [PATCH 3/3] add pqc-tools to the security section in the 7 translated readmes too (ja, ko, zh, zh_TW, pt_BR, th, fa) --- README-fa-ir.md | 1 + README-ja.md | 1 + README-ko.md | 1 + README-pt_BR.md | 1 + README-th.md | 1 + README-zh.md | 1 + README-zh_TW.md | 1 + 7 files changed, 7 insertions(+) diff --git a/README-fa-ir.md b/README-fa-ir.md index 6538506bf..8b8020f3e 100644 --- a/README-fa-ir.md +++ b/README-fa-ir.md @@ -1055,6 +1055,7 @@ - [zinja-coder/apktool-mcp-server](https://github.com/zinja-coder/apktool-mcp-server) 🐍 🏠 - APKTool MCP Server یک سرور MCP برای Apk Tool است تا اتوماسیون در مهندسی معکوس APKهای Android را فراهم کند. - [zinja-coder/jadx-ai-mcp](https://github.com/zinja-coder/jadx-ai-mcp) ☕ 🏠 - JADX-AI-MCP یک پلاگین و سرور MCP برای decompiler JADX است که مستقیماً با Model Context Protocol (MCP) یکپارچه می‌شود تا پشتیبانی از مهندسی معکوس زنده را با LLMهایی مانند Claude فراهم کند. - [HaroldFinchIFT/vuln-nist-mcp-server](https://github.com/HaroldFinchIFT/vuln-nist-mcp-server) 🐍 ☁️️ 🍎 🪟 🐧 - یک سرور Model Context Protocol (MCP) برای کوئری نقاط پایانی API پایگاه داده ملی آسیب‌پذیری NIST (NVD). +- [quantakrypto/pqc-tools](https://github.com/quantakrypto/pqc-tools) [![quantakrypto/pqc-tools MCP server](https://glama.ai/mcp/servers/quantakrypto/pqc-tools/badges/score.svg)](https://glama.ai/mcp/servers/quantakrypto/pqc-tools) 📇 🏠 ☁️ - آمادگی پساکوانتومی برای عامل‌های کدنویسی هوش مصنوعی: کدها را برای رمزنگاری آسیب‌پذیر در برابر کوانتوم (RSA/ECDH/ECDSA/DH) اسکن می‌کند، مخاطره harvest-now-decrypt-later را توضیح می‌دهد، راهنمای مهاجرت به NIST ML-KEM/ML-DSA/SLH-DSA (و ترکیبی) ارائه می‌دهد، اصلاحات را تأیید و وابستگی‌ها را بررسی می‌کند. فقط ابزارهای مشاوره‌ای مبتنی بر محتوا. به‌صورت محلی (`npx @quantakrypto/mcp`) یا از طریق نقطه‌پایانی OAuth میزبانی‌شده در [mcp.quantakrypto.com](https://mcp.quantakrypto.com) اجرا کنید. ### 🌐 رسانه‌های اجتماعی diff --git a/README-ja.md b/README-ja.md index b759cfcb7..10a792db3 100644 --- a/README-ja.md +++ b/README-ja.md @@ -542,6 +542,7 @@ aliyun/alibabacloud-tablestore-mcp-server ☕ 🐍 ☁️ - 阿里云表格存 - [co-browser/attestable-mcp-server](https://github.com/co-browser/attestable-mcp-server) 🐍 🏠 ☁️ 🐧 - Gramine経由で信頼実行環境(TEE)内で実行されるMCPサーバー。[RA-TLS](https://gramine.readthedocs.io/en/stable/attestation.html)を使用したリモート証明を紹介。MCPクライアントが接続前にサーバーを検証可能 - [zinja-coder/jadx-ai-mcp](https://github.com/zinja-coder/jadx-ai-mcp) ☕ 🏠 - Model Context Protocol(MCP)と直接統合し、ClaudeなどのLLMでライブリバースエンジニアリング支援を提供するJADXデコンパイラー用プラグインとMCPサーバー - [zinja-coder/apktool-mcp-server](https://github.com/zinja-coder/apktool-mcp-server) 🐍 🏠 - APK ToolのMCPサーバー。Android APKのリバースエンジニアリング自動化を提供 +- [quantakrypto/pqc-tools](https://github.com/quantakrypto/pqc-tools) [![quantakrypto/pqc-tools MCP server](https://glama.ai/mcp/servers/quantakrypto/pqc-tools/badges/score.svg)](https://glama.ai/mcp/servers/quantakrypto/pqc-tools) 📇 🏠 ☁️ - AIコーディングエージェント向けのポスト量子対応ツール。量子に脆弱な暗号(RSA/ECDH/ECDSA/DH)をコードから検出し、harvest-now-decrypt-later(今収集して後で復号)のリスクを説明し、NIST ML-KEM/ML-DSA/SLH-DSA(およびハイブリッド)への移行ガイダンスを提供、修正の検証と依存関係のチェックを行います。内容ベースの助言的ツールのみ。ローカル(`npx @quantakrypto/mcp`)または[mcp.quantakrypto.com](https://mcp.quantakrypto.com)のホスト型OAuthエンドポイントで実行できます。 ### 📟 組み込みシステム diff --git a/README-ko.md b/README-ko.md index 9699a6c20..c56b46d5f 100644 --- a/README-ko.md +++ b/README-ko.md @@ -507,6 +507,7 @@ - [VMS MCP 서버](https://github.com/jyjune/mcp_vms) 🐍 🏠 🪟 VMS MCP 서버는 CCTV 녹화 프로그램(VMS)에 연결하여 녹화된 영상과 실시간 영상을 가져오며, 특정 채널의 특정 시간에 실시간 영상이나 재생 화면을 표시하는 등의 VMS 소프트웨어 제어 도구도 제공합니다. - [intruder-io/intruder-mcp](https://github.com/intruder-io/intruder-mcp) 🐍 ☁️ - [Intruder](https://www.intruder.io/)에 액세스할 수 있는 MCP 서버로, 인프라의 보안 취약점을 식별, 이해 및 해결하는 데 도움을 줍니다. - [joergmichno/clawguard-mcp](https://github.com/joergmichno/clawguard-mcp) ([glama](https://glama.ai/mcp/servers/joergmichno/clawguard-mcp)) 🐍 🏠 - Security scanner for AI agents that detects prompt injections using 42+ regex patterns +- [quantakrypto/pqc-tools](https://github.com/quantakrypto/pqc-tools) [![quantakrypto/pqc-tools MCP server](https://glama.ai/mcp/servers/quantakrypto/pqc-tools/badges/score.svg)](https://glama.ai/mcp/servers/quantakrypto/pqc-tools) 📇 🏠 ☁️ - AI 코딩 에이전트를 위한 포스트 양자 대비 도구. 양자에 취약한 암호(RSA/ECDH/ECDSA/DH)를 코드에서 스캔하고, harvest-now-decrypt-later(지금 수집해 나중에 복호화) 위험을 설명하며, NIST ML-KEM/ML-DSA/SLH-DSA(및 하이브리드) 마이그레이션 지침을 제공하고, 수정 사항을 검증하며 의존성을 점검합니다. 콘텐츠 기반의 자문용 도구만 제공. 로컬(`npx @quantakrypto/mcp`) 또는 [mcp.quantakrypto.com](https://mcp.quantakrypto.com)의 호스팅된 OAuth 엔드포인트에서 실행합니다. ### 🏃 스포츠 diff --git a/README-pt_BR.md b/README-pt_BR.md index 2bec02783..af1678db8 100644 --- a/README-pt_BR.md +++ b/README-pt_BR.md @@ -464,6 +464,7 @@ Acesse e analise dados de monitoramento de aplicações. Permite que modelos de - [intruder-io/intruder-mcp](https://github.com/intruder-io/intruder-mcp) 🐍 ☁️ - Servidor MCP para acessar o [Intruder](https://www.intruder.io/), ajudando você a identificar, entender e corrigir vulnerabilidades de segurança na sua infraestrutura. - [joergmichno/clawguard-mcp](https://github.com/joergmichno/clawguard-mcp) ([glama](https://glama.ai/mcp/servers/joergmichno/clawguard-mcp)) 🐍 🏠 - Security scanner for AI agents that detects prompt injections using 42+ regex patterns - [jtang613/GhidrAssistMCP](https://github.com/jtang613/GhidrAssistMCP) ☕ 🏠 - Um servidor nativo do Model Context Protocol para o Ghidra. Inclui configuração via interface gráfica, registro de logs, 31 ferramentas poderosas e nenhuma dependência externa. +- [quantakrypto/pqc-tools](https://github.com/quantakrypto/pqc-tools) [![quantakrypto/pqc-tools MCP server](https://glama.ai/mcp/servers/quantakrypto/pqc-tools/badges/score.svg)](https://glama.ai/mcp/servers/quantakrypto/pqc-tools) 📇 🏠 ☁️ - Prontidão pós-quântica para agentes de codificação com IA: verifica no código criptografia vulnerável a ataques quânticos (RSA/ECDH/ECDSA/DH), explica a exposição harvest-now-decrypt-later, fornece orientação de migração para NIST ML-KEM/ML-DSA/SLH-DSA (e híbrido), valida correções e checa dependências. Apenas ferramentas consultivas baseadas em conteúdo. Rode localmente (`npx @quantakrypto/mcp`) ou use o endpoint OAuth hospedado em [mcp.quantakrypto.com](https://mcp.quantakrypto.com). ### 🏃 Esportes diff --git a/README-th.md b/README-th.md index 69c6fc951..a3ea204f8 100644 --- a/README-th.md +++ b/README-th.md @@ -556,6 +556,7 @@ i- [jtang613/GhidrAssistMCP](https://github.com/jtang613/GhidrAssistMCP) ☕ - [mrexodia/ida-pro-mcp](https://github.com/mrexodia/ida-pro-mcp) 🐍 🏠 - เซิร์ฟเวอร์ MCP สำหรับ IDA Pro ช่วยให้คุณทำการวิเคราะห์ไบนารีด้วยผู้ช่วย AI ปลั๊กอินนี้ใช้การดีคอมไพล์ การแยกส่วน และช่วยให้คุณสร้างรายงานการวิเคราะห์มัลแวร์โดยอัตโนมัติ - [intruder-io/intruder-mcp](https://github.com/intruder-io/intruder-mcp) 🐍 ☁️ - เซิร์ฟเวอร์ MCP สำหรับเข้าถึง [Intruder](https://www.intruder.io/) ช่วยให้คุณระบุ ทำความเข้าใจ และแก้ไขช่องโหว่ด้านความปลอดภัยในโครงสร้างพื้นฐานของคุณ - [joergmichno/clawguard-mcp](https://github.com/joergmichno/clawguard-mcp) ([glama](https://glama.ai/mcp/servers/joergmichno/clawguard-mcp)) 🐍 🏠 - Security scanner for AI agents that detects prompt injections using 42+ regex patterns +- [quantakrypto/pqc-tools](https://github.com/quantakrypto/pqc-tools) [![quantakrypto/pqc-tools MCP server](https://glama.ai/mcp/servers/quantakrypto/pqc-tools/badges/score.svg)](https://glama.ai/mcp/servers/quantakrypto/pqc-tools) 📇 🏠 ☁️ - ความพร้อมด้านหลังควอนตัมสำหรับ AI coding agent: สแกนโค้ดเพื่อหาการเข้ารหัสที่เสี่ยงต่อควอนตัม (RSA/ECDH/ECDSA/DH) อธิบายความเสี่ยงแบบ harvest-now-decrypt-later ให้คำแนะนำการย้ายไปยัง NIST ML-KEM/ML-DSA/SLH-DSA (และไฮบริด) ตรวจสอบการแก้ไข และตรวจสอบ dependency เป็นเครื่องมือให้คำแนะนำที่อิงเนื้อหาเท่านั้น รันในเครื่อง (`npx @quantakrypto/mcp`) หรือใช้ OAuth endpoint แบบโฮสต์ที่ [mcp.quantakrypto.com](https://mcp.quantakrypto.com) ### 🏃 กีฬา diff --git a/README-zh.md b/README-zh.md index a2824d745..dbf012e55 100644 --- a/README-zh.md +++ b/README-zh.md @@ -551,6 +551,7 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 - [roadwy/cve-search_mcp](https://github.com/roadwy/cve-search_mcp) 🐍 🏠 - CVE-Search MCP服务器, 提供CVE漏洞信息查询、漏洞产品信息查询等功能。 - [intruder-io/intruder-mcp](https://github.com/intruder-io/intruder-mcp) 🐍 ☁️ - MCP 服务器用于访问 [Intruder](https://www.intruder.io/),帮助你识别、理解并修复基础设施中的安全漏洞。 - [joergmichno/clawguard-mcp](https://github.com/joergmichno/clawguard-mcp) ([glama](https://glama.ai/mcp/servers/joergmichno/clawguard-mcp)) 🐍 🏠 - Security scanner for AI agents that detects prompt injections using 42+ regex patterns +- [quantakrypto/pqc-tools](https://github.com/quantakrypto/pqc-tools) [![quantakrypto/pqc-tools MCP server](https://glama.ai/mcp/servers/quantakrypto/pqc-tools/badges/score.svg)](https://glama.ai/mcp/servers/quantakrypto/pqc-tools) 📇 🏠 ☁️ - 面向 AI 编程代理的后量子就绪工具。扫描代码中易受量子攻击的密码算法(RSA/ECDH/ECDSA/DH),解释 harvest-now-decrypt-later(先收集、后解密)风险,提供 NIST ML-KEM/ML-DSA/SLH-DSA(及混合)迁移指南,验证修复并检查依赖。仅为基于内容的咨询类工具。可本地运行(`npx @quantakrypto/mcp`)或使用 [mcp.quantakrypto.com](https://mcp.quantakrypto.com) 的托管 OAuth 端点。 ### 📟 嵌入式系统 diff --git a/README-zh_TW.md b/README-zh_TW.md index d2d57935f..be4e57900 100644 --- a/README-zh_TW.md +++ b/README-zh_TW.md @@ -446,6 +446,7 @@ Web 內容訪問和自動化功能。支援以 AI 友好格式搜尋、抓取和 - [Security Audit MCP Server](https://github.com/qianniuspace/mcp-security-audit) 📇🛡️☁️ – 一個強大的 MCP (模型上下文協議) 伺服器,審計 npm 包依賴項的安全漏洞。內建遠端 npm 註冊表集成,以進行即時安全檢查。 - [intruder-io/intruder-mcp](https://github.com/intruder-io/intruder-mcp) 🐍 ☁️ - MCP 伺服器可存取 [Intruder](https://www.intruder.io/),協助你識別、理解並修復基礎設施中的安全漏洞。 - [joergmichno/clawguard-mcp](https://github.com/joergmichno/clawguard-mcp) ([glama](https://glama.ai/mcp/servers/joergmichno/clawguard-mcp)) 🐍 🏠 - Security scanner for AI agents that detects prompt injections using 42+ regex patterns +- [quantakrypto/pqc-tools](https://github.com/quantakrypto/pqc-tools) [![quantakrypto/pqc-tools MCP server](https://glama.ai/mcp/servers/quantakrypto/pqc-tools/badges/score.svg)](https://glama.ai/mcp/servers/quantakrypto/pqc-tools) 📇 🏠 ☁️ - 面向 AI 編程代理的後量子就緒工具。掃描程式碼中易受量子攻擊的密碼演算法(RSA/ECDH/ECDSA/DH),說明 harvest-now-decrypt-later(先收集、後解密)風險,提供 NIST ML-KEM/ML-DSA/SLH-DSA(及混合)遷移指引,驗證修復並檢查相依套件。僅為基於內容的諮詢類工具。可在本機執行(`npx @quantakrypto/mcp`)或使用 [mcp.quantakrypto.com](https://mcp.quantakrypto.com) 的託管 OAuth 端點。 ### 🌎 翻譯服務