Entraid MCP Server
UnclaimedMCP server for interacting with EntraID through Microsoft Graph API.
Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (23)
accountEnabled
(optional)
api
(optional)
app_data
for createapplication and updateapplication should be a dictionary with keys such as:
appId
(required for create)
appRoleAssignmentRequired
(optional)
description
(optional)
displayName
(required for create)
group_data
for creategroup and updategroup should be a dictionary with keys such as:
groupTypes
(optional, e.g., ["Unified"])
identifierUris
(optional)
mailEnabled
(optional)
mailNickname
(required for create)
members
(optional, list of IDs)
membershipRule
(required for dynamic groups)
membershipRuleProcessingState
(optional, "On" or "Paused")
owners
(optional, list of user IDs)
requiredResourceAccess
(optional)
securityEnabled
(optional)
signInAudience
(optional)
sp_data
for createserviceprincipal and updateserviceprincipal should be a dictionary with keys such as:
tags
(optional)
visibility
(optional, "Private" or "Public")
web
(optional)