Skip to content

Connecting to Microsoft Copilot Studio

This guide covers adding an AgentCube connector to Microsoft Copilot Studio as an MCP action.

Add the Connector

  1. In Copilot Studio, open your agent
  2. Go to ActionsAdd an action
  3. Select Model Context Protocol as the action type
  4. Configure:
    • Server name: A descriptive name (e.g., AgentCube Essbase)
    • Description: Brief description of the connector's purpose
    • Server URL: Your connector's MCP endpoint
      https://{connector_hostname}/mcp
      

Basic Auth Mode

  1. Under Authentication, select None
  2. Click Create

SSO (OIDC) Mode

  1. Under Authentication, select OAuth 2.0
  2. Configure the OAuth settings per your identity provider
  3. Click Create

Note

SSO configuration for Copilot Studio is being validated. Check back for updated instructions.

Verify the Connection

  1. Open the Test pane in Copilot Studio
  2. Ask a question that triggers a tool call
  3. Verify that Oracle data is returned correctly

Important Notes

Tool definition caching

Copilot Studio caches tool definitions from the MCP server. After updating your AgentCube connector (new version, configuration changes), you must disconnect and reconnect the MCP connector in your agent's Actions settings to refresh the tool definitions.

Troubleshooting

Issue Resolution
Tools show stale definitions Disconnect and reconnect the MCP connector in Actions settings
Connection errors Verify the /mcp endpoint is accessible from Copilot Studio's network
Authentication failures Check your OAuth configuration and identity provider settings