Skip to main content
GET
/
mcp
cURL
curl --request GET \
  --url https://external.vin.gs/api/mcp
{
  "error": {
    "code": "UNAUTHORIZED",
    "message": "Missing bearer token",
    "details": null,
    "requestId": "<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

405 - application/json

Method not allowed — use POST with a JSON-RPC body

error
object
required