API Testing Platform (SamWongML/testing-mcp) is an MCP server listed on the M8ven Trust Index. It scores 58 out of 100, grade D. It declares 9 tools. No publisher has claimed this listing.

D
Caution
58/100

API Testing Platform

An LLM-driven API testing platform exposed over MCP, enabling declarative test definition and DAG-based execution.

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

SamWongML

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: 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
// tools this server exposes9 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.

run_selection

Enqueue an asynchronous run for every catalog entry matching the given tags/query/kind, and return their run ids to poll via get_run.

get_run

Return the status and progress of an asynchronous run by id (mirrors tasks/get for non-Task clients).

get_run_result

Return an asynchronous run's report once it has reached a terminal state (mirrors tasks/result). Formats: markdown (default), html, junit, json, summary.

cancel_run

Request cancellation of an in-flight asynchronous run (mirrors tasks/cancel). The worker aborts between nodes and finalizes the run as cancelled.

list_tests

List the catalog of available tests and suites, filterable by tags, owner, kind, or a free-text query over id and title.

describe_test

Return the full manifest entry for a test or suite by id: its executable node graph, params JSON Schema, env, matrix, and authored source path.

run_test

Execute a single test against the given env. Fast tests run synchronously and return a verdict; long-running tests are enqueued as an async run (poll get_run / get_run_result by the returned runId). Suites use run_suite.

get_report

Render a stored run's report by run id, in markdown (default), html, junit, json, or summary.

list_runs

List recorded run history, newest first, filterable by entry id, status, recency, and count. Empty when no run database is configured.

// known CVEs in dependencies3 high27 low

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

high@hono/node-server@1.19.9GHSA-wc8c-qw6v-h7f6

@hono/node-server has authorization bypass for protected static paths via encoded slashes in Serve Static Middleware

highhono@4.11.4GHSA-88fw-hqm2-52qc

hono: CORS Middleware reflects any Origin with credentials when `origin` defaults to the wildcard

highhono@4.11.4GHSA-q5qw-h33p-qvwr

Hono vulnerable to arbitrary file access via serveStatic vulnerability

low@hono/node-server@1.19.9GHSA-92pp-h63x-v22m

@hono/node-server: Middleware bypass via repeated slashes in serveStatic

low@hono/node-server@1.19.9GHSA-frvp-7c67-39w9

Node.js Adapter for Hono: Path traversal in `serve-static` on Windows via encoded backslash (`%5C`)

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.
configATP_TEST_DATABASE_URL
configATP_TEST_DYNAMO_ENDPOINT
// quality suggestions

Tool annotations

7/9 tools have annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

9/9 tools missing one or more hints — run_selection (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_run (missing: destructiveHint, idempotentHint); get_run_result (missing: destructiveHint, idempotentHint), +6 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.

README present

No README found

Add a README.md describing the server and its tools.

License file

No license file

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

Production dependencies are patched

0 critical, 3 high severity in production deps — @hono/node-server@1.19.9 (high), hono@4.11.4 (high)

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

Domain consistency

npm scope @atp doesn't match GitHub owner samwongml

Use the same org name across GitHub, npm, and your homepage so users can verify the publisher.

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/samwongml/testing-mcp?variant=verified)](https://m8ven.ai/mcp/samwongml/testing-mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 9e044e76846df9828486e936b80084414582d5f9
code hash: 0184f25c182aafcd6e5c44c94c88ae6bcbd85460ce933b485d7d351043f4a06a
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