MCPServers
Bing Search - MCP server logo

Bing Search

25
0

Summary

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.

Available Actions(3)

bing_web_search

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')

bing_news_search

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')

bing_image_search

Search for images. Parameters: query (string), count (int, optional, default=10), market (string, optional, default='en-US')

Last Updated: April 17, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签