Web search MCP server using Microsoft Bing Search API, providing Bing-powered search within the MCP protocol.
Loading more......
Official Kagi Search MCP Server, bringing Kagi's advanced web search to the MCP ecosystem.
A powerful MCP server enabling parallel Google searching with structured results and CAPTCHAs handling, showcasing an information retrieval MCP server implementation.
An MCP server for accessing Tavily AI's search API, enabling advanced search features within the MCP protocol.
A Python-based MCP server that exposes OpenAI's built-in web_search tool as an MCP-compliant service.
An MCP server integrating Google Gemini API to enable advanced web searches with language understanding capabilities.
Enhances LLM and AI applications with deep autonomous web research capabilities through the Model Context Protocol. It explores and validates information from trusted sources, delivering better quality results than standard search tools—an example of an advanced MCP server.
Source: leehanchung/bing-search-mcp on GitHub
Category: Web Search MCP Servers
Tags: mcp, web-search, bing, search
A Model Context Protocol (MCP) server that integrates with the Microsoft Bing Search API, enabling AI assistants and MCP-compatible clients to perform web, news, and image searches via Bing.
bing_web_search(query, count=10, offset=0, market="en-US")bing_news_search(query, count=10, market="en-US", freshness="Day")bing_image_search(query, count=10, market="en-US")uv pip install -e .uvx bing-search-mcpMIT License
No pricing information is provided; the project is open-source under the MIT license. Use of the Microsoft Bing Search API may incur costs as determined by Microsoft Azure.