
Admin MCP Server
Let your coding agent run Microsoft Admin Center tasks against your Entra tenant without clicking through the admin portal.
Overview
com.microsoft/workiq-admintools is an MCP server for the Operate phase that exposes Microsoft Admin Center–related tools to your agent via a tenant-scoped remote endpoint.
What is this MCP server?
- Remote streamable-http MCP endpoint scoped by Microsoft Entra tenant_id
- Tools oriented to Microsoft Admin Center workflows
- Version 1.0.0 from the Microsoft MCP Platform repository
- Pairs with other Work IQ MCP servers on the same Agent365 host pattern
- Requires an Entra tenant you control or administer
- Server version 1.0.0 per published server metadata
- Single required remote variable: tenant_id (Microsoft Entra)
- Transport: streamable-http on agent365.svc.cloud.microsoft
What problem does it solve?
Changing Microsoft 365 or Entra settings breaks your flow when every task means leaving the agent to hunt through Admin Center manually.
Who is it for?
Solo builders or tiny teams on Microsoft 365 who already have admin rights and want agent-assisted tenant configuration during operations.
Skip if: Builders on Google Workspace only, non-admin users, or anyone who needs deep Azure Resource Manager provisioning instead of Admin Center tasks.
What do I get? / Deliverables
After you register the server with your tenant_id, your agent can request Admin Center operations through MCP while you stay in your build environment.
- Registered remote MCP server entry in your agent config
- Agent-callable Admin Center tool surface for your tenant
- Repeatable admin workflows you can script via natural language
Recommended MCP Servers
Journey fit
Tenant and service administration is ongoing production and org operations, which maps to the Operate phase in the solo-builder journey. Admin Center tooling is infrastructure and tenant configuration, not feature coding—best shelved under infra within Operate.
How it compares
Tenant admin MCP integration, not a Claude Code skill or a generic IaC deployer.
Common Questions / FAQ
Who is com.microsoft/workiq-admintools for?
It is for developers and operators who manage a Microsoft Entra tenant and want Admin Center capabilities available to Claude Code, Cursor, or similar MCP clients.
When should I use com.microsoft/workiq-admintools?
Use it during Operate when you need to adjust or inspect Microsoft admin settings as part of shipping, monitoring, or iterating on an M365-backed product.
How do I add com.microsoft/workiq-admintools to my agent?
Add the remote MCP URL from server.json, substitute your Microsoft Entra tenant_id in the path, and complete whatever sign-in or consent your Microsoft Agent365 deployment requires.