Merge pull request #12949 from williamblakecunningham-max/patch-1

Add screenverity-mcp — free U.S. exclusion/debarment screening with s…
This commit is contained in:
Frank Fiegel
2026-09-07 00:42:34 -06:00
committed by GitHub
+1
View File
@@ -3459,6 +3459,7 @@ Tools for conducting research, surveys, interviews, and data collection.
- [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).
- [williamblakecunningham-max/screenverity-mcp](https://github.com/williamblakecunningham-max/screenverity-mcp) [![williamblakecunningham-max/screenverity-mcp MCP server](https://glama.ai/mcp/servers/williamblakecunningham-max/screenverity-mcp/badges/score.svg)](https://glama.ai/mcp/servers/williamblakecunningham-max/screenverity-mcp) 📇 ☁️ - Free U.S. exclusion, debarment and licence screening for agents (OIG LEIE, SAM.gov, state boards) with an Ed25519-signed receipt of the exact list snapshots checked.
- [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`.