{"type":"mcp_server","name":"bing-search-mcp","description":"This repository provides a Model Context Protocol (MCP) server for integrating the Microsoft Bing Search API, enabling AI assistants to perform web, news, and image searches. This repository provides a","category":"Search & Knowledge","language":"Python","stars":77,"forks":0,"owner":"leehanchung","github_url":"https://github.com/leehanchung/bing-search-mcp","homepage":null,"setup":"## Setup\n1. Clone this repository\n2. Install dependencies:\n   ```\nuv venv\n   source .venv/bin/activate  # On Windows: .venv\\Scripts\\activate\n   uv pip install -e .\n   ```\nSet the required environment variables:\n\n```bash\nexport BING_API_KEY=\"your-bing-api-key\"\nexport BING_API_URL=\"https://api.bing.microsoft.com/\"  # Optional\n```\n\nFor Windows:\n```cmd\nset BING_API_KEY=your-bing-api-key\nset BING_API_URL=https://api.bing.microsoft.com/\n```","tools":"## Available Tools\n\n1. Web search (General web search for information, websites, and content)\n2. News search (Search for news articles and current events)\n3. Image search (Search for images)\n4. Rate limiting (Prevent API abuse)\n5. Comprehensive error handling (Provides error handling)","faq":null,"created_at":"2025-03-15T23:29:35+00:00","updated_at":"2025-03-22T22:00:42+00:00","source_url":"https://model-context-protocol.com/servers/bing-search-api-model-context-server","related_articles":[]}