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.

C
Caution
60/100

mcpbridge

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

⚡ 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

CarlxsMG

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: 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.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: BOOTSTRAP_ADMIN_PASSWORD, SECRET_ENCRYPTION_KEY, VAULT_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes17 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.

sys_list_clients
sys_get_client

Get full detail for one registered client, including its tools and health.

sys_list_tools

List every (client, tool) pair across every registered client, live or not.

sys_list_bundles

List admin-curated MCP bundles (cross-client tool + composite selections served at /mcp-custom/:bundleName).

sys_list_keys

List managed MCP API keys (metadata only — raw key values are never retrievable after creation).

sys_metrics

Snapshot of gateway metrics: uptime, active sessions, tool-call counts, average latency.

sys_audit_tail

Tail the admin audit log (most recent entries first).

sys_diagnose
sys_set_client_enabled

Enable or disable a registered client (all its tools become unreachable while disabled).

sys_set_tool_enabled

Enable or disable a single tool on a registered client.

sys_set_guard
sys_reset_circuit_breaker

Force a live client's circuit breaker back to closed.

sys_register_client
sys_delete_client
sys_create_bundle
sys_mint_key
sys_revoke_key

Revoke a managed MCP API key by id. Destructive: pass {"__confirm": true} or use an elevated credential.

// known CVEs in dependencies3 high1 low

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

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

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

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

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

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

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

lowyaml@2.7.1GHSA-48c2-rrv3-qjmp

yaml is vulnerable to Stack Overflow via deeply nested YAML collections

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_API_KEYS
configALERT_ERROR_RATE_WINDOW_MS
configALERT_INTERVAL_MS
configALERT_WEBHOOK_TIMEOUT_MS
configALLOWED_HOSTS
configALLOWED_ORIGINS
configALLOW_PRIVATE_IPS
configALLOW_UNSAFE_AUTH_DISABLED
configALLOW_UNSAFE_CORS_WILDCARD
configALLOW_UNSAFE_INSECURE_SESSION_COOKIE
configALLOW_UNSAFE_JWT_NO_AUDIENCE
configANOMALY_BASELINE_WINDOW_MS
configANOMALY_RECENT_WINDOW_MS
configAPPROVAL_WEBHOOK_TIMEOUT_MS
configAPPROVAL_WEBHOOK_URL
configAUDIT_SINK_TIMEOUT_MS
configAUDIT_SINK_URL
configAUTH_DISABLED
configAUTO_GATE_WRITE_METHODS
🔐 secretBOOTSTRAP_ADMIN_PASSWORD
configBOOTSTRAP_ADMIN_USERNAME
configCACHE_MAX_ENTRIES
configCONTEXT_BUDGET_LLM_TIMEOUT_MS
configCORS_ALLOW_CREDENTIALS
configCORS_MAX_AGE_SECONDS
configCORS_ORIGINS
configDB_PATH
configENABLE_SEARCH_TOOL
configGATEWAY_PUBLIC_URL
configGRAPHQL_DISCOVERY_TIMEOUT_MS
configGRAPHQL_INPUT_MAX_DEPTH
configGRAPHQL_MAX_TYPES
configGRAPHQL_SELECTION_MAX_DEPTH
configHEALTH_CHECK_INTERVAL_MS
configHEALTH_CHECK_MAX_CONCURRENT
configHEALTH_CHECK_TIMEOUT_MS
configINSTANCE_ID
configJWT_AUDIENCE
configJWT_ISSUER
configJWT_JWKS_CACHE_MS
configJWT_JWKS_TIMEOUT_MS
configJWT_JWKS_URL
configLB_TARGET_COOLDOWN_MS
configLEADER_LEASE_DURATION_MS
configLOG_FORMAT
configMAX_CONSECUTIVE_FAILURES
configMAX_JSON_DEPTH
configMAX_RESPONSE_BYTES
configMAX_SESSIONS
configMAX_TOOLS_PER_CLIENT
configMCP_API_KEYS
configMETRICS_ENABLED
configMONITOR_WEBHOOK_TIMEOUT_MS
configMONITOR_WEBHOOK_URL
configOAUTH_TOKEN_TIMEOUT_MS
configOPENAPI_DISCOVERY_TIMEOUT_MS
configOTEL_EXPORTER_OTLP_ENDPOINT
configOTEL_EXPORT_TIMEOUT_MS
configOTEL_MAX_BATCH
configOTEL_SERVICE_NAME
configRATE_LIMIT_BACKUP
configRATE_LIMIT_CLEANUP_INTERVAL_MS
configRATE_LIMIT_EXPENSIVE
configRATE_LIMIT_GLOBAL
configRATE_LIMIT_INSTALL_LINK
configRATE_LIMIT_LOGIN
configRATE_LIMIT_MAX_BUCKETS_BACKUP
configRATE_LIMIT_MAX_BUCKETS_EXPENSIVE
configRATE_LIMIT_MAX_BUCKETS_GLOBAL
configRATE_LIMIT_MAX_BUCKETS_INSTALL_LINK
configRATE_LIMIT_MAX_BUCKETS_LOGIN
configRATE_LIMIT_MAX_BUCKETS_MCP
configRATE_LIMIT_MAX_BUCKETS_REGISTER
configRATE_LIMIT_MAX_BUCKETS_SSO
configRATE_LIMIT_MAX_BUCKETS_TOOL
configRATE_LIMIT_MCP
configRATE_LIMIT_REGISTER
configRATE_LIMIT_SHARED
configRATE_LIMIT_SSO
configREGISTRY_SYNC
configREGISTRY_SYNC_INTERVAL_MS
configREQUIRE_MCP_AUTH
configRETRY_AFTER_MAX_MS
configRETRY_BASE_DELAY_MS
configRETRY_MAX_ATTEMPTS
configSECRETS_PROVIDER
🔐 secretSECRET_ENCRYPTION_KEY
configSESSION_ABSOLUTE_TTL_MS
configSESSION_COOKIE_SECUREit exported in the same shell. (NODE_ENV=development + =false are
configSESSION_IDLE_TIMEOUT_MS
configSESSION_TTL_MS
configSHUTDOWN_FORCE_EXIT_MS
configTOOL_CALL_TIMEOUT_MS
configTRACE_RETENTION_MS
configTRACE_STORAGE
configTRAFFIC_CAPTURE
configTRAFFIC_MAX_BODY_BYTES
configTRAFFIC_RETENTION_MS
configTRUST_PROXY
configUSAGE_RETENTION_MS
configVAULT_ADDR
configVAULT_REQUEST_TIMEOUT_MS
🔐 secretVAULT_TOKEN
configVAULT_TRANSIT_KEY_NAME
configWS_PROXY_DEFAULT_IDLE_TIMEOUT_MS
configWS_PROXY_DEFAULT_MAX_CONNECTIONS
configWS_PROXY_DEFAULT_MAX_MESSAGE_BYTES
configWS_PROXY_DIAL_TIMEOUT_MS
configWS_PROXY_MAX_GLOBAL_CONNECTIONS
configWS_PROXY_REVALIDATE_INTERVAL_MS
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

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.

// 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 3 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/carlxsmg/mcpbridge?variant=verified)](https://m8ven.ai/mcp/carlxsmg/mcpbridge)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: f87ad2d19c4f97390a547de0f4a08a76bcb6e84f
code hash: 482eedd6a8ebc8be8c88669291f01bc729e14c65c1c57ebe5630a24cbde22e70
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