Bing Search MCP Server

by leehanchung

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BING_API_KEYYesYour Microsoft Bing Search API key
BING_API_URLNoURL endpoint for the Bing API (optional)https://api.bing.microsoft.com/

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
bing_web_search

Performs a web search using the Bing Search API for general information and websites.

Args: query: Search query (required) count: Number of results (1-50, default 10) offset: Pagination offset (default 0) market: Market code like en-US, en-GB, etc.
bing_news_search

Searches for news articles using Bing News Search API for current events and timely information.

Args: query: News search query (required) count: Number of results (1-50, default 10) market: Market code like en-US, en-GB, etc. freshness: Time period of news (Day, Week, Month)
bing_image_search

Searches for images using Bing Image Search API for visual content.

Args: query: Image search query (required) count: Number of results (1-50, default 10) market: Market code like en-US, en-GB, etc.
ID: nwtqbda2xc