Microsoft 365 MCP Server (IDEAtells-B-V-Software/hermes-ms365-mcp) is an MCP server listed on the M8ven Trust Index. M8ven has not graded it: there is no public source to read and no endpoint we can reach, so there is nothing for us to inspect. No publisher has claimed this listing.

C
Emerging
74/100
2 months ago

Microsoft 365 MCP Server

A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Microsoft Office services through the Graph API.

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. 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

IDEAtells-B-V-Software

Source: Glama

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

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
9 tools verified — handlers match their declared behaviour
3 read-only tools verified — handlers contain no write/delete/exec
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 2 credentials: MS365_MCP_CLIENT_SECRET, MS365_MCP_OAUTH_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies2 low

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

lowjs-yaml@4.1.0GHSA-h67p-54hq-rp68

JS-YAML: Quadratic-complexity DoS in merge key handling via repeated aliases

lowjs-yaml@4.1.0GHSA-mh29-5h37-fv8m

js-yaml has prototype pollution in merge (<<)

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.
configENABLED_TOOLSFilter tools using a regex pattern (alternative to --enabled-tools flag)
configLOG_LEVELSet logging level (default: 'info')
configMS365_MCP_ALLOWED_REDIRECT_URIS
configMS365_MCP_ALLOWED_SCOPES
configMS365_MCP_ALLOW_PAGINATION
configMS365_MCP_ALLOW_UNAUTHENTICATED_DISCOVERY
configMS365_MCP_AUDIT_LOG
configMS365_MCP_BASE_URL
configMS365_MCP_BODY_FORMAThtml: Return email bodies as HTML instead of plain text (default: text)
configMS365_MCP_CLIENT_ID5. Set — replace your-azure-ad-client-id with your Azure Entra app (client) ID. See [Azure AD App Registration](docs/deployment.md#azure-ad-app-registration-for-organizations) for how to create one.
🔐 secretMS365_MCP_CLIENT_SECRETCustom or additional Microsoft Graph API scopes beyond the built-in permission set (configure via MS365_MCP_CLIENT_ID / )
configMS365_MCP_CLOUD_TYPEglobalchina: Microsoft cloud environment (alternative to --cloud flag)
configMS365_MCP_CORS_ORIGIN
configMS365_MCP_EXPECTED_HOME_ACCOUNT_IDCLI values (--expected-username, --expected-home-account-id) take precedence over MS365_MCP_EXPECTED_USERNAME and .
configMS365_MCP_EXPECTED_USERNAMEwork@company.com npx @ideatells-b-v-software/ms-365-mcp-server --login
configMS365_MCP_EXTRA_SCOPES
configMS365_MCP_FORCE_WORK_SCOPEStrue1: Backwards compatibility for MS365_MCP_ORG_MODE
configMS365_MCP_GRAPH_CIRCUIT_DISABLED
configMS365_MCP_KEYVAULT_URLAzure Key Vault URL for secrets management (see Azure Key Vault section)
configMS365_MCP_LOG_DIR
configMS365_MCP_MAX_TOPn>: Hard cap for Graph $top / top on list requests (positive integer). When the model passes a larger value, the server clamps it to n so responses stay smaller. Example: MS365_MCP_MAX_TOP=15
🔐 secretMS365_MCP_OAUTH_TOKENyour_oauth_token npx @ideatells-b-v-software/ms-365-mcp-server
configMS365_MCP_OBO
configMS365_MCP_ORG_MODEtrue1: Enable organization/work mode (alternative to --org-mode flag)
configMS365_MCP_OUTPUT_FORMATtoon npx @ideatells-b-v-software/ms-365-mcp-server
configMS365_MCP_PUBLIC_URL
configMS365_MCP_RATE_LIMIT_DISABLEDtrue1: Disable per-IP rate limiting in HTTP mode (default: enabled — 30 req/min on /authorize, /token, /register; 120 req/min on /mcp)
configMS365_MCP_REDACT_PII
configMS365_MCP_SELECTED_ACCOUNT_PATHExplicit cache paths: Override MS365_MCP_TOKEN_CACHE_PATH and (resolved by getTokenCachePath() / getSelectedAccountPath() in src/token-cache-storage.ts) when the XDG default location is not writable.
configMS365_MCP_TENANT_IDms365-mcp-tenant-id No (defaults to 'common')
configMS365_MCP_TOKEN_CACHE_PATHCustom file path for MSAL token cache (see Token Storage below)
configMS365_MCP_TOKEN_FILEalt or in-memory token valid
configMS365_MCP_TRUST_PROXY_AUTH
configMS365_MCP_TRUST_PROXY_HOPS
configREAD_ONLYtrue1: Alternative to --read-only flag
configSILENTtrue1: Disable console output
configVITEST
configXDG_DATA_HOME
// quality suggestions

Tool annotations

4/9 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

9/9 tools missing one or more hints — login (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); logout (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); verify-login (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +6 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

6/9 tool handlers declare input schemas (67%)

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

Tool handlers catch errors

7/9 tool handlers wrap calls in try/catch (78%)

Wrap each tool handler body in try/catch and return a structured error response.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

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.

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 Score](https://m8ven.ai/badge/mcp/ideatells-b-v-software-hermes-ms365-mcp-15mn6z)](https://m8ven.ai/mcp/ideatells-b-v-software-hermes-ms365-mcp-15mn6z)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: c73c64d0cf30f875d7ccca8195daa3c67b4d7ab7
code hash: dcae296b36c2134b10342cdca439db74f25a2317680e5f1f2219ac76fe1edcc1
verified: 6/26/2026, 9:38:50 AM
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