mcp-china-ecosystem
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| baidu_search_toolB | 搜索百度网页,获取中文互联网的实时信息。适合查找中文网站、新闻、百科、技术文章等。 |
| bilibili_search_toolA | 搜索B站视频,获取中国最大视频平台的内容。支持按综合、播放量、最新、弹幕排序。返回视频标题、UP主、播放量、弹幕数等。 |
| extract_chinese_page_toolA | 提取中文网页的正文内容。适合阅读知乎回答、B站专栏、36氪文章、CSDN博客等中文网站。去除广告和导航干扰。 |
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 targets a distinctly different function: web search, video search, and page extraction. No ambiguity in purpose.
All tools follow a consistent verb_noun pattern with snake_case (baidu_search_tool, bilibili_search_tool, extract_chinese_page_tool).
Three tools is minimal but covers essential operations for the China ecosystem domain. Slightly thin but not unreasonably so.
Missing tools for other major platforms (Weibo, Zhihu, etc.) and common operations like translation or user info. Gaps exist but core search and extraction are present.