Skip to main content
GET
/
.well-known
/
oauth-protected-resource
/
mcp
cURL
curl --request GET \
  --url https://external.vin.gs/api/.well-known/oauth-protected-resource/mcp
{
  "resource": "<string>",
  "authorization_servers": [
    "<string>"
  ],
  "scopes_supported": [
    "<string>"
  ],
  "bearer_methods_supported": [
    "<string>"
  ],
  "resource_name": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.vin.gs/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

OAuth 2.0 Protected Resource Metadata (RFC 9728) for the Vings MCP server at /api/mcp

resource
string<uri>
required
authorization_servers
string<uri>[]
required
scopes_supported
string[]
required
bearer_methods_supported
string[]
required
resource_name
string
required