sau-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SAU_CMD | No | sau可执行文件路径(已在PATH时可省略) | |
| SAU_CWD | No | social-auto-upload仓库根目录 | |
| SAU_TIMEOUT | No | 子进程超时秒数(默认600) | 600 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sau_healthA | Check MCP wrapper config and whether |
| douyin_checkA | Check whether a Douyin account cookie is valid (stdout: valid/invalid). |
| douyin_upload_videoC | Upload and publish a Douyin video via sau CLI. |
| douyin_upload_noteC | Upload and publish a Douyin image note via sau CLI. |
| kuaishou_checkB | Check whether a Kuaishou account cookie is valid. |
| kuaishou_upload_videoC | Upload and publish a Kuaishou video via sau CLI. |
| xiaohongshu_checkB | Check whether a Xiaohongshu account cookie is valid. |
| xiaohongshu_upload_videoC | Upload and publish a Xiaohongshu video via sau CLI. |
| bilibili_checkB | Check whether a Bilibili account cookie is valid. |
| bilibili_upload_videoC | Upload and publish a Bilibili video via sau CLI. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 10 tools
Each tool is uniquely identified by platform (douyin, kuaishou, xiaohongshu, bilibili) and action (check, upload_video, upload_note). No two tools overlap in purpose; check tools validate cookies while upload tools publish content.
All tools follow a consistent pattern of platform_action (e.g., kuaishou_upload_video, bilibili_check), with douyin_upload_note as a logical variant. The utility sau_health also uses snake_case and fits the naming scheme.
10 tools serve four platforms, each with a check and upload video action, plus an extra Douyin note upload and a health check. This is well-scoped and not excessive for the apparent purpose.
Core functionality (cookie validation and video upload) is covered for all platforms, and Douyin additionally supports image notes. Minor gaps exist, such as no note upload for other platforms and no management operations (list/delete), but these are not critical for the upload-focused domain.