OAuth 2.0 Protected Resource Metadata
curl --request GET \
--url https://api.neus.network/.well-known/oauth-protected-resource{
"authorization_servers": [
"<string>"
],
"scopes_supported": [],
"resource_documentation": "<string>"
}OAuth 2.0 Protected Resource Metadata
RFC 9728 protected resource metadata for the NEUS MCP resource server. Served at https://mcp.neus.network/.well-known/oauth-protected-resource. The MCP resource server returns a WWW-Authenticate header pointing to this URL on 401 responses.
GET
/
.well-known
/
oauth-protected-resource
OAuth 2.0 Protected Resource Metadata
curl --request GET \
--url https://api.neus.network/.well-known/oauth-protected-resource{
"authorization_servers": [
"<string>"
],
"scopes_supported": [],
"resource_documentation": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.neus.network/llms.txt
Use this file to discover all available pages before exploring further.
Response
200 - application/json
Protected resource metadata
OAuth 2.0 Protected Resource Metadata (RFC 9728). Served at https://mcp.neus.network/.well-known/oauth-protected-resource.
⌘I