Before you start
Microsoft 365 Copilot connects to Enginy through a Federated Copilot Connector — a different shape from the developer-tool clients. A tenant admin sets this up once for the whole org; individual users do not configure anything themselves. You’ll need:- Global Administrator or AI Administrator permissions in the Microsoft 365 admin center
- Access to the Teams Developer Portal, to register an authentication method
Set up the connector
- In the Microsoft 365 admin center, go to Copilot → Connectors → Gallery and select Create a new connector.
-
Choose Connect to MCP server and enter:
- Base URL:
https://openapi.enginy.ai/mcp/reduced
Use the path form (/mcp/reduced), not the equivalent?toolset=reducedquery parameter: Microsoft connector configurations split URLs into host + base path and silently drop query strings, so a query-parameter Base URL ends up pointing at the full catalog again. - Base URL:
-
Register an authentication method in the Teams Developer Portal — either Microsoft Entra SSO or
OAuth 2.0 — and enter the resulting registration ID on the connector.
Enginy’s hosted OAuth flow is a public-client PKCE flow with no client secret by default. If Microsoft’s OAuth 2.0 registration requires a client ID and secret, contact your Enginy admin to have one issued for this connector.
- Use staged rollout to test with specific users or groups before selecting Deploy to all users.
What end users see
Once deployed, users interact with Enginy from Copilot Chat, Word, or Teams like any other connected data source — no per-user setup, sign-in, or config file required.Client support matrix
Compare support levels and setup shapes across every Enginy MCP client.
Security and troubleshooting
Review the auth flow and common failure modes.