MCPARDF_CLIENT (MauricioPerera/MCPARDF_CLIENT) is an MCP server listed on the M8ven Trust Index. M8ven has not graded it: we have no way to read this server ourselves. The publisher has proved control of what we score (Verified Publisher). It is connected through the M8ven GitHub App, so the listing is re-checked on every push.

D
Caution
48/100
4 days ago

MCPARDF_CLIENT

Cliente MCP (TypeScript + Express) que sincroniza catálogos ARDF, indexa en SQLite (sqlite-vec) y expone búsqueda híbrida (semántica+léxica) vía API REST ( /status, /sync, /refresh, /search, /resources/:id ).

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

Monitored 19 days · every push re-verified

Who stands behind it

gmail.com (@MauricioPerera) · Verified Publisher

Source: github_app_install

Maintenance & responsiveness
as of 2026-08-26
Issues closed (90d): 0 · 0 open
Releases (90d): none
Contributor retention: 0/2 stayed · 0 active

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
🚨
Known vulnerabilities in dependencies: 1 critical, 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 4 credentials: ADMIN_TOKEN, API_TOKEN, EMBED_TOKEN, REQUIRE_API_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
Are you the publisher? Confirm or correct these findings.
// known CVEs in dependencies1 critical3 high

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

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

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

high@modelcontextprotocol/sdk@1.19.1GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

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

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

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

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

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.
configADMIN_ENABLEDGET /metrics: habilitado cuando =1. Si ADMIN_TOKEN está definido, requiere Authorization: Bearer <token>.
🔐 secretADMIN_TOKENGET /metrics: habilitado cuando ADMIN_ENABLED=1. Si está definido, requiere Authorization: Bearer <token>.
🔐 secretAPI_TOKEN/health es público (exento de ) al igual que /status.
configAUTO_REINDEX
configCONFIG_PATH
configDB_PATHruta a la base de datos SQLite
configEMBED_DIMSGET /status: devuelve ok, dbPath, dims, uptimeSeconds y embedReady (true si EMBED_URL y > 0).
configEMBED_MAX_RETRIES
configEMBED_MODELSi embeddings no está configurado (falta EMBED_URL//EMBED_DIMS), embeddings.error = "missing_env" y ok global considera sólo DB.
configEMBED_RETRY_DELAY_MS
configEMBED_TIMEOUT_MS
🔐 secretEMBED_TOKENBearer opcional para el servicio de embeddings
configEMBED_URLGET /status: devuelve ok, dbPath, dims, uptimeSeconds y embedReady (true si y EMBED_DIMS > 0).
configHYBRID_WEIGHT_BM25HYBRID_WEIGHT_SIM / : pesos por defecto de fusión (si no se envían en el body)
configHYBRID_WEIGHT_SIM/ HYBRID_WEIGHT_BM25: pesos por defecto de fusión (si no se envían en el body)
configLOG_LEVELnivel de log (pino)
configMCP_SERVER_URLURL por defecto para sincronización MCP
configRATE_LIMITlímite de peticiones por ventana para rate limiting opcional (ej., 60)
configRATE_WINDOW_MStamaño de la ventana de rate limiting en milisegundos (ej., 60000)
🔐 secretREQUIRE_API_TOKEN
configSEARCH_Kk: número entero positivo ≤ SEARCH_K_MAX (opcional; se aplica clamp; por defecto )
configSEARCH_K_MAXk: número entero positivo ≤ (opcional; se aplica clamp; por defecto SEARCH_K)
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// 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 — search_resources (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.

License file

No license file

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

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.

Production dependencies are patched

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

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

Dev dependencies

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

Upgrade dev dependencies when convenient.

// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/mauricioperera-mcpardf-client-1iki9r?variant=verified)](https://m8ven.ai/mcp/mauricioperera-mcpardf-client-1iki9r)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 7f25f8e09a4ef6bcb6ed8268a16039110b7ff251
code hash: 7b9ba3b6ef4ce3bac6a87056f6d5f4024bc3119a6a76c181f370d2a5f430df11
verified: 9/4/2026, 1:40:40 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