Skip to main content
Glama
nelladath

EndpointRead-MCP

by nelladath

EndpointRead-MCP

Read-only Model Context Protocol (MCP) server for Microsoft Intune and Entra ID.

EndpointRead-MCP is a safe, non-destructive Graph MCP surface that supports list/get/search/reporting operations only. It is designed for tenant visibility, audits, troubleshooting, and health reporting without write actions.

Key Features

  • Read-only Intune and Entra operations.

  • Write actions are blocked by allowlist guards.

  • Built-in report export support for Intune reports.

  • Authentication helper tools for app/delegated/hybrid flows.

  • Metadata discovery tools for available operations.

Related MCP server: LimaCharlie MCP

Security Model

EndpointRead-MCP enforces read-only behavior in tool action dispatch. Destructive operations such as create/update/delete/assign/restart/wipe are not available. If a blocked action is requested, the tool returns an error with allowed actions.

Tool Catalog

Connection and Auth

  • authenticate_mcp_session

  • test_connection

  • get_auth_status

  • start_interactive_sign_in

  • complete_interactive_sign_in

  • complete_interactive_login

  • connect_intune_mcp_server

  • get_intune_overview

Intune and Entra Read Tools

  • manage_intune_devices

  • manage_device_encryption

  • manage_intune_apps

  • manage_app_config_mam

  • manage_compliance_policies

  • manage_configuration_profiles

  • manage_settings_catalog

  • manage_admx_policies

  • manage_endpoint_security

  • manage_security_baselines

  • manage_windows_update

  • manage_intune_scripts

  • manage_intune_enrollment

  • manage_autopilot

  • manage_filters_tags

  • manage_intune_rbac

  • manage_cloud_pc

  • manage_entra_users

  • manage_entra_groups

  • manage_entra_devices

  • manage_conditional_access

  • manage_identity_protection

  • manage_app_registrations

  • manage_tenant_admin

Reporting Tool

  • manage_intune_reports

    • list_available_reports

    • export_report (generic reportName support)

    • Summary and scoped report actions (compliance, app install, analytics, encryption, enrollment failures, and related export jobs)

Catalog and Discovery

  • list_graph_catalog_operations

  • describe_graph_catalog_operation

  • discover_graph_operations

Permissions

Use least privilege and only grant the scopes your scenario needs. Typical read permissions used by this server include:

  • Organization.Read.All

  • User.Read.All

  • Group.Read.All

  • AuditLog.Read.All

  • Device.Read.All

  • DeviceManagementManagedDevices.Read.All

  • DeviceManagementConfiguration.Read.All

  • DeviceManagementApps.Read.All

  • DeviceManagementServiceConfig.Read.All

  • DeviceManagementRBAC.Read.All

For report exports and advanced analytics, additional Intune read scopes may be required depending on endpoint/report type.

Configuration

Create .env in repo root (never commit it):

TENANT_ID=<your-tenant-id>
CLIENT_ID=<your-app-id>
CLIENT_SECRET=<your-client-secret>

AUTH_MODE=app
REQUIRE_USER_LOGIN=false
USER_AUTH_SCOPES=User.Read,DeviceManagementManagedDevices.Read.All
INTERACTIVE_LOGIN_MODE=browser
TOKEN_CACHE_PATH=.msal_token_cache.bin

Installation

cd E:\MCP\EndpointRead-MCP
py -3.13 -m venv .venv
.venv\Scripts\Activate.ps1
pip install -r requirements.txt
pip install -e .

Run

cd E:\MCP\EndpointRead-MCP
.venv\Scripts\python.exe -m intune_mcp_server.server

VS Code MCP Config Example

{
	"servers": {
		"EndpointRead-MCP": {
			"type": "stdio",
			"command": "E:\\MCP\\EndpointRead-MCP\\.venv\\Scripts\\python.exe",
			"args": ["-m", "intune_mcp_server.server"],
			"envFile": "E:\\MCP\\EndpointRead-MCP\\.env"
		}
	}
}

Secret Hygiene

  • .env is ignored by .gitignore.

  • Do not commit tenant secrets, access tokens, or cache files.

  • Rotate credentials if secrets are ever exposed.

Project Base

  • Derived from: IntuneRW-Core

  • Adapted to enforce read-only action allowlists

  • Includes one consolidated read reporting tool for Intune exports

Install Server
A
license - permissive license
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    A
    maintenance
    A Model Context Protocol server for Microsoft 365 administration using Graph API application permissions, enabling security monitoring, identity audits, incident response, and service health management.
    Last updated
    287
    9
    MIT
  • A
    license
    C
    quality
    B
    maintenance
    A local MCP server for the LimaCharlie security platform that provides investigation, administration, and content-review workflows via a broad read-only tool surface with explicit organization scoping and audit logging.
    Last updated
    100
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    A read-only MCP server for exploring on-premises, multi-instance Microsoft SQL Server estates from AI clients, with read-only enforcement and Windows authentication support.
    Last updated
    Apache 2.0
  • A
    license
    -
    quality
    C
    maintenance
    A read-only MCP server that provides tools to list and read devices, MDM servers, blueprints, configurations, apps, packages, users, and other resources from Apple Business Manager and Apple School Manager.
    Last updated
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nelladath/EndpointRead-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server