A Baidu Search integration for AI assistants that enables direct access to China's largest search engine through the MCP. This TypeScript implementation allows agents to perform web searches on Baidu, retrieve search results, and extract relevant information without requiring users to leave their conversation interface. It leverages the @modelcontextprotocol/sdk and axios for making API requests, making it particularly valuable for use cases involving Chinese language queries, accessing China-specific content, or gathering information from behind the Great Firewall.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Perform a search using the Baidu Wenxin API. Parameters: query (required string), model (optional string), search_mode (optional string), enable_deep_search (optional boolean), search_recency_filter (optional string)