Loading...
uvx bing-search-mcp{
"mcpServers": {
"bing-search": {
"command": "uvx",
"args": [
"/path/to/your/bing-search-mcp"
],
"env": {
"BING_API_KEY": "your-bing-api-key"
}
}
}
}bing_web_searchPerforms a general web search and returns relevant results.
Read-only operation; retrieves information without modifying any data.
bing_news_searchSearches for news articles and current events based on a query.
Read-only operation; retrieves news information without modifying any data.
bing_image_searchSearches for images based on a query.
Read-only operation; retrieves image results without modifying any data.
This MCP server is relatively safe due to its read-only nature and reliance on the Bing Search API. However, proper API key management is crucial, and users should be aware of the potential for inaccurate information in search results. It's safe for general use but requires monitoring for API usage and result accuracy.