Add Work IQ MCP Server to Foundry catalog#198
Merged
Conversation
Adds the Work IQ MCP Server entry to the partners catalog. The server exposes Microsoft Graph as MCP tools for AI agents, supporting read, create, update, and delete of M365 entities (mail, calendar, files, chats), schema discovery, agent listing, and M365 Copilot chat. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Author
|
Closing - wrong catalog target, will resubmit correctly. |
ava-YangL
reviewed
May 25, 2026
Updates audience from the agent365 sub-server app ID to the correct Work IQ app ID (fdcc1f02-fc51-4226-8753-f668596af7f7) as specified in the Teams manifest webApplicationInfo.id. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
lindazqli
reviewed
May 27, 2026
Contributor
Author
@microsoft-github-policy-service agree company="Microsoft" |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
lindazqli
previously approved these changes
Jun 8, 2026
Removes the OAuth2 securitySchemes (1P OBO flow) and changes authSchemas to AgentIdentity so callers authenticate with their own Entra identity against the Work IQ audience. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Keeps the OAuth2 flow description consistent with other AgentIdentity servers, but with empty scopes since the caller provides their own Entra credentials (no 1P OBO scope). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
LadyNaggaga
approved these changes
Jun 9, 2026
ylxlpl
approved these changes
Jun 10, 2026
ylxlpl
approved these changes
Jun 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
partners/servers/workiq-mcp-server.json— Foundry catalog entry for the Work IQ MCP Server, which exposes Microsoft Graph as MCP tools for AI agents (read, create, update, delete M365 entities; schema discovery; agent listing; M365 Copilot chat)community/registry/icons/WorkIQMCPServer.png— icon for the Work IQ MCP ServerThe entry follows the same pattern as other Work IQ partner server entries (OneDrive, SharePoint, Mail, Copilot) added in #141.
Test plan
workiq-mcp-server.jsonagainstpartners/server-schema.jsonremoteURL (https://workiq.svc.cloud.microsoft/mcp) is reachable🤖 Generated with Claude Code