SciREPL MCP (s243a/SciREPL-MCP) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 2 tools. No publisher has claimed this listing.

C
Emerging
74/100
23 days ago

SciREPL MCP

MCP servers for controlling SciREPL from coding agents and MCP clients, offering an app-connected broker and a Playwright driver for browser automation.

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we 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

s243a

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

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// 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 2 credentials: BROKER_AGENT_USE_API_KEY, BROKER_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// 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.
configBROKER_AGENT1 after reading the repository
configBROKER_AGENT_ALLOWED_TOOLS
configBROKER_AGENT_CWD
configBROKER_AGENT_FULL
configBROKER_AGENT_INHERIT_ENV1 can expose host credentials to spawned processes.
🔐 secretBROKER_AGENT_USE_API_KEY
configBROKER_ALLOW_UNMANAGED_AGENT_WORKSPACEexplicitly uses =1 for self-managed
configBROKER_HOSTnames a reachable dial address; loopback setup writes a
configBROKER_MANAGE_WORKSPACE
configBROKER_REVERSE_WORKER
configBROKER_REVERSE_WORKER_STRICTSet =1 when execution must not fall back to the
configBROKER_TERMTerminal access is off by default. =1 can expose a real shell
configBROKER_TERM_CMDS
configBROKER_TERM_NO_SHELLUse =1 to remove the standalone shell option and prevent an
configBROKER_TERM_SHELL
🔐 secretBROKER_TOKENYou can instead supply or choose another file with
configBROKER_TOKEN_FILE. Keep either value secret.
configBROKER_WORKBOOK_IO_CONFIGWhen names a valid private allowlist and the app
configBROKER_WORKER_TOKEN_FILE
configBROKER_WORKSPACE
configSHELL
// 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

2/2 tools missing one or more hints — export_workbook_to_file (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); import_workbook_from_file (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.

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.

No arbitrary install scripts

Has postinstall/preinstall script — runs arbitrary code on npm install

Remove postinstall/preinstall hooks unless they’re essential.

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 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/s243a/scirepl-mcp)](https://m8ven.ai/mcp/s243a/scirepl-mcp)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 53f790d38fba4a191f1054dd47ddee69c3ba8b8e
code hash: 744fb06b249844c96c5c31079c85be32fc94205e1e8be1ae982e3501bc96fdee
verified: 8/21/2026, 2:18:41 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