Baidu AI Search
@baidubce
关于 Baidu AI Search
appbuilder-sdk, 千帆AppBuilder-SDK帮助开发者灵活、快速的搭建AI原生应用
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"search": {
"command": "python",
"args": [
"~/work/baidu/app-builder/python/mcp/ai_search/ai_search_server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Baidu AI Search?
Baidu AI Search combines Baidu’s search capabilities with large language model technology to provide intelligent responses that include real‑time web information references. It is designed for various industry application scenarios and offers rich standardized features such as custom persona settings, model selection, and configurable search parameters.
How to use Baidu AI Search?
Obtain an AppBuilder API Key from the console, then format your authorization token as Bearer+<AppBuilder API Key> (keeping the “+” character). Configure the MCP client with the URL http://appbuilder.baidu.com/v2/ai_search/mcp/sse?api_key=Bearer+<your key> (slot in the full token after api_key=).
Key features of Baidu AI Search
- Custom persona settings
- Model selection
- Query rewriting (time‑sensitive and multi‑turn)
- Search scope configuration (modalities, site ranges, publication dates)
- Customizable number of reference links
Use cases of Baidu AI Search
- Intelligent Q&A with real‑time Baidu search references
- Multi‑turn conversations that rewrite queries for better results
- Industry‑specific search enhanced by configurable scope and persona
- LLM applications needing up‑to‑date web information
FAQ from Baidu AI Search
What does Baidu AI Search do?
It combines Baidu search with LLM technology to generate intelligent responses that include real‑time web information references, supporting a variety of industry applications.
How do I get an API key?
Get your AppBuilder API Key from the console.
How is authentication handled?
Your token must be formatted as Bearer+<AppBuilder API Key>. Include the entire string (with the plus sign) in the api_key query parameter of the SSE URL.
What customization options are available?
You can set a custom persona, choose a model, enable query rewriting (time‑sensitive or multi‑turn), configure search scope (modalities, site ranges, publication dates), and set the number of reference links.
Where can I find full documentation?
The README refers to the official documentation at 百度AI搜索.
搜索 分类下的更多 MCP 服务器
Kagi MCP server
kagisearchThe Official Model Context Protocol (MCP) server for Kagi Search & other tools.
Perplexity MCP Zerver
wysh3MCP web search using perplexity without any API KEYS
Google Search MCP Server
mixelpixxMCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites
Serper Search and Scrape MCP Server
marcopesaniSerper MCP Server supporting search and webpage scraping
Google News MCP Server
ChanMeng666【Star-crossed coders unite!⭐️】Model Context Protocol (MCP) server implementation providing Google News search capabilities via SerpAPI, with automatic news categorization and multi-language support.
评论