
Work IQ User MCP Server
Let your coding agent look up Microsoft 365 users, managers, teams, and direct reports without leaving the IDE.
Overview
Work IQ User MCP Server is a MCP server for the Build phase that retrieves Microsoft Graph user details, managers, teams, and direct reports for agent workflows.
What is this MCP server?
- Streamable HTTP remote MCP at Microsoft Agent 365 with required Entra tenant_id
- Retrieve user profile details from Microsoft Graph
- Resolve manager, team, and direct-report relationships for routing and approvals
- Published as Work IQ User MCP Server v1.0.0 on Microsoft MCP Platform
- Hosted endpoint pattern: agent365.svc.cloud.microsoft/agents/tenants/{tenant_id}/servers/mcp_MeServer
- Server version 1.0.0 per MCP server.schema.json
- Single required remote variable: tenant_id (Microsoft Entra tenant ID)
- Transport: streamable-http to Agent 365 MeServer endpoint
What problem does it solve?
Agents guess org structure or need bespoke Graph code every time they must know who manages whom in Microsoft 365.
Who is it for?
Indie builders and small teams on Microsoft 365 building agents that need real manager/team context without writing Graph SDK boilerplate.
Skip if: Non-Microsoft tenants, fully offline org data, or builders who cannot use Entra-hosted remote MCP endpoints.
What do I get? / Deliverables
Your agent calls MCP tools to resolve users, managers, teams, and reportees from live Entra data using only tenant configuration.
- Live Graph queries for user profiles and reporting relationships via MCP tools
- Tenant-scoped remote MCP registration for MeServer
- Reusable org-context calls inside agent-driven build workflows
Recommended MCP Servers
Journey fit
Org-directory lookups matter most while wiring agents and internal tools into real workplace identity data during product build. This is a Microsoft Graph remote MCP integration—classic agent-tooling for Entra-backed apps and workflows.
How it compares
Microsoft Graph org-directory MCP integration, not a standalone HR skill or local filesystem tool.
Common Questions / FAQ
Who is com.microsoft/workiq-meserver for?
Developers and solo builders using MCP-capable agents inside Microsoft 365 organizations who need Graph-backed user and reporting-line lookups.
When should I use com.microsoft/workiq-meserver?
Use it when building or extending an agent that must fetch user details, managers, teams, or direct reports from Microsoft Graph during integration work.
How do I add com.microsoft/workiq-meserver to my agent?
Add the remote MCP server URL from the catalog, set streamable-http transport, and provide your Microsoft Entra tenant_id variable required by Agent 365.