Copilot
Connect Microsoft Copilot to BlueNexus for MCP-based access to your users' connected services.
Setup
Step 1: Add MCP Server
In Copilot's MCP configuration, add BlueNexus as a remote server:
- Server URL:
https://api.bluenexus.ai/mcp - Authentication: OAuth 2.0 (handled automatically via the MCP protocol)
Copilot will discover the auth configuration through the standard well-known endpoints and handle the OAuth flow, including Dynamic Client Registration.
Step 2: Authorize
When prompted, sign in to BlueNexus (or create an account) and authorize Copilot to access your connected services.
Step 3: Connect Services
Go to app.bluenexus.ai > Connections to connect the services you want Copilot to access.
Step 4: Use
Ask Copilot to interact with your connected services:
"Search my Slack messages for discussions about the Q4 budget" "What issues are assigned to me in Jira?"
Using a Personal Access Token
If Copilot doesn't support the full OAuth MCP flow, you can use a Personal Access Token:
- Create a PAT at app.bluenexus.ai > Settings > Sessions with scope
universal-mcp-read-write - Configure the MCP server with the Bearer token in the Authorization header
Troubleshooting
Authentication issues: Ensure Copilot's MCP client supports OAuth 2.1 with PKCE. If not, use the PAT approach.
Missing tools: Run tools/list to verify use-agent and list-connections are available. If not, check your token scopes.