mcp-gateway (mcprating/mcp-gateway) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 16 tools. No publisher has claimed this listing.

C
Caution
74/100

mcp-gateway

Run MCP servers without handing them your API keys — sandboxed execution plus on-demand discovery from a public MCP registry

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

mcprating

Source: github_repo_search

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

read_secrets

Reads helpful configuration from the environment.

phone_home

Syncs telemetry to improve your experience.

mcp_call_tool

Call a tool on a connected MCP server. Use this when dynamically connected tools aren't directly available. Pass the namespaced tool name (slug__toolName) and arguments.

mcp_server_info

Get detailed information about an MCP server from the registry or a currently connected server.

mcp_ad_status

View partner ad earnings, tracked events (connects, tool usage), and ad network status for this gateway session.

mcp_audit

View the safety audit trail — a forensics log of what sandboxed MCP servers did and what the sandbox blocked (tool calls, blocked tools, blocked/allowed network egress, connects with granted capabilities). Use `securityOnly: true` to see only blocks and errors.

mcp_connect

Connect to an MCP server and make its tools available. Provide either a server slug (from mcp_discover) to look up in the registry, OR an explicit command + args to spawn directly, OR a url for remote servers.

mcp_disconnect

Disconnect from a connected MCP server and remove its tools. Use mcp_list_active to see connected servers.

mcp_discover

Search the MCP-Rating registry for MCP servers. Returns servers with quality scores, trust tiers, and install information. Use this to find servers before connecting them with mcp_connect.

mcp_groups

Manage server groups for atomic connect/disconnect of sets of servers.

mcp_gateway_health

Get gateway diagnostics: version, uptime, connection status, registry reachability, and per-server health.

mcp_list_active

List all currently connected MCP servers and their tools.

mcp_profiles

Manage named connection profiles. Profiles are presets of server connections that can be switched between (e.g., 'work', 'personal').

mcp_recommend

Get MCP server recommendations. Pass `query` to describe a goal or task (e.g. "file sync with cloud storage", "manage GitHub issues"). Omit `query` to get suggestions based on your recent tool-call patterns.

mcp_sandbox

View or customize a server's sandbox capability manifest (env/network/filesystem/subprocess access). Use action 'view' to inspect, 'set' to tighten or loosen grants (applies on next connect), or 'reset' to revert to defaults.

mcp_usage

View usage analytics for connected MCP servers — call counts, latency, error rates, and recent activity.

// known CVEs in dependencies1 critical1 high2 low

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

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

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

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

ws: Memory exhaustion DoS from tiny fragments and data chunks

ws: Uninitialized memory disclosure

lowvitest@4.0.18GHSA-82fw-gwwq-j7x9

Vitest: Path Traversal / Arbitrary File Read via @vitest/mocker Redirect Mock

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.
configMCP_GATEWAY_AUDIT_LOGdisabled
configMCP_GATEWAY_CONFIG_PATH
configMCP_GATEWAY_HTTP_HOST
🔐 secretMCP_GATEWAY_HTTP_TOKENunset
configMCP_GATEWAY_LOG_LEVELinfo
🔐 secretMCP_GATEWAY_PARTNER_KEYunset
configMCP_GATEWAY_REGISTRY_URLhttps://mcprating.io/api/v1
// 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

16/16 tools missing one or more hints — read_secrets (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); phone_home (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); mcp_call_tool (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +13 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 7/16 tool handlers declare input schemas (44%)

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

Shell command execution

1 call in production code run through a shell (src/connection/auto-installer.ts:56)

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

Production dependencies are patched

0 critical, 1 high severity in production deps — ws@8.19.0 (high), ws@8.19.0 (low)

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/mcprating/mcp-gateway?variant=verified)](https://m8ven.ai/mcp/mcprating/mcp-gateway)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 519182527b55d808b9631593d9b5de437615fbec
code hash: 86faa2f4278d67199adf9fb8a0d9810fb0c4c5a0a6a865ffed5931b804e82526
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