Source Available Enterprise Architecture Management Solution
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
vincentmakes
Source: github_code
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
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
BASE_URLPLAYWRIGHT_EXECUTABLE_PATHSCREENSHOT_EMAILSCREENSHOT_PASSWORDTURBO_EA_EMAILTURBO_EA_USERNAMETURBO_EA_PASSWORDTURBO_EA_URLMCP_PORTMCP_PUBLIC_URLMCP_MAX_CARDS_PER_CALLMCP_MAX_RELATIONS_PER_CALLMCP_BATCH_CONFIRMATION_THRESHOLDMCP_OAUTH_ALLOWED_REDIRECT_URISPOSTGRES_HOST2. In .env, point at your server (and update credentials):POSTGRES_PORT5432 PostgreSQL portPOSTGRES_DBexport =turboeaPOSTGRES_USERexport =turboeaPOSTGRES_PASSWORDchoose-a-strong-password>DB_POOL_SIZEDB_MAX_OVERFLOWDB_POOL_TIMEOUTMUTATION_BATCH_RETENTION_DAYSRESET_DBThen restart: docker compose pull && docker compose up -d. Remove from .env afterward to avoid resetting on every restart.SEED_DEMOtrue # Full demo: NexaTech Industries (~150 cards, BPM processes, PPM projects)SEED_BPMtrue # Only BPM demo data (requires SEED_DEMO to have run first)SEED_PPMtrue # Only PPM demo data (requires SEED_DEMO to have run first)SEED_SECURITYSECRET_KEYyour-generated-secret>ACCESS_TOKEN_EXPIRE_MINUTES1440 JWT token lifetime (24h default)PORTAL_TOKEN_EXPIRE_MINUTESENVIRONMENTproduction Runtime environment (development enables API docs)ALLOWED_ORIGINSUpdate to match your domain:EMAIL_METHODEMAIL_OAUTH_PROVIDEREMAIL_OAUTH_TENANT_IDEMAIL_OAUTH_CLIENT_IDEMAIL_OAUTH_CLIENT_SECRETEMAIL_OAUTH_SCOPEEMAIL_OAUTH_TOKEN_ENDPOINTEMAIL_GRAPH_SENDEREMAIL_SERVICE_ACCOUNT_JSONOPS_PUBLIC_KEYAI_PROVIDER_URL(empty) Ollama-compatible LLM provider URLAI_MODEL(empty) LLM model name (e.g., gemma3:4b)AI_SEARCH_PROVIDERduckduckgo Web search provider: duckduckgo, google, or searxngAI_SEARCH_URL(empty) Search provider URL (SearXNG URL or API_KEY:CX for Google)AI_AUTO_CONFIGUREfalse Auto-enable AI on startup if provider is reachableTEAX_SIGNING_KEYSMTP_HOSTSMTP_PORTSMTP_USERSMTP_PASSWORDSMTP_FROMSMTP_TLSTool 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
47/47 tools missing one or more hints — search_cards (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_card (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_card_relations (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +44 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
41/47 tool handlers declare input schemas (87%)
Declare an inputSchema with zod/joi/yup on every tool definition.
Tool handlers catch errors
Only 3/47 tool handlers wrap calls in try/catch (6%)
Wrap each tool handler body in try/catch and return a structured error response.
Tool test coverage
Only 0/47 tools referenced in tests (0%)
Write tests that reference each tool by name so every tool has at least one test.
Shell command execution
1 child_process call — runs shell commands
Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.
Secrets stay with their owner
4 secret/sensitive values flow into network calls (SCREENSHOT_PASSWORD → dynamic, SCREENSHOT_PASSWORD → dynamic)
Audit where credentials are sent. A NOTION_TOKEN should only reach api.notion.com — never a third-party host.
Secrets not logged
10 secret values sent to console.log
Redact or omit secret values from log output.
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/vincentmakes-turbo-ea-2abn14)?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