Join Microsoft 365 MCP Server (michelfritzschjoin/join-ms-365-mcp-server) is an MCP server listed on the M8ven Trust Index. It scores 0 out of 100, grade F. It declares 92 tools. No publisher has claimed this listing.
Enables AI assistants to seamlessly interact with Microsoft 365 services through the Graph API, featuring super tools, unified search, and intelligent learning.
Warning. Serious findings were identified. Review the full report before connecting. 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
michelfritzschjoin
Source: Glama
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.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
When Vitest UI server is listening, arbitrary file can be read and executed
TOON: Prototype pollution when decoding untrusted TOON input
hono: CORS Middleware reflects any Origin with credentials when `origin` defaults to the wildcard
js-yaml: YAML merge-key chains can force quadratic CPU consumption
JS-YAML: Quadratic CPU consumption in !!omap resolution (3.x and 4.x) — CVE-2026-59870 fix not backported
DASHBOARD_PASSWORDENABLED_TOOLSFORCE_COLORLOG_FORMATLOG_LEVELLogging level / Logging-Level infoMS365_MCP_ANONYMIZE_PIItrueMS365_MCP_AUTO_QUERY_OPTIMIZATION_ENABLEDMS365_MCP_CALENDAR_DEFAULT_TIMEZONEMS365_MCP_CHAT_MEMORY_ENABLEDMS365_MCP_CHAT_MEMORY_MAX_HISTORYMS365_MCP_CHAT_MEMORY_TTLMS365_MCP_CLIENT_IDRequired / ErforderlichMS365_MCP_CLIENT_SECRETClient secret (confidential apps) / Client-Geheimnis (vertrauliche Apps) -MS365_MCP_CLOUD_TYPEglobalMS365_MCP_CORS_EXPOSED_HEADERSMS365_MCP_CORS_HEADERSMS365_MCP_CORS_MAX_AGEMS365_MCP_CORS_METHODSMS365_MCP_CORS_ORIGINMS365_MCP_CORS_ORIGINSMS365_MCP_CSPMS365_MCP_CSP_DASHBOARDMS365_MCP_DEEP_RESEARCH_ITEMS_PER_ITERATIONMS365_MCP_DEEP_RESEARCH_MAX_DEPTHMS365_MCP_ENABLE_DISCOVERY_TOOLSMS365_MCP_ENABLE_SELF_REPAIRMS365_MCP_FAST_MODEMS365_MCP_GRAPH_MAX_RETRIESMS365_MCP_GRAPH_REQUEST_TIMEOUT_MSMS365_MCP_GRAPH_RETRY_MAX_DELAY_MSMS365_MCP_HSTS_MAX_AGEMS365_MCP_INTENT_ENTITY_FILTERMS365_MCP_KEYVAULT_URLAzure Key Vault URL -MS365_MCP_KNOWLEDGE_BASE_PATHMS365_MCP_LEARNING_CLUSTER_ENABLEDMS365_MCP_LEARNING_CLUSTER_THRESHOLDMS365_MCP_LEARNING_DECAY_DAYSMS365_MCP_LEARNING_DECAY_FACTORMS365_MCP_LEARNING_ENABLEDMS365_MCP_LEARNING_NLP_ENABLEDMS365_MCP_LLM_OPTIMIZEMS365_MCP_MAX_AGGREGATE_ITEMSMS365_MCP_MAX_CONCURRENT_TOOLSMS365_MCP_MAX_PAGESMS365_MCP_MAX_QUERY_VARIANTSMS365_MCP_MAX_REPAIR_ATTEMPTSMS365_MCP_MAX_RESEARCH_ITERATIONSMS365_MCP_MAX_RESPONSE_CHARSMS365_MCP_MAX_RESULTS500MS365_MCP_MAX_SUMMARY_LENGTHMS365_MCP_MIN_RELEVANCEMS365_MCP_MULTIQUERY_TIMEOUTMS365_MCP_OAUTH_TOKENMS365_MCP_ORG_MODEfalseMS365_MCP_OUTPUT_FORMATjsonMS365_MCP_PATTERN_LEARNING_ENABLEDMS365_MCP_PATTERN_MIN_COUNTMS365_MCP_PERMISSIONS_POLICYMS365_MCP_QUERY_DECOMPOSITION_ENABLEDMS365_MCP_QUERY_OPTIMIZATION_CONFIDENCE_THRESHOLDMS365_MCP_QUERY_OPTIMIZATION_MIN_PATTERN_COUNTMS365_MCP_RATE_LIMIT_MAX_REQUESTSMS365_MCP_RATE_LIMIT_WINDOW_MSMS365_MCP_READ_ONLYMS365_MCP_REFERRER_POLICYMS365_MCP_RELEVANCE_THRESHOLDMS365_MCP_REPAIR_STRATEGIESMS365_MCP_RESPONSE_ENVELOPEMS365_MCP_RESPONSE_FORMATMS365_MCP_RESPONSE_SUMMARY_FIRSTMS365_MCP_SEARCH_DEFAULT_ENTITY_TYPESMS365_MCP_SEARCH_LEARNED_VARIANTSMS365_MCP_SEARCH_MAX_CANDIDATESMS365_MCP_SEARCH_MAX_SYNONYM_VARIANTSMS365_MCP_SEARCH_PARALLEL_MERGE_COUNTMS365_MCP_SEARCH_SYNONYM_MERGE_THRESHOLDMS365_MCP_SEARCH_USE_OR_QUERYMS365_MCP_TENANT_IDcommonMS365_MCP_THINKING_ENABLEDMS365_MCP_THINKING_LEVELMS365_MCP_X_FRAME_OPTIONSNO_COLORQUERY_STORE_DIRQUERY_STORE_MAX_QUERIESQUERY_STORE_RETENTION_DAYSREAD_ONLYEnglish: All Super-Tools respect the environment variable. Write operations (send, create, update, delete) are automatically blocked with clear error messages when read-only mode is enabled.SILENTDisable console output / Konsolenausgabe deaktivieren falseTRUST_PROXY_COUNTTool annotations
80/92 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
92/92 tools missing one or more hints — login (missing: idempotentHint); logout (missing: idempotentHint); verify-login (missing: idempotentHint), +89 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
67/92 tool handlers declare input schemas (73%)
Declare an inputSchema with zod/joi/yup on every tool definition.
Tool test coverage
Only 11/92 tools referenced in tests (12%)
Write tests that reference each tool by name so every tool has at least one test.
No access to sensitive paths
Reads sensitive paths: /.dockerenv, /.dockerenv
Remove reads of sensitive system paths. If you genuinely need them, document why in the README.
Shell command execution
4 calls in production code run through a shell (bin/modules/generate-mcp-tools.mjs:43, bin/check-generated.mjs:18, bin/check-generated.mjs:26)
Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.
Production dependencies are patched
0 critical, 4 high severity in production deps — @toon-format/toon@2.1.0 (high), hono@4.12.9 (high)
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.
[](https://m8ven.ai/mcp/michelfritzschjoin/join-ms-365-mcp-server)?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