Skip to content

MCP (OpenAPI V2)

Caoliao Open Platform V2 provides MCP (Model Context Protocol) access. Capabilities are consistent with REST APIs and can be used in MCP-capable clients (for example Cursor and Claude Desktop).

Endpoint

  • MCP endpoint: https://open.cli.im/mcp

The service is mounted at /mcp under the Base URL. Use the MCP-over-HTTP connection method required by your client (for example SSE endpoint behavior).

Authentication

Same as REST: Bearer Token.

When configuring or sending requests in MCP clients, include header:

Authorization: Bearer <your API Key>

The server forwards this header to internal APIs, so: