xiaofenshen-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| XIAOFENSHEN_WEB_ORIGIN | No | The web origin for Xiaofenshen | https://xiaofenshen.com |
| XIAOFENSHEN_API_BASE_URL | No | The API base URL for Xiaofenshen | https://api.xiaofenshen.com |
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
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read_public_shareA | 读取用户主动公开的小分身文章快照。可传分享页 URL 或 token。只返回标题、正文、封面和分身署名,不含对话上下文。 |
| list_image_prompt_templatesA | 列出小分身启用的生图提示词模板(系统级只读,含 prompt 与效果图)。可选 slug 过滤单条。不会触发生图。 |
| get_product_docsA | 读取小分身公开帮助文档。不传 slug 返回 /llms.txt 索引;传 slug 返回对应 Markdown。 |
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 3 tools
Each tool serves a completely distinct purpose: reading public shares, listing image prompt templates, and fetching product docs. There is no overlap or ambiguity between them.
All tool names follow a consistent verb_noun pattern with snake_case: read_public_share, list_image_prompt_templates, get_product_docs. The naming is predictable and uniform.
With only 3 tools, the server is tightly scoped for its read-only informational purpose. Each tool earns its place and covers a distinct resource, fitting comfortably within the ideal range.
The server covers the three main public-facing resource types (shares, templates, docs) with read operations. No obvious gaps exist for the stated read-only domain, as operations align with the server's purpose.