Merge pull request #10669 from leonacostaok/add-quantakrypto-pqc-mcp

Add quantakrypto/pqc-tools — post-quantum readiness MCP server (Security) 🤖🤖🤖
This commit is contained in:
Frank Fiegel
2026-07-29 04:24:16 -04:00
committed by GitHub
8 changed files with 8 additions and 0 deletions
+1
View File
@@ -3262,6 +3262,7 @@ Tools for conducting research, surveys, interviews, and data collection.
- [OksigeniaSL/checker-mcp](https://github.com/OksigeniaSL/checker-mcp) [![OksigeniaSL/checker-mcp MCP server](https://glama.ai/mcp/servers/OksigeniaSL/checker-mcp/badges/score.svg)](https://glama.ai/mcp/servers/OksigeniaSL/checker-mcp) 📇 🏠 - Domain security & privacy checker: 17 live checks (SPF, DMARC, DKIM, DNSSEC, TLS, CAA, security headers) scored 0-100 with remediation. Local-first, zero telemetry. In the official MCP Registry as `com.oksigenia/checker-mcp`; npm `@oksigenia/checker-mcp`.
- [mcpindex-ai/mcp-server-mcpindex](https://github.com/mcpindex-ai/mcp-server-mcpindex) [![mcp-server-mcpindex MCP server](https://glama.ai/mcp/servers/mcpindex-ai/mcp-server-mcpindex/badges/score.svg)](https://glama.ai/mcp/servers/mcpindex-ai/mcp-server-mcpindex) 📇 ☁️ 🍎 🪟 🐧 - Find MCP servers by natural-language task and get advisory trust screens (check_tool_trust, assess_server) before you connect. The directory client for mcpindex.ai; advisory, not a safety verdict.
- [calllint/calllint](https://github.com/calllint/calllint) [![calllint/calllint MCP server](https://glama.ai/mcp/servers/calllint/calllint/badges/score.svg)](https://glama.ai/mcp/servers/calllint/calllint) 📇 🏠 - Pre-flight security linter for MCP servers, agent tools, and skills. Scans a config *before* it runs — offline, deterministic, evidence-backed — and returns SAFE / REVIEW / BLOCK / UNKNOWN verdicts without executing the server it judges. CLI (`npx calllint scan`), MCP server (`npx calllint-mcp`), SARIF + CI gate. UNKNOWN is never SAFE.
- [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).
- [trustscoreagent/trustscoreagent](https://github.com/trustscoreagent/trustscoreagent) [![trustscoreagent/trustscoreagent MCP server](https://glama.ai/mcp/servers/trustscoreagent/trustscoreagent/badges/score.svg)](https://glama.ai/mcp/servers/trustscoreagent/trustscoreagent) 🎖️ 📇 ☁️ - Check the reputation of an AI microservice or public API *before* calling it, and submit ratings afterward — from a free, open trust registry (no account or API key). Scores combine Bayesian reputation and EigenTrust, strengthened by cryptographically signed service receipts and a Merkle audit trail. Install: `npx -y @trustscoreagent/mcp-server`.