Cortellis Regulatory Intelligence MCP Server

Connecting from Microsoft Copilot Studio

This guide walks you through adding the Cortellis Regulatory Intelligence (CRI) MCP server as a tool in a Microsoft Copilot Studio agent, so your agent can answer regulatory questions with authoritative content from Cortellis.

Prerequisites

Connection details

Use these values when Copilot Studio asks for them:

Server nameCortellis Regulatory Intelligence
Server descriptionSearches Cortellis Regulatory Intelligence and summarizes regulatory requirements, guidance and submission procedures across countries, agencies and product types.
Server URLhttps://api.clarivate.com/lifesciences/mcp-regulatory/mcp
TransportStreamable HTTP (the only transport Copilot Studio supports; SSE is not supported)
AuthenticationOAuth 2.0
Metadata / discovery endpointhttps://api.clarivate.com/.well-known/oauth-authorization-server/lifesciences/mcp-regulatory
Authorization URLhttps://api.clarivate.com/lifesciences/mcp-regulatory/authorize
Token URL templatehttps://api.clarivate.com/lifesciences/mcp-regulatory/token
Refresh URLhttps://api.clarivate.com/lifesciences/mcp-regulatory/token
Scopesclaudeai
PKCES256 supported

Setup Instructions

  1. Sign in to Microsoft Copilot Studio and open the agent you want to extend (or create a new one).
  2. Go to the Tools page for your agent and select Add a tool, then New tool, then Model Context Protocol. The MCP onboarding wizard opens.
  3. Fill in Server name, Server description and Server URL using the values in the table above. The description is what the agent orchestrator uses to decide when to call the server, so keep it accurate.
  4. For the authentication type, select OAuth 2.0, then choose one of:
    • Dynamic discovery — the server publishes OAuth metadata at the discovery endpoint above, so Copilot Studio can read the endpoints itself. Try this first.
    • Dynamic — enter the Authorization URL and Token URL template from the table above.
    • Manual — enter the Authorization URL, Token URL template, Refresh URL and Scopes from the table above, plus the Client ID and Client secret issued to you by Clarivate (see step 6).
  5. Select Create. Copilot Studio displays a callback URL (typically https://global.consent.azure-apim.net/redirect/...). Copy it.
  6. Register your connector with Clarivate before creating the connection. Email [email protected] with your callback URL and the client ID your connector uses, and we will allow-list them. Copilot Studio connectors authenticate with a fixed, pre-provisioned client ID instead of registering themselves dynamically, so the CRI server rejects an unknown client ID at the authorization step. See Troubleshooting for what that failure looks like.
  7. Once we have confirmed the registration, on Add tool select Create a new connection, sign in with your Cortellis Regulatory Intelligence account and approve the consent screen.
  8. Select Add to agent. The server's tools appear on the agent's Tools page and are available to the orchestrator.
  9. Test the agent, for example: "Summarize FDA labeling requirements for oncology products."

Note: no Cortellis data is indexed or copied into Microsoft 365 or Power Platform. Responses are fetched from Cortellis at request time over MCP, using the signed-in user's own entitlements.

If you would rather build the connector by hand in Power Apps instead of using the wizard, Copilot Studio also accepts a custom connector defined by an OpenAPI file. The operation must target the path /mcp on https://api.clarivate.com/lifesciences/mcp-regulatory and be marked x-ms-agentic-protocol: mcp-streamable-1.0. Microsoft's documentation below includes a complete sample schema.

Microsoft documentation

Available Tools

Troubleshooting

For support, please contact [email protected].

Privacy

See Clarivate's privacy notices and policies.

Terms of Service

See Clarivate's terms of service.

Looking for the ready-made connector in Microsoft 365 Copilot Chat instead? See the Microsoft Copilot Chat setup guide.