aiquaa-performance-mcp-server (stevenayal/aiquaa-performance-mcp-server) is an MCP server listed on the M8ven Trust Index. It scores 52 out of 100, grade D. It declares 12 tools. No publisher has claimed this listing.

D
Caution
52/100

aiquaa-performance-mcp-server

Converts non-functional requirements and code into secure, traceable JMeter performance tests with coverage analysis, plan generation, execution, and GitHub draft PRs.

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

stevenayal

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
🚨
Known vulnerabilities in dependencies: 2 critical, 2 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 2 credentials: AIQUAA_ACCESS_TOKEN, GITHUB_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes12 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

perf_analizar

Analiza requisitos, repositorio, OpenAPI, JMX, datasets y CI, separando información observada, declarada, estimada y desconocida.

perf_requisitos

Convierte texto NFR/SLA/SLO en un PerformanceRequirement trazable y con confianza explícita.

perf_escenario

Selecciona y explica un modelo cerrado u abierto; soporta presets sin asumir carga universal.

perf_cobertura

Contrasta requisito, plan, dataset, thresholds y CI con estados de cobertura explícitos.

perf_generar

Genera, amplía o modifica JMX, CSV ficticio, properties y thresholds sin duplicar samplers por nombre.

perf_validar

Valida XML seguro, estructura, variables, plugins, listeners pesados y secretos sin ejecutar la prueba.

perf_ejecutar

Ejecuta sólo con autorización, allowlist, límites y confirmaciones; validation_only es el modo predeterminado.

perf_resultados

Calcula muestras, errores, throughput, percentiles, bytes, métricas por endpoint y veredictos.

perf_comparar

Compara baseline/candidate y evita declarar regresiones cuando carga o contexto no son comparables.

perf_pipeline

Genera GitHub Actions o Azure Pipelines con Java/JMeter fijados, headless, dashboard, artifacts y thresholds.

perf_cambios

Genera el plan de create/extend/keep, cobertura estimada, supuestos y riesgo antes de escribir.

perf_pr

Planifica por defecto y, con dry_run=false, crea rama, archivos y draft PR mediante GitHub.

// known CVEs in dependencies2 critical2 high3 low

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

criticalfast-xml-parser@5.3.4GHSA-m7jm-9gc2-mpf2

fast-xml-parser has an entity encoding bypass via regex injection in DOCTYPE entity names

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

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

highfast-xml-parser@5.3.4GHSA-8gc5-j5rx-235r

fast-xml-parser affected by numeric entity expansion bypassing all entity expansion limits (incomplete fix for CVE-2026-26278)

highfast-xml-parser@5.3.4GHSA-jmr7-xgp7-cmfj

fast-xml-parser affected by DoS through entity expansion in DOCTYPE (no expansion limit)

lowfast-xml-parser@5.3.4GHSA-fj3w-jwp8-x2g3

fast-xml-parser has stack overflow in XMLBuilder with preserveOrder

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.
🔐 secretAIQUAA_ACCESS_TOKENAIQUAA_API_BASE_URL, Adapter AIQUAA
configAIQUAA_API_BASE_URL, AIQUAA_ACCESS_TOKEN Adapter AIQUAA
configCODEGRAPH_ALLOWED_ROOTSCODEGRAPH_BIN, Contexto estructural opcional
configCODEGRAPH_BIN, CODEGRAPH_ALLOWED_ROOTS Contexto estructural opcional
configENGRAM_BIN, ENGRAM_PROJECT_PREFIX Memoria opcional por proyecto
configENGRAM_PROJECT_PREFIXENGRAM_BIN, Memoria opcional por proyecto
configGITHUB_API_URLGITHUB_TOKEN, Draft PR
🔐 secretGITHUB_TOKEN, GITHUB_API_URL Draft PR
configJMETER_HOME, JAVA_HOME Ejecución local
configMCP_PATHPORT, Servidor HTTP
configPERF_ALLOWED_HOSTS2. host exacto en ;
configPERF_ALLOW_EXECUTIONKill switch; false por defecto
configPERF_MAX_ARRIVAL_RATEPERF_MAX_THREADS, PERF_MAX_DURATION_SECONDS, Límites duros
configPERF_MAX_DURATION_SECONDSPERF_MAX_THREADS, , PERF_MAX_ARRIVAL_RATE Límites duros
configPERF_MAX_THREADS, PERF_MAX_DURATION_SECONDS, PERF_MAX_ARRIVAL_RATE Límites duros
configPERF_PRODUCTION_HOSTSPERF_ALLOWED_HOSTS, Allowlist y protección de producción
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

12/12 tools missing one or more hints — perf_analizar (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); perf_requisitos (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); perf_escenario (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +9 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

Only 0/12 tool handlers declare input schemas (0%)

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

Tool test coverage

Only 0/12 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

1 critical, 2 high severity in production deps — fast-xml-parser@5.3.4 (critical), fast-xml-parser@5.3.4 (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.

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/stevenayal/aiquaa-performance-mcp-server?variant=verified)](https://m8ven.ai/mcp/stevenayal/aiquaa-performance-mcp-server)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: d072b57c24f0fc32cbb9bc4c5c9f3b1fb46daa67
code hash: c509f5f17859931d4f7fdea7cf717bc39f9b2f9214d779b6e3dd251854e40d25
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