mcpbridge (CarlxsMG/mcpbridge) is an MCP server listed on the M8ven Trust Index. It scores 60 out of 100, grade C. It declares 17 tools. No publisher has claimed this listing.
Self-hosted MCP gateway that turns any REST, GraphQL, or MCP server into secure, governed AI tools — OpenAPI auto-discovery, per-tool guardrails, RBAC, circuit breaking, and a real admin UI.
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
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
CarlxsMG
Source: github_repo_search
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.
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.
sys_list_clientssys_get_clientGet full detail for one registered client, including its tools and health.
sys_list_toolsList every (client, tool) pair across every registered client, live or not.
sys_list_bundlesList admin-curated MCP bundles (cross-client tool + composite selections served at /mcp-custom/:bundleName).
sys_list_keysList managed MCP API keys (metadata only — raw key values are never retrievable after creation).
sys_metricsSnapshot of gateway metrics: uptime, active sessions, tool-call counts, average latency.
sys_audit_tailTail the admin audit log (most recent entries first).
sys_diagnosesys_set_client_enabledEnable or disable a registered client (all its tools become unreachable while disabled).
sys_set_tool_enabledEnable or disable a single tool on a registered client.
sys_set_guardsys_reset_circuit_breakerForce a live client's circuit breaker back to closed.
sys_register_clientsys_delete_clientsys_create_bundlesys_mint_keysys_revoke_keyRevoke a managed MCP API key by id. Destructive: pass {"__confirm": true} or use an elevated credential.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse
Anthropic's MCP TypeScript SDK has a ReDoS vulnerability
Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default
yaml is vulnerable to Stack Overflow via deeply nested YAML collections
ADMIN_API_KEYSALERT_ERROR_RATE_WINDOW_MSALERT_INTERVAL_MSALERT_WEBHOOK_TIMEOUT_MSALLOWED_HOSTSALLOWED_ORIGINSALLOW_PRIVATE_IPSALLOW_UNSAFE_AUTH_DISABLEDALLOW_UNSAFE_CORS_WILDCARDALLOW_UNSAFE_INSECURE_SESSION_COOKIEALLOW_UNSAFE_JWT_NO_AUDIENCEANOMALY_BASELINE_WINDOW_MSANOMALY_RECENT_WINDOW_MSAPPROVAL_WEBHOOK_TIMEOUT_MSAPPROVAL_WEBHOOK_URLAUDIT_SINK_TIMEOUT_MSAUDIT_SINK_URLAUTH_DISABLEDAUTO_GATE_WRITE_METHODSBOOTSTRAP_ADMIN_PASSWORDBOOTSTRAP_ADMIN_USERNAMECACHE_MAX_ENTRIESCONTEXT_BUDGET_LLM_TIMEOUT_MSCORS_ALLOW_CREDENTIALSCORS_MAX_AGE_SECONDSCORS_ORIGINSDB_PATHENABLE_SEARCH_TOOLGATEWAY_PUBLIC_URLGRAPHQL_DISCOVERY_TIMEOUT_MSGRAPHQL_INPUT_MAX_DEPTHGRAPHQL_MAX_TYPESGRAPHQL_SELECTION_MAX_DEPTHHEALTH_CHECK_INTERVAL_MSHEALTH_CHECK_MAX_CONCURRENTHEALTH_CHECK_TIMEOUT_MSINSTANCE_IDJWT_AUDIENCEJWT_ISSUERJWT_JWKS_CACHE_MSJWT_JWKS_TIMEOUT_MSJWT_JWKS_URLLB_TARGET_COOLDOWN_MSLEADER_LEASE_DURATION_MSLOG_FORMATMAX_CONSECUTIVE_FAILURESMAX_JSON_DEPTHMAX_RESPONSE_BYTESMAX_SESSIONSMAX_TOOLS_PER_CLIENTMCP_API_KEYSMETRICS_ENABLEDMONITOR_WEBHOOK_TIMEOUT_MSMONITOR_WEBHOOK_URLOAUTH_TOKEN_TIMEOUT_MSOPENAPI_DISCOVERY_TIMEOUT_MSOTEL_EXPORTER_OTLP_ENDPOINTOTEL_EXPORT_TIMEOUT_MSOTEL_MAX_BATCHOTEL_SERVICE_NAMERATE_LIMIT_BACKUPRATE_LIMIT_CLEANUP_INTERVAL_MSRATE_LIMIT_EXPENSIVERATE_LIMIT_GLOBALRATE_LIMIT_INSTALL_LINKRATE_LIMIT_LOGINRATE_LIMIT_MAX_BUCKETS_BACKUPRATE_LIMIT_MAX_BUCKETS_EXPENSIVERATE_LIMIT_MAX_BUCKETS_GLOBALRATE_LIMIT_MAX_BUCKETS_INSTALL_LINKRATE_LIMIT_MAX_BUCKETS_LOGINRATE_LIMIT_MAX_BUCKETS_MCPRATE_LIMIT_MAX_BUCKETS_REGISTERRATE_LIMIT_MAX_BUCKETS_SSORATE_LIMIT_MAX_BUCKETS_TOOLRATE_LIMIT_MCPRATE_LIMIT_REGISTERRATE_LIMIT_SHAREDRATE_LIMIT_SSOREGISTRY_SYNCREGISTRY_SYNC_INTERVAL_MSREQUIRE_MCP_AUTHRETRY_AFTER_MAX_MSRETRY_BASE_DELAY_MSRETRY_MAX_ATTEMPTSSECRETS_PROVIDERSECRET_ENCRYPTION_KEYSESSION_ABSOLUTE_TTL_MSSESSION_COOKIE_SECUREit exported in the same shell. (NODE_ENV=development + =false areSESSION_IDLE_TIMEOUT_MSSESSION_TTL_MSSHUTDOWN_FORCE_EXIT_MSTOOL_CALL_TIMEOUT_MSTRACE_RETENTION_MSTRACE_STORAGETRAFFIC_CAPTURETRAFFIC_MAX_BODY_BYTESTRAFFIC_RETENTION_MSTRUST_PROXYUSAGE_RETENTION_MSVAULT_ADDRVAULT_REQUEST_TIMEOUT_MSVAULT_TOKENVAULT_TRANSIT_KEY_NAMEWS_PROXY_DEFAULT_IDLE_TIMEOUT_MSWS_PROXY_DEFAULT_MAX_CONNECTIONSWS_PROXY_DEFAULT_MAX_MESSAGE_BYTESWS_PROXY_DIAL_TIMEOUT_MSWS_PROXY_MAX_GLOBAL_CONNECTIONSWS_PROXY_REVALIDATE_INTERVAL_MSPORTTool 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
17/17 tools missing one or more hints — sys_list_clients (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); sys_get_client (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); sys_list_tools (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +14 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.
Production dependencies are patched
0 critical, 3 high severity in production deps — @modelcontextprotocol/sdk@1.12.0 (high), @modelcontextprotocol/sdk@1.12.0 (high)
Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.
Dependency freshness
2/10 production deps stale: ajv-formats@2024-03-30 (2.5y), swagger-ui-express@2024-05-31 (2.3y)
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.
[](https://m8ven.ai/mcp/carlxsmg/mcpbridge)?variant=verified from the URL.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