Announcements
Hi, I’m trying to add a Vendor MCP server to Copilot Studio.
What works:
Authorization
Bearer <key>
What doesn’t:
-32603 internal error
This is a vendor‑managed MCP server. We don’t host or configure it — we just enable it and use the API key they provide.
It looks like Copilot Studio tries to read the MCP schema before authentication, but this MCP server requires auth for schema access. The connection itself works, but tool discovery fails right after.
Encountering a -32603 error on tools/list right after a successful connection typically points to one of three causes:
Quick 5-minute check — run this from your machine using the same key:
curl -X POST https://<vendor>/mcp \ -H "Authorization: Bearer <key>" \ -H "Content-Type: application/json" \ -H "Accept: application/json, text/event-stream" \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Additional things to check: Make sure there’s no trailing whitespace in the key, the Bearer prefix is correct, no egress proxy is removing the Authorization header, and the Copilot Studio environment region matches the vendor endpoint.
Be aware of: API key storage (Key Vault), Recurrence time zone (defaults to UTC), and the premium HTTP connector. If you don’t have access to the premium connector, consider calling the API from an Azure Function and triggering the flow from there.
Best regards, Valantis
✅ If this helped solve your issue, please Accept as Solution so others can find it quickly. ❤️ If it didn’t fully solve it but was still useful, please click “Yes” on “Was this reply helpful?” or leave a Like :). 🏷️ For follow-ups @Valantis. 📝 https://valantisond365.com/
💼 LinkedIn
▶️ YouTube
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 704
Vish WR 249
Haque 244