Skip to main content
Before you run the setup commands, install Node.js 20 or newer with npx. Install the generic Kyberis skill bundle into a directory your agent can read:
Then connect MCP with the generic setup flow. Generic mode does not update a client config file automatically:
Copy the returned values into your client configuration:
  • Transport: HTTP
  • Server URL: the returned mcp_url
  • Header: Authorization: Bearer <token>

Test Prompt

Direct REST Fallback

If your agent cannot use MCP, create an API key in API keys, then call the REST API directly with:
Use Authentication and the API reference for direct integration details.