Skip to content

Connect to Microsoft Copilot Studio

Omnipresence speaks the Model Context Protocol (MCP) with OAuth 2.1, and Copilot Studio speaks MCP natively — so connecting is a URL and a sign-in, with no API key to copy.

Last updated 2026-09-23

What you need

  • A Copilot Studio agent in your Microsoft 365 / Power Platform environment.
  • An Omnipresence account with an active subscription or enterprise contract — the connection is gated on it.

The MCP endpoint

Add this one URL — the authorization server, dynamic client registration and token endpoint are all discovered from it automatically:

https://api.getomnipresence.com/mcp

Steps in Copilot Studio

  • Open your agent → Tools → Add a tool → Model Context Protocol.
  • Server URL: https://api.getomnipresence.com/mcp.
  • Authentication: OAuth 2.0. Copilot Studio registers itself automatically (Dynamic Client Registration) and discovers the sign-in server — you never create a client id or secret by hand.
  • Sign in with your Omnipresence account and approve access. The connection is account-scoped and revocable at any time.
  • Add the tools — start with list_projects and use_project, then presence_overview, presence_scorecard, presence_backlog, and the rest.

For your IT / security review

  • Transport: MCP Streamable HTTP over TLS; auth is OAuth 2.1 with PKCE (S256), with RFC 9728 resource-metadata discovery.
  • What crosses the boundary: only the public prompts you track, the public AI answers, cited URLs and your configuration — never your internal documents or customer records. See our Security page and DPA.
  • Access is account-scoped: a token reaches only that account's projects.
  • Enterprise BYOK: supply your own model keys at the account level and require them.

Troubleshooting

  • No tools appear after sign-in: confirm the account has an active subscription or an in-term enterprise contract (a lapsed account authenticates but returns no tools).
  • Auth loop: allow Copilot Studio to reach getomnipresence.com and api.getomnipresence.com over HTTPS.
  • A project isn't listed: it may be paused — resume it in Omnipresence.

Questions: [email protected].