bing-cn-mcp-server
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": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| bing_searchB | 使用必应中文搜索引擎搜索信息。返回搜索结果包括标题、链接和摘要。 |
| crawl_webpageA | 根据搜索结果的UUID抓取网页内容。支持批量抓取多个网页。会自动过滤黑名单中的网站(如知乎、小红书等)。 |
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 2 tools
The two tools have clearly distinct purposes: bing_search performs searches, and crawl_webpage retrieves web content based on search result UUIDs. There is no overlap.
Both tools follow a verb_noun pattern (bing_search, crawl_webpage). The minor inconsistency is that bing_search includes a service prefix (bing) while crawl_webpage does not, but the structure is still uniform.
With only two tools, the set is minimal but well-scoped for its purpose of searching and crawling. It is slightly thin but not unreasonable for a focused utility.
The tools cover the essential workflow: search then retrieve full content. There are no obvious gaps for basic use, though advanced features like pagination or filtering are missing.