Connect an MCP client.
Use the endpoint below with MCP revision 2026-07-28 and an Authorization bearer header. Replace the placeholder locally with your private token.
{
"mcpServers": {
"jetskibay": {
"url": "https://jetskibay.com/mcp",
"headers": {
"Authorization": "Bearer <YOUR_GATEWAY_TOKEN>"
}
}
}
}The gateway discovers Chroma remotely and exposes chroma__check_contrast. It uses a separate upstream credential, never a public manifest credential.
Client configuration varies. This is token authentication for a prototype, not an OAuth sign-in flow.