qzone-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NAPCAT_URL | Yes | The URL of the NapCat OneBot server (e.g., http://127.0.0.1:3000). | |
| NAPCAT_TOKEN | Yes | The access token for NapCat. | |
| QZONE_DATA_DIR | Yes | Directory where qzone-mcp stores its data. | |
| QZONE_AUTO_BIND | No | Whether to auto-bind to the daemon (default true). | true |
| QZONE_MEDIA_ROOT | Yes | Directory containing media files used for publishing. | |
| QZONE_ULTRA_ROOT | Yes | Path to the astrbot_plugin_qzone_ultra installation directory. | |
| QZONE_DAEMON_PORT | No | Port for the local QzoneUltra daemon (default 18999). | 18999 |
| QZONE_DAEMON_SECRET | No | Secret for connecting to an already-running daemon (optional). | |
| QZONE_AUTO_START_DAEMON | No | Whether to auto-start the daemon (default true). | true |
| QZONE_PUBLISH_PREVIEW_TTL | No | Preview token lifetime in seconds (default 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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| qzone_statusA | 检查 QZone daemon、NapCat 登录凭证和绑定状态;不会返回 Cookie/CSRF。 |
| qzone_list_postsA | 读取 QQ 空间动态。hostuin=0 表示好友动态流;指定 QQ 号时读取其空间。 |
| qzone_get_postC | 读取一条说说详情。 |
| qzone_publishA | 直接发布 QQ 空间说说。images 支持多张本机图片绝对路径;如需发前确认,请改用 qzone_prepare_publish。 |
| qzone_prepare_publishA | 只生成发布预览,不会真的发说说;返回短时 confirmation_token,确认后调用 qzone_confirm_publish。 |
| qzone_confirm_publishA | 使用 qzone_prepare_publish 返回的 token 执行一次真实发布;token 使用一次即失效。 |
| qzone_likeC | 点赞或取消点赞一条说说。为兼容旧调用保留 unlike 参数。 |
| qzone_unlikeB | 取消点赞一条说说。 |
| qzone_commentC | 评论一条说说。 |
| qzone_reply_commentC | 回复一条说说评论。 |
| qzone_deleteC | 删除当前登录 QQ 自己发布的说说。 |
| qzone_visitorsC | 读取当前 QQ 空间最近访客。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/inzzou/qzone-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server