Skip to main content
Glama

Bing Search MCP Server

by leehanchung

bing_image_search

Search for images via Bing Image Search API using keywords, specifying result count and market code to find relevant visual content quickly.

Instructions

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.

Input Schema

NameRequiredDescriptionDefault
countNo
marketNoen-US
queryYes

Input Schema (JSON Schema)

{ "properties": { "count": { "default": 10, "title": "Count", "type": "integer" }, "market": { "default": "en-US", "title": "Market", "type": "string" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "bing_image_searchArguments", "type": "object" }

You must be authenticated.

Other Tools from Bing Search MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/leehanchung/bing-search-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server