OAuth protected-resource metadata for the ChatGPT MCP surface
Returns the RFC 9728 path-scoped protected-resource metadata for the /mcp/chatgpt MCP surface, which is what its WWW-Authenticate challenge names on a 401. Identical to the origin-wide document except that resource names /mcp/chatgpt on this origin rather than the origin itself, so a client can check the document answers for the endpoint it called.
GET
/.well-known/oauth-protected-resource/mcp/chatgptResponses
200OAuth protected-resource discovery JSON scoped to /mcp/chatgpt.
objectRequest
curl -X GET "https://charm.ing/.well-known/oauth-protected-resource/mcp/chatgpt"const response = await fetch("https://charm.ing/.well-known/oauth-protected-resource/mcp/chatgpt", {
method: "GET"
});import requests
response = requests.get(
"https://charm.ing/.well-known/oauth-protected-resource/mcp/chatgpt",
)Response
{}