Add Work IQ MCP Server to Foundry catalog#198
Open
xllixin wants to merge 5 commits into
Open
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>
Author
|
Closing - wrong catalog target, will resubmit correctly. |
ava-YangL
reviewed
May 25, 2026
| "title": "Work IQ MCP Servers", | ||
| "url": "https://aka.ms/AboutWorkIQ" | ||
| }, | ||
| "remote": "https://workiq.svc.cloud.microsoft/mcp", |
There was a problem hiding this comment.
should we use CAFE endpoint at this moment?
Author
There was a problem hiding this comment.
The current endpoint (substrate-sdf.office.com) is intentional for this release. We can revisit CAFE endpoint in a follow-up if needed.
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
| "scopes": ["fdcc1f02-fc51-4226-8753-f668596af7f7/WorkIQAgent.Ask"] | ||
| } | ||
| }, | ||
| "authSchemas": ["OAuth2"], |
Collaborator
There was a problem hiding this comment.
remove this one to support admin consent
Author
@microsoft-github-policy-service agree company="Microsoft" |
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