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)