A Bing Search MCP server that enables AI assistants to perform web, news, and image searches through Microsoft's Bing Search API. Developed by Hanchung Lee, this implementation provides three core tools: web search for general information, news search for current events, and image search for visual content. The server handles rate limiting, comprehensive error handling, and formats results in a clear, structured manner. It's designed to be easily integrated with Claude Desktop and other MCP-compatible clients, allowing AI assistants to access up-to-date information from the web without direct internet access.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
General web search for information, websites, and content. Parameters: query (string), count (int, optional, default 10), offset (int, optional, default 0), market (string, optional, default 'en-US')
Search for news articles and current events. Parameters: query (string), count (int, optional, default 10), market (string, optional, default 'en-US'), freshness (string, optional, default 'Day')
Search for images. Parameters: query (string), count (int, optional, default 10), market (string, optional, default 'en-US')