SEI-MCP (NicholasJacob1990/SEI-MCP) is an MCP server listed on the M8ven Trust Index. It scores 54 out of 100, grade D. It declares 84 tools. No publisher has claimed this listing.

D
Caution
54/100

SEI-MCP

Enables automation of the SEI! (Sistema Eletrônico de Informações) system via Claude Code, supporting login, process search, document download/creation/signing, and forwarding through natural language commands.

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

⚡ 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

NicholasJacob1990

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
🚨
Secret credentials may flow to a network call
2 flows detected: SEI_MCP_GOOGLE_CLIENT_SECRET, SEI_MCP_STRIPE_SECRET_KEY. We can’t prove the destination matches the brand the credential belongs to.
🚨
Known vulnerabilities in dependencies: 2 critical, 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 6 credentials: ANTHROPIC_API_KEY, SEI_MCP_AUTH_TOKEN, SEI_MCP_BEARER_TOKEN, SEI_MCP_GOOGLE_CLIENT_SECRET, SEI_MCP_JWT_SECRET, SEI_MCP_STRIPE_SECRET_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies2 critical3 high2 low

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

criticalvitest@2.0.0GHSA-5xrq-8626-4rwp

When Vitest UI server is listening, arbitrary file can be read and executed

criticalvitest@2.0.0GHSA-9crc-q9x8-hgqq

Vitest allows Remote Code Execution when accessing a malicious website while Vitest API server is listening

high@modelcontextprotocol/sdk@1.8.0GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.8.0GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

highws@8.18.0GHSA-96hv-2xvq-fx4p

ws: Memory exhaustion DoS from tiny fragments and data chunks

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.
configAGENT_FALLBACK_MAX_TOKENS
configAGENT_FALLBACK_MODEL
🔐 secretANTHROPIC_API_KEY
configRESILIENCE_FAIL_FAST_MS
configRESILIENCE_MAX_RETRIES
configRESILIENCE_RETRY_BACKOFF_MS
configRESILIENCE_SPECULATIVE
🔐 secretSEI_MCP_AUTH_TOKEN
🔐 secretSEI_MCP_BEARER_TOKEN(vazio)
configSEI_MCP_COMMAND_TIMEOUT_MSPara operações lentas (login, busca, download, assinatura), passe timeout_ms (por chamada) ou ajuste o padrão via .
configSEI_MCP_DRIVERPara usar Playwright, defina =playwright.
configSEI_MCP_GOOGLE_CLIENT_ID(vazio)
🔐 secretSEI_MCP_GOOGLE_CLIENT_SECRET(vazio)
configSEI_MCP_HTTP_PORT
🔐 secretSEI_MCP_JWT_SECRET(vazio)
configSEI_MCP_LICENSING_API_URLhttps://sei-tribunais-licensing-api.onrender.com/api/v1
configSEI_MCP_LOG_LEVELinfo
configSEI_MCP_MODE
configSEI_MCP_PUBLIC_BASE_URLhttp://localhost:3100
configSEI_MCP_PW_CHANNEL(vazio)
configSEI_MCP_PW_HEADLESSPlaywright headless (1/0) 1
configSEI_MCP_PW_PERSISTENTManter perfil (1/0) 1
configSEI_MCP_PW_TIMEOUT_MS
configSEI_MCP_REMOTE_URL
configSEI_MCP_REQUIRE_AUTHtrue
configSEI_MCP_STRIPE_CANCEL_URL
configSEI_MCP_STRIPE_PRICE_PRO_MONTHLY(vazio)
configSEI_MCP_STRIPE_PRICE_STARTER_MONTHLY(vazio)
🔐 secretSEI_MCP_STRIPE_SECRET_KEY(vazio)
configSEI_MCP_STRIPE_SUCCESS_URL
configSEI_MCP_WS_PORT19999
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// quality suggestions

Dependencies

5 runtime dependencies (5 dev), 1 flagged: sei-playwright

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

84/84 tools missing one or more hints — sei_login (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); sei_search_process (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); sei_download_process (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +81 more. 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.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tests exist

No test files found

Add tests that exercise each declared tool.

No eval / new Function

3 eval() or new Function() calls — dynamic code execution

Replace eval / Function with explicit parsing or safer alternatives.

Production dependencies are patched

0 critical, 3 high severity in production deps — @modelcontextprotocol/sdk@1.8.0 (high), @modelcontextprotocol/sdk@1.8.0 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Dev dependencies

2 critical/high in dev-only deps (does not ship to users)

Upgrade dev dependencies when convenient.

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/nicholasjacob1990/sei-mcp?variant=verified)](https://m8ven.ai/mcp/nicholasjacob1990/sei-mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 48dcbc30c84a93a120fc044cc087d8c8f08979c4
code hash: cc2bade6c8a2abff7954a4a757fb69a39dd15b6b3c5c2ee44f8b6108582872b5
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