Call via POST http://127.0.0.1:3000/get_credentials (JSON params as the body) or WebSocket.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
domain |
string | – | "qun.qq.com" |
{ cookies, token, csrf_token }:Cookie 字符串与 CSRF 令牌(token 与 csrf_token 同值)。
Every response is wrapped in the standard envelope: { "status": "ok", "retcode": 0, "data": ... }. The table below describes data.
| Field | Type | Required | Description |
|---|---|---|---|
cookies |
string | ✓ | 该域名的 Cookie 字符串 |
token |
integer | ✓ | CSRF 令牌(bkn) |
csrf_token |
integer | ✓ | CSRF 令牌(同 token) |
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.