Hi,
I am facing an issue while adding an MCP server to Microsoft Copilot Studio. The MCP server was working previously, but for the past one week I have been unable to add/connect the MCP server successfully.
When I try to add the MCP server in Copilot Studio, the UI displays the following error:
“This request is not allowed per policy.”
The relevant API response is:
{
"name": "<REDACTED_CONNECTION_ID>",
"id": "/providers/Microsoft.PowerApps/apis/shared_<REDACTED_API_ID>/connections/<REDACTED_CONNECTION_ID>",
"type": "Microsoft.PowerApps/apis/connections",
"properties": {
"apiId": "/providers/Microsoft.PowerApps/apis/shared_<REDACTED_API_ID>",
"displayName": "TESTMcp",
"iconUri": "https://defaulticons.powerapps.com/defaulticons/api-dedicated.png",
"statuses": [
{
"status": "Error",
"target": "token",
"error": {
"code": "Unauthenticated",
"message": "This connection is not authenticated."
}
}
],
"connectionParameters": {
"sku": "Enterprise"
},
"keywordsRemaining": 0,
"isSsoConnection": false,
"createdBy": {
"id": "<REDACTED_USER_ID>",
"displayName": "<REDACTED_USER>",
"email": "<REDACTED_EMAIL>",
"type": "User",
"userType": "NotSpecified",
"tenantId": "<REDACTED_TENANT_ID>",
"userPrincipalName": "<REDACTED_EMAIL>"
},
"createdTime": "<REDACTED_TIMESTAMP>",
"lastModifiedTime": "<REDACTED_TIMESTAMP>",
"environment": {
"id": "/providers/Microsoft.PowerApps/environments/<REDACTED_ENVIRONMENT_ID>",
"name": "<REDACTED_ENVIRONMENT_NAME>"
},
"allowSharing": false
}
}
Environment / Configuration
- Client: Microsoft Copilot Studio
- Integration: MCP Server
- Connection:
OPMMcp
- Connection SKU: Enterprise
- Authentication status: Unauthenticated
- Copilot Studio UI error:
This request is not allowed per policy.
Can anyone help me to solve this isssue?