Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions concepts/mcp-server/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ The naming of MCP scopes follows the pattern `MCP.{microsoft-graph-scope-name}`.
- MCP.RoleAssignmentSchedule.Read.Directory
- MCP.RoleEligibilitySchedule.Read.Directory
- MCP.RoleManagement.Read.Directory
- MCP.ServiceHealth.Read.All
- MCP.ServiceMessage.Read.All
- MCP.Synchronization.Read.All
- MCP.User.Read.All
- MCP.UserAuthenticationMethod.Read.All
Expand Down
10 changes: 3 additions & 7 deletions concepts/mcp-server/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,13 @@ ms.date: 11/18/2025
#customer intent: As a developer or IT administrator, I want to understand the Microsoft MCP Server for Enterprise so that I can effectively use natural language to query and manage my organization's identity and device data.
---

# Overview of Microsoft MCP Server for Enterprise (preview)
# Overview of Microsoft MCP Server for Enterprise
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAIK, the MCP Server is still in public preview. @Licantrop0 , please confirm?

Copy link
Copy Markdown
Contributor Author

@mkbond007 mkbond007 Apr 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I received feedback from Brian and he confirmed from @Licantrop0 that it's still in preview; I will revert the changes that removed this mention in the overview. Leaving for Luke to resolve.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Licantrop0 when you get a moment, can you please review the changes in Files changed?


The Microsoft MCP Server for Enterprise `https://mcp.svc.cloud.microsoft/enterprise` is a programmatic interface for AI agents to query enterprise data in your Microsoft Entra tenant by using natural language. Built on the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/), an open standard that specifies how AI models interact with external tools and services, it translates natural language requests into Microsoft Graph API calls.

This overview explains how Microsoft MCP Server for Enterprise works and how you can integrate it into your AI-powered workflows.

> [!IMPORTANT]
> Microsoft MCP Server for Enterprise is currently in PREVIEW.
> This information relates to a prerelease product that may be substantially modified before it's released. Microsoft makes no warranties, expressed or implied, with respect to the information provided here.
>
> Microsoft MCP Server for Enterprise is offered under the [Microsoft APIs Terms of Use](/legal/microsoft-apis/terms-of-use).
Microsoft MCP Server for Enterprise is offered under the [Microsoft APIs Terms of Use](/legal/microsoft-apis/terms-of-use).

## How it works

Expand Down Expand Up @@ -53,7 +49,7 @@ The Microsoft MCP Server for Enterprise enables several key scenarios:

## Current scope and capabilities

Microsoft MCP Server for Enterprise is currently in public preview. It focuses on Microsoft Entra identity and directory **read-only** scenarios such as user, group, application, and device insights, plus administrative reporting. All operations respect existing Microsoft Graph permissions, user privileges, and tenant security policies.
Microsoft MCP Server for Enterprise focuses on Microsoft Entra identity and directory **read-only** scenarios such as user, group, application, and device insights, plus administrative reporting. All operations respect existing Microsoft Graph permissions, user privileges, and tenant security policies.

## Licensing and costs

Expand Down
Loading