Microsoft Entra SCIM runs on your own machine — the client starts it, so there is no endpoint to ping. 63 installs a week from npm. Last commit 8 Sep 2026.
Microsoft Entra SCIM 2.0 Provisioning API: user and group lifecycle, with a local mock.
Today is the operative word: we check Microsoft Entra SCIM every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add entra-scim-mcp -- npx -y entra-scim-mcp
{
"mcpServers": {
"entra-scim-mcp": {
"args": [
"-y",
"entra-scim-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.entra-scim-mcp]
command = "npx"
args = ["-y", "entra-scim-mcp"]
{
"mcpServers": {
"entra-scim-mcp": {
"args": [
"-y",
"entra-scim-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"entra-scim-mcp": {
"args": [
"-y",
"entra-scim-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
ENTRA_TENANT_ID (Directory (tenant) GUID. Required to authenticate against a live tenant; not needed for ENTRA_SCIM_DRY_RUN or ENTRA_SCIM_STATIC_TOKEN, which supply their own placeholder.), ENTRA_CLIENT_ID (App registration (client) GUID. Required to authenticate against a live tenant; not needed for ENTRA_SCIM_DRY_RUN or ENTRA_SCIM_STATIC_TOKEN.), ENTRA_CLIENT_SECRET (Client secret value. For a live tenant set exactly one of ENTRA_CLIENT_SECRET or ENTRA_CLIENT_CERT_PATH; a certificate is preferred for anything long-lived.), ENTRA_CLIENT_CERT_PATH (Path to a PEM holding the certificate and its private key. Set exactly one of ENTRA_CLIENT_SECRET or ENTRA_CLIENT_CERT_PATH.), ENTRA_CLIENT_CERT_PASSWORD (Password for the PEM, if it is encrypted.), ENTRA_SCIM_BASE_URL (Override the SCIM base URL (default https://graph.microsoft.com/rp/scim). Point it at the bundled mock to try the tools without a tenant.), ENTRA_SCIM_STATIC_TOKEN (Use a fixed bearer token instead of Azure AD. Refuses any microsoft.com/microsoft.us host and requires ENTRA_SCIM_BASE_URL; intended for the local mock only.), ENTRA_SCIM_DRY_RUN (Set to 1 to run every client-side validation and return the request that would have been sent, without sending it or acquiring a token.).
The author declared them in the registry entry; get the values from the project itself.
Tracks documented and undocumented Microsoft Graph API schema changes, with an MCP Apps visualiser
Interact with Microsoft 365 and Office services through the Microsoft Graph API.
Track and optimize AI API spending across 16 providers with live pricing.
Federal environmental records near any US location, with dates and provenance; never a safety score.
Manage FireKey browser profiles and browser lifecycles through an authenticated localhost API.
Manage Microsoft 365 email, calendar, contacts and inbox rules via the Graph API with OAuth 2.0.
Web search, URL discovery, scraping & extraction with agent-browser and search providers
A Windows Steam MCP server with local client controls and optional Steam Web API insights.
Answers built from our own checks of this server.