From 1569ff950cd9e0da0270b1e7d67e568063833218 Mon Sep 17 00:00:00 2001 From: williamblakecunningham-max Date: Wed, 26 Aug 2026 09:32:43 -0600 Subject: [PATCH] =?UTF-8?q?Add=20screenverity-mcp=20=E2=80=94=20free=20U.S?= =?UTF-8?q?.=20exclusion/debarment=20screening=20with=20signed=20receipts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds screenverity-mcp. - npm: `npx screenverity-mcp` (no install, no API key, no account) - Repo: https://github.com/williamblakecunningham-max/screenverity-mcp (MIT) - Official MCP Registry: io.github.williamblakecunningham-max/screenverity-mcp - Glama: https://glama.ai/mcp/servers/williamblakecunningham-max/screenverity-mcp Three tools, all free: `screen`, `sources`, `verify_receipt`. It screens a name against U.S. exclusion, debarment and licence lists and returns a structured result plus an Ed25519-signed receipt naming the exact list snapshots that were checked, so a "clear" result is auditable after the fact. Coverage is deliberately explicit rather than implied — `sources` reports which lists are loaded and which are not, and the server never claims nationwide coverage. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72a96c8ff..a4008d860 100644 --- a/README.md +++ b/README.md @@ -3270,7 +3270,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). - +- [screenverity-mcp](https://github.com/williamblakecunningham-max/screenverity-mcp) - Free U.S. exclusion, debarment and licence screening for agents with an Ed25519-signed receipt of the exact list snapshots checked. [![Glama](https://glama.ai/mcp/servers/williamblakecunningham-max/screenverity-mcp/badge)](https://glama.ai/mcp/servers/williamblakecunningham-max/screenverity-mcp) - [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`. - [mastyf-ai/mastyf.ai](https://github.com/mastyf-ai/mastyf.ai) [![mastyf-ai/mastyf.ai MCP server](https://glama.ai/mcp/servers/mastyf-ai/mastyf.ai/badges/score.svg)](https://glama.ai/mcp/servers/mastyf-ai/mastyf.ai) 📇 🏠 🍎 🪟 🐧 - Open-source runtime security proxy for MCP. Transparently intercepts every tools/call through an 18-class attack defense pipeline (prompt injection, SSRF, shell injection, SQL injection, credential exfil, polyglot attacks) with a YAML policy engine and 304-entry adversarial corpus. Trust scoring for npm MCP packages with 0-100 badges. Cloud dashboard, Docker image, Python SDK. MIT.