strata (stratalib/strata) is an MCP server listed on the M8ven Trust Index. M8ven has not graded it: we have no way to read this server ourselves. No publisher has claimed this listing.

C
Caution
71/100
27 days ago

strata

strata composes verified backend modules into your codebase

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

stratalib

Source: Glama

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. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

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 5 credentials: ANTHROPIC_API_KEY, STRIPE_API_KEY, STRIPE_SECRET_KEY, STRIPE_WEBHOOK_SECRET, UPSTREAM_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies1 low

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

Vercel’s AI SDK's filetype whitelists can be bypassed when uploading files

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
🔐 secretANTHROPIC_API_KEY
configBENCH_CHILD
configGCLOUD_BIN
configGCP_PROJECT
configHUB_PORT
configIDEMPOTENCY_TTL_MS
configMAIL_BACKOFF_MS
configMAIL_FROM
configMAIL_MAX_ATTEMPTS
configMAIL_TRANSPORT
configRATE_LIMIT_BURST
configRATE_LIMIT_MAX
configRATE_LIMIT_PER_SEC
configRATE_LIMIT_WINDOW_MS
configSERVICE_NAME
configSTRATA_ADMIT_SKIP_BOOT
configSTRATA_BENCH_REPS
configSTRATA_BENCH_ROOT
configSTRATA_BENCH_TASKS
configSTRATA_COMPOSE_DEFERRED
configSTRATA_DELIVER_AS_DEP
configSTRATA_FORCE_RECALLS
configSTRATA_GUIDE
configSTRATA_HUB_URL
configSTRATA_LINT_HARNESS
configSTRATA_LOCAL_PKG
configSTRATA_MIN_COMPOSE
configSTRATA_MODElocal composes against a local recalls/ checkout instead of the hub — required when testing a module that has not been deployed.
configSTRATA_NUDGE
configSTRATA_SELFTEST_RUNS
configSTRATA_TEST_NODE_PATH
🔐 secretSTRIPE_API_KEY
🔐 secretSTRIPE_SECRET_KEY
configSTRIPE_WEBHOOK_PATH
🔐 secretSTRIPE_WEBHOOK_SECRET
configSTRIPE_WEBHOOK_TOLERANCE_SEC
configTRUST_PROXY
configTRUST_PROXY_HOPS
🔐 secretUPSTREAM_KEY
configUPSTREAM_RETRIES
configUPSTREAM_TIMEOUT_MS
configUPSTREAM_URL
configVERTEX_MODEL
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
deployREDIS_URL
deploySMTP_URL
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

1/1 tools missing one or more hints — strata_use (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint). OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Destructive tools are labelled

1 tool perform destructive updates without destructiveHint — strata_use deletes at line 3667 (fs.unlinkSync(full))

Add destructiveHint:true to any tool whose handler calls .delete(), .upsert(), .update(), unlink, rm, DELETE, DROP, REPLACE INTO, or any operation that overwrites existing data.

Tool test coverage

Only 0/1 tools referenced in tests (0%)

Write tests that reference each tool by name so every tool has at least one test.

Shell command execution

22 child_process/subprocess calls in production code — runs shell commands (src/mcp-server.ts:3196, benchmark/agent-bench.js:188, benchmark/agent-bench.js:191)

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

Secrets not written to files

1 secret value written to files

Avoid persisting secrets to disk. Keep them in memory or your secret manager.

Secrets not logged

2 secret values sent to console.log

Redact or omit secret values from log output.

Dependency freshness

1/3 production deps stale: strata@2022-06-27 (4.1y)

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 7 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 Verified](https://m8ven.ai/badge/mcp/stratalib-strata-19r48k?variant=verified)](https://m8ven.ai/mcp/stratalib-strata-19r48k)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: a1b4bd17daa40a1d3acecd5d20719aa5139b98df
code hash: c9c1587181fe6c027a954284c87e48dc02556846f49d86f6606ef1bbfdf4e65c
verified: 8/12/2026, 7:43:12 AM
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client