74
/ 100
1 month ago
glama

Swarmtrade

a2a escrow and trading

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 6 credentials: ADMIN_API_KEY, COOKIE_SECRET, ESCROW_WALLET_PRIVATE_KEY, NEAR_ESCROW_PRIVATE_KEY, NOTIFICATION_EMAIL_PASS, NOTIFICATION_SIGNING_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies1 medium1 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

mediumturbo@2.0.0GHSA-hcf7-66rw-9f5r

Trubo: Login callback CSRF/session fixation

lowturbo@2.0.0GHSA-3qcw-2rhx-2726

Turbo: Unexpected local code execution during Yarn Berry detection

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretADMIN_API_KEYexport ="dev-admin-key"
🔐 secretCOOKIE_SECRETexport ="$(openssl rand -base64 32)"
configDATABASE_CA_CERT/ DATABASE_CA_CERT_BASE64 optional Pin a CA for strict SSL verification.
configDATABASE_CA_CERT_BASE64DATABASE_CA_CERT / optional Pin a CA for strict SSL verification.
configDATABASE_URLexport ="postgresql://a2a_admin:secure_a2a_password@localhost:5433/a2a_hub"
configDB_POOL_MAXoptional pg pool max connections (default 10).
🔐 secretESCROW_WALLET_PRIVATE_KEYoptional Enables EVM adapters. Funds the platform custody wallet.
configNEAR_ESCROW_ACCOUNT_ID/ _PRIVATE_KEY / NEAR_NETWORK / NEAR_RPC_URL optional Enables NEAR adapter.
🔐 secretNEAR_ESCROW_PRIVATE_KEY
configNEAR_NETWORKNEAR_ESCROW_ACCOUNT_ID / _PRIVATE_KEY / / NEAR_RPC_URL optional Enables NEAR adapter.
configNEAR_RPC_URLNEAR_ESCROW_ACCOUNT_ID / _PRIVATE_KEY / NEAR_NETWORK / optional Enables NEAR adapter.
🔐 secretNOTIFICATION_EMAIL_PASS
configNOTIFICATION_EMAIL_USER/ _PASS optional SMTP creds for email notifications.
🔐 secretNOTIFICATION_SIGNING_KEYoptional HMAC key for outbound webhook signatures.
configPORToptional API port (default 8080).
configSLACK_WEBHOOK_URLoptional 5xx error rate alerts (>1% over 60s, throttled to 1/5min).
configSWARMTRADE_AGENT_ID"env": { "": "your-agent-id" }
configSWARMTRADE_URL
// 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 5 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/tjcrowley-swarmtrade-8axwv9)](https://m8ven.ai/mcp/tjcrowley-swarmtrade-8axwv9)
commit: 94d0f3f3619796b201f42ca1ebe9358a73a66932
code hash: de46604e24287026335a7a18ce727210ef75ce3a887178d79444429894430722
verified: 6/9/2026, 11:47:28 AM
view raw JSON →