Baidu MCP Server provides web search capabilities through Baidu's search engine, enabling AI assistants to retrieve search results and fetch webpage content. Developed by Evilran, this implementation includes features for rate limiting, error handling, and content parsing to ensure optimal results for language models. The server exposes two main tools: a search function that returns formatted results with titles, URLs, and snippets, and a content fetching tool that retrieves and cleans webpage text. Built with Python and leveraging libraries like BeautifulSoup4 and httpx, it's particularly useful for users in regions where Baidu is the primary search engine or when alternative search options are needed.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Performs a web search on Baidu and returns formatted results. Parameters: query (string), max_results (optional integer, default: 10)
Fetches and parses content from a webpage. Parameters: url (string)