Skip to main content
GET
/
v1
/
mcp
/
oauth-protected-resource
OAuth Protected Resource Metadata
curl --request GET \
  --url https://api.example.com/v1/mcp/oauth-protected-resource
{
  "resource": "https://mytelescope.mcp.solvapay.com",
  "authorization_servers": [
    "https://mytelescope.mcp.solvapay.com"
  ],
  "scopes_supported": [
    "openid",
    "profile",
    "email"
  ]
}

Response

200 - application/json

OAuth protected resource metadata

resource
string
Example:

"https://mytelescope.mcp.solvapay.com"

authorization_servers
string[]
Example:
["https://mytelescope.mcp.solvapay.com"]
scopes_supported
string[]
Example:
["openid", "profile", "email"]