Hi everyone,
I’m trying to register my MCP connector in ChatGPT. The request to https://chatgpt.com/backend-api/aip/connectors/mcp keeps returning {“detail”:“Connector is not safe”}.
What’s odd: the exact same server works on my staging domain https://[name]-staging.azurewebsites.net, but the production domain https://[name].azurewebsites.net is rejected.
Does anyone know how the safety filter decides that a connector is “not safe” or how to request a review/whitelist for a domain? This is for developer testing, so I’d expect MCP to accept any domain by default.
Any guidance on how to clear this flag or properly test integrations would be greatly appreciated.
Thanks!