71
/ 100
7 days ago
glama

SCP

Enables content inspection, sanitization, containment, and quarantine for LLM security, preventing prompt injection and credential leaks.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: OLLAMA_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configOLLAMA_ALLOWED_HOSTSOptional extra hostnames/IPs (comma-separated, case-insensitive) allowed for OLLAMA_BASE_URL
configOLLAMA_URL_STRICTSet to 1 to reject names that resolve to private or link-local addresses (mitigates some SSRF/DNS cases)
configOLLAMA_BASE_URLOLLAMA_ALLOWED_HOSTS Optional extra hostnames/IPs (comma-separated, case-insensitive) allowed for
configOLLAMA_MODELFor semantic judge (default: llama3.2)
🔐 secretOLLAMA_API_KEYOptional bearer token for Ollama (sent as Authorization: Bearer …; never put secrets in the URL)
configSCP_QUARANTINE_DIRQuarantine storage path (default: ./scp_quarantine)
configSCP_SEMANTIC_JUDGESet to 1 to enable semantic judge globally
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/maninthecrowds-scp-30r74o)](https://m8ven.ai/mcp/maninthecrowds-scp-30r74o)
commit: 5be4c70bdb0fe76b49e4ed77215b4014a34dfa9f
code hash: 5a1305c52b34474251132a8a2ee1a3a70fc1ad9db1cbd0dc1604c93ac714443d
verified: 6/23/2026, 10:11:27 AM
view raw JSON →