MicrosoftExchangeServerMCP (Qaiser-ms-consultant/MicrosoftExchangeServerMCP) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 679 tools. No publisher has claimed this listing.

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

Qaiser-ms-consultant

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: 7 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: EXCHANGE_PASSWORD, MCP_BASIC_PASS, OAUTH_CLIENT_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies7 high23 low

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

highelectron@31.7.7GHSA-532v-xpq5-8h95

Electron: Use-after-free in offscreen child window paint callback

highelectron@31.7.7GHSA-8337-3p73-46f4

Electron: Use-after-free in WebContents fullscreen, pointer-lock, and keyboard-lock permission callbacks

highelectron@31.7.7GHSA-9f4c-93c8-jc8g

Electron: Sandboxed iframe can bypass the allow-popups restriction via the OpenURL navigation path

highelectron@31.7.7GHSA-9wfr-w7mm-pc7f

Electron: Renderer command-line switch injection via undocumented commandLineSwitches webPreference

highelectron@31.7.7GHSA-h7rp-cf8h-j98x

Electron: Context isolation bypass via Function.prototype.bind hijack

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.
configAUTH_METHODbasic, oauth or certificate
configENABLE_ADMIN_TOOLS
configENABLE_MAILBOX_TOOLS
configEXCHANGE_ENDPOINTBase URL including scheme and host
configEXCHANGE_INSECUREYou can also set =true or EXCHANGE_POWERSHELL_URL=https://<fqdn>/PowerShell as environment variables. On startup the server logs whether insecure mode is enabled and which endpoints are in use.
🔐 secretEXCHANGE_PASSWORDauth.basic.password — —
configEXCHANGE_POWERSHELL_URI
configEXCHANGE_POWERSHELL_URLYou can also set EXCHANGE_INSECURE=true or =https://<fqdn>/PowerShell as environment variables. On startup the server logs whether insecure mode is enabled and which endpoints are in use.
configEXCHANGE_PROVIDER
configEXCHANGE_PS_URL
configEXCHANGE_SERVERFull PowerShell remoting URL. Setting EXCHANGE_SERVER automatically configures both endpoint and PowerShell URI
configEXCHANGE_SERVERSComma-separated list of PowerShell URIs for high availability, for example https://exch01/PowerShell,https://exch02/PowerShell
configEXCHANGE_SERVER_LIST
configEXCHANGE_UPDATER_BRANCH
configEXCHANGE_UPDATER_REPO
configEXCHANGE_VERSION
configMCP_ALLOWLISTComma-separated CIDR ranges for IP allowlist
configMCP_API_KEYSImportant: HTTP transport now requires authentication (see [Security Notes](#security-notes)). Configure or other auth methods before starting.
🔐 secretMCP_BASIC_PASSUsername and password for Basic authentication
configMCP_BASIC_USERUsername and password for Basic authentication
configMCP_BEARER_TOKENSComma-separated bearer tokens for Bearer token authentication
configMCP_DENYLISTComma-separated CIDR ranges for IP denylist
configMCP_HTTP_AUTH_ENABLEDEnable authentication for HTTP transport (secure by default)
configMCP_HTTP_AUTH_METHODapikey, bearer, basic, none or array like [apikey, bearer]
configMCP_PROTECT_HEALTHRequire authentication for /health endpoint
configMCP_RATE_LIMIT_MAX_REQUESTSMaximum requests per window per IP
configMCP_RATE_LIMIT_WINDOW_MSRate limit window in milliseconds
configMCP_TRANSPORTstdio or http
configOAUTH_CLIENT_IDauth.oauth.clientId — —
🔐 secretOAUTH_CLIENT_SECRET
configPOWERSHELL_URL
configVITE_DEV_SERVER_URL
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

679/679 tools missing one or more hints — exchange_get_activesyncvirtualdirectory (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); exchange_get_authredirect (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); exchange_get_autodiscovervirtualdirectory (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +676 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 test coverage

531/679 tools referenced in tests (78%)

Write tests that reference each tool by name so every tool has at least one test.

Shell command execution

6 calls in production code run through a shell (src/desktop/updater.ts:80, src/desktop/updater.ts:81, src/desktop/updater.ts:82)

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

Dev dependencies

7 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.

// 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 5 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/qaiser-ms-consultant/microsoftexchangeservermcp)](https://m8ven.ai/mcp/qaiser-ms-consultant/microsoftexchangeservermcp)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 7bde6e05b77ebee6b278e73794615b7a69e22817
code hash: f4c9d478fdf830cc7a1599354a296eae6afabd40eae6959b43a9c5c17cc52df8
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