F
Warning
38/100
5 days ago

docs-mcp-server

A Model Context Protocol (MCP) server that scrapes, indexes, and searches documentation for third-party software libraries and packages, supporting versioning and hybrid search.

Warning. Serious findings were identified. Review the full report before connecting. 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

arabold

Source: modelscope · also listed on PulseMCP, mcp.so, npm

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
⚠️
Known vulnerabilities in dependencies: 2 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
10 tools verified — handlers match their declared behaviour
6 read-only tools verified — handlers contain no write/delete/exec
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: AWS_SECRET_ACCESS_KEY, AZURE_OPENAI_API_KEY, GOOGLE_API_KEY, OPENAI_API_KEY, POSTHOG_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies2 high1 medium2 low

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

high@fastify/static@10.1.0GHSA-83w8-p2f5-377r

@fastify/static vulnerable to route guard bypass via path traversal

high@trpc/server@11.4.4GHSA-43p4-m455-4f4j

tRPC has possible prototype pollution in `experimental_nextAppDirCaller`

mediumdompurify@3.4.12GHSA-55q2-fjhq-7xh7

DOMPurify: IN_PLACE hook removal leaves a detached subtree executable, causing XSS

low@fastify/static@10.1.0GHSA-8pvw-jcv7-9cmj

@fastify/static vulnerable to Authorization Bypass via Non-Canonical URL Paths

lowtar@7.5.20GHSA-r292-9mhp-454m

node-tar: Uncontrolled recursion in mapHas/filesFilter allows uncatchable stack-overflow DoS via crafted long-path tar with member selection

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.
configAPP_VERSION
configAWS_ACCESS_KEY_ID
🔐 secretAWS_SECRET_ACCESS_KEY
🔐 secretAZURE_OPENAI_API_KEY
configDOCS_EVAL_TOP_K
configDOCS_MCP_AUTH_ENABLED
configDOCS_MCP_CONFIG
configDOCS_MCP_EMBEDDINGS_VECTOR_DIMENSION
configDOCS_MCP_EMBEDDING_MODEL
configDOCS_MCP_HOST
configDOCS_MCP_READ_ONLY
configDOCS_MCP_SCRAPER_ABORT_ON_FAILURE_RATE
configDOCS_MCP_SCRAPER_DOCUMENT_MAX_SIZE
configDOCS_MCP_SCRAPER_MAX_PAGES
configDOCS_MCP_SCRAPER_SECURITY_FILE_ACCESS_ALLOWED_ROOTS
configDOCS_MCP_SCRAPER_SECURITY_FILE_ACCESS_FOLLOW_SYMLINKS
configDOCS_MCP_SCRAPER_SECURITY_FILE_ACCESS_INCLUDE_HIDDEN
configDOCS_MCP_SCRAPER_SECURITY_NETWORK_ALLOWED_HOSTS
configDOCS_MCP_SCRAPER_SECURITY_NETWORK_ALLOW_INVALID_TLS
configDOCS_MCP_SCRAPER_SKIP_KNOWN_TRACKERS
configDOCS_MCP_SERVER_PORTS_DEFAULT
configDOCS_MCP_SERVER_PUBLIC_ORIGIN
configDOCS_MCP_STORE_PATH
configDOCS_MCP_TELEMETRY
configENABLE_TEST_LOGS
🔐 secretGOOGLE_API_KEY
configGOOGLE_APPLICATION_CREDENTIALS
configHOSTNAME
configLIBRARY
configLOG_LEVEL
🔐 secretOPENAI_API_KEY"sk-proj-..." npx @arabold/docs-mcp-server@latest
configPLAYWRIGHT_CHROMIUM_EXECUTABLE_PATH
configPLAYWRIGHT_SKIP_BROWSER_DOWNLOAD
🔐 secretPOSTHOG_API_KEY
configVITEST_WORKER_ID
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// quality suggestions

Dependencies

100 dependencies, 1 flagged: playwright

All four hints declared on every tool

10/10 tools missing one or more hints — scrape_docs (missing: readOnlyHint, idempotentHint); refresh_version (missing: readOnlyHint, idempotentHint); search_docs (missing: idempotentHint, openWorldHint), +7 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.

Tool inputs are validated

8/10 tool handlers declare input schemas (80%)

Declare an inputSchema with zod/joi/yup on every tool definition.

Tool test coverage

3/10 tools referenced in tests (30%)

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

Shell command execution

1 child_process/subprocess call in production code — runs shell commands (src/cli/utils.ts:94)

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

No arbitrary install scripts

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

Remove postinstall/preinstall hooks unless they’re essential.

Production dependencies are patched

0 critical, 2 high severity in production deps — @fastify/static@10.1.0 (high), @trpc/server@11.4.4 (high)

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

Dependency freshness

5/63 production deps abandoned (no release in 2+ years): gray-matter@2023-07-12 (3.1y), remark-html@2023-11-20 (2.7y), remark-parse@2023-11-20 (2.7y)

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 6 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/arabold-docs-mcp-server-1j5ioc?variant=verified)](https://m8ven.ai/mcp/arabold-docs-mcp-server-1j5ioc)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 586b5fa297618263c2bff07a35f9f37e738be3eb
code hash: 23164f79b8e19840e9834fdb61b9f970948637be80b4552723ee6f4d01bf8f89
verified: 8/13/2026, 9:45:12 PM
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