cipp-mcp (WYRE-AI/cipp-mcp) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 43 tools. No publisher has claimed this listing.

C
Caution
74/100

cipp-mcp

An MCP server for CIPP (Community IT Professionals Platform), enabling MSPs to manage Microsoft 365 tenants, users, policies, and security settings through CIPP's API.

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

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

WYRE-AI

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

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: 1 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 2 credentials: X_API_KEY, X_CLIENT_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes43 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.

cipp_list_tenants

List all tenants managed in CIPP

cipp_get_tenant_details

Get detailed information about a specific tenant

cipp_list_users

List users in a tenant

cipp_create_user
cipp_edit_user
cipp_disable_user
cipp_reset_password
cipp_reset_mfa
cipp_revoke_sessions
cipp_offboard_user
cipp_bec_check

Run a Business Email Compromise check on a user

cipp_list_mfa_users

List users and their MFA status in a tenant

cipp_list_user_devices

List devices enrolled by a user

cipp_list_user_groups

List groups a user is a member of

cipp_list_groups

List groups in a tenant

cipp_create_group
cipp_list_mailboxes

List mailboxes in a tenant

cipp_list_mailbox_permissions

List permissions on a specific mailbox

cipp_set_out_of_office
cipp_set_email_forwarding
cipp_list_conditional_access_policies

List Conditional Access policies for a tenant

cipp_list_named_locations

List named locations (trusted IPs) for a tenant

cipp_list_enterprise_apps

List enterprise applications (service principals) in a tenant — including third-party SaaS apps that customers have integrated via OAuth (Slack, Salesforce, Zoom, etc.). Returns appId, displayName, publisher, owner-org, signInAudience, tags, and creation date. Use tenantFilter='allTenants' for cross

cipp_list_standards

List compliance standards configured for a tenant

cipp_run_standards_check

Trigger a standards compliance check for a tenant

cipp_list_standard_templates

List the CIPP Standards Templates configured across the partner tenant.

cipp_get_tenant_drift
cipp_get_tenant_alignment
cipp_create_standard_template
cipp_delete_standard_template
cipp_list_bpa

Get Best Practice Analyser results for a tenant

cipp_list_domain_health

Check domain health (DMARC, DKIM, SPF) for a tenant

cipp_list_licenses

List license assignments and usage for a tenant

cipp_list_csp_licenses

List all CSP licenses across tenants

cipp_list_audit_logs

List audit log entries for a tenant

cipp_list_alert_queue

List queued alerts across all tenants

cipp_list_gdap_roles

List available GDAP (Granular Delegated Admin Privileges) roles

cipp_list_gdap_invites

List pending GDAP relationship invites

cipp_list_scheduled_items

List scheduled tasks in CIPP

cipp_add_scheduled_item

Create a new scheduled task

cipp_ping

Check CIPP API connectivity

cipp_get_version

Get CIPP version information

cipp_list_logs

List CIPP application logs

// known CVEs in dependencies1 high

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

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

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

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_MODE
configLOG_FORMAT
configLOG_LEVELNo error, warn, info (default), or debug
configMCP_HTTP_HOST
configMCP_HTTP_PORTNo Port for HTTP mode (default: 8080)
configMCP_SERVER_NAME
configMCP_SERVER_VERSION
configMCP_TRANSPORTNo stdio (default) or http
🔐 secretX_API_KEY
configX_BASE_URL
configX_CLIENT_ID
🔐 secretX_CLIENT_SECRET
configX_TENANT_ID
configX_TOKEN_SCOPE
configX_TOKEN_URL
// quality suggestions

Tool annotations

15/43 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

31/43 tools missing one or more hints — cipp_list_tenants (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); cipp_get_tenant_details (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); cipp_list_users (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +28 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

Only 0/43 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.

Production dependencies are patched

0 critical, 1 high severity in production deps — @modelcontextprotocol/sdk@1.25.3 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

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 Verified](https://m8ven.ai/badge/mcp/wyre-technology/cipp-mcp?variant=verified)](https://m8ven.ai/mcp/wyre-technology/cipp-mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: a8bd3614fb538028055036d7dc4fcb69470f3343
code hash: 016e9be16138a271a2b8a51882daf7678acd23023605951d6c1ac48ac5d6a574
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