74
/ 100
1 month ago
glama

AgentSoap MCP Server

A security interceptor for AI agents that mitigates prompt injections and data loss in autonomous workflows.

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.
🔐
You'll be asked for 2 credentials: AGENTSOAP_API_KEY, MCP_SECRET_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.
🔐 secretAGENTSOAP_API_KEYyour_api_key_here # Get one at agentsoap.com
configAGENTSOAP_API_URL
configAGENT_ID
configBLIND_MODEfalse # Set to 'true' to hash PII at the edge before transmission
configBLIND_MODE_SALT
configFALLBACK_STRATEGYSTRICT # STRICT (fail-closed) or LENIENT (fail-open for read-only)
🔐 secretMCP_SECRET_KEYyour_hmac_signing_secret # 32+ chars — enables Zero-Trust request signing
configUSE_CLOUD_SANITIZATION
// 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/bp46-agentsoap-mcp-1brocx)](https://m8ven.ai/mcp/bp46-agentsoap-mcp-1brocx)
commit: d63cb37f1d592cd16ae0bed3ac7b21a26ecde9e2
code hash: 08e6afe226a0455ad394c4a65ec4438676975ac78a7940ae81b80ed7a012f82d
verified: 5/25/2026, 11:33:38 AM
view raw JSON →