Platforms / bing
bing toolset
11 tools. Mount this server and your agent gets every bing endpoint, fully typed.
claude mcp add capzy-bing --transport http https://mcp.capzy.ai/bing/mcp \ --header "Authorization: Bearer YOUR_KEY"
Maps
bing_maps
1 credit
Maps Search
Local businesses with address, phone, rating and coordinates.
| Param | Type | Required | Description |
|---|---|---|---|
query |
string | required | Place / business query. |
gl |
string | optional | Country code. Default: us |
page |
integer | optional | Page number (20 per page). Default: 1 |
offset |
integer | optional | 0-based result offset (overrides page). |
per_page |
integer | optional | Businesses per page. Default: 20 |
count |
integer | optional | Alias for per_page. |
Reference
bing_markets
1 credit
List Markets
Supported Bing markets.
No parameters.
Search
bing_autocomplete
1 credit
Autocomplete
Search-box suggestions.
| Param | Type | Required | Description |
|---|---|---|---|
query |
string | required | Partial search term. |
market |
string | optional | Market code. Default: us |
bing_copilot
1 credit
Copilot Answer
AI answer for a query, with the source pages it cites. Best-effort.
| Param | Type | Required | Description |
|---|---|---|---|
query |
string | required | Question / query. |
market |
string | optional | Market code. Default: us |
safe_search |
string | optional | off | moderate | strict Default: moderate |
bing_images
1 credit
Image Search
Image search results with full-size and thumbnail URLs, source page and dimensions.
| Param | Type | Required | Description |
|---|---|---|---|
query |
string | required | Search query. |
market |
string | optional | Market code. Default: us |
page |
integer | optional | Page number (1-based). Default: 1 |
count |
integer | optional | Result count / page size. Default: 35 |
per_page |
integer | optional | Alias for count. |
offset |
integer | optional | 0-based result offset (overrides page). |
safe_search |
string | optional | off | moderate | strict Default: moderate |
image_size |
string | optional | Filter by image size. |
color |
string | optional | Filter by dominant color. |
type |
string | optional | Filter by image type. |
layout |
string | optional | Filter by aspect ratio. |
time_range |
string | optional | Restrict to recent images. |
bing_news
1 credit
News Search
News articles with source, date and snippet.
| Param | Type | Required | Description |
|---|---|---|---|
query |
string | required | Search query. |
market |
string | optional | Market code. Default: us |
safe_search |
string | optional | off | moderate | strict Default: moderate |
time_range |
string | optional | Restrict to recent articles. |
freshness |
string | optional | Alias for time_range: day | week | month. |
category |
string | optional | News category tab. TODO: wire category. |
page |
integer | optional | Page number (1-based). Default: 1 |
offset |
integer | optional | 0-based result offset (overrides page). |
per_page |
integer | optional | Results per page. Default: 10 |
count |
integer | optional | Alias for per_page. |
bing_reverse_image
1 credit
Reverse Image Search
Find visually similar images and the pages they appear on from an image URL.
| Param | Type | Required | Description |
|---|---|---|---|
image_url |
string | required | URL of the image to search by. |
market |
string | optional | Market code. Default: us |
safe_search |
string | optional | off | moderate | strict Default: moderate |
bing_search
1 credit
Web Search
Web search results with organic listings.
| Param | Type | Required | Description |
|---|---|---|---|
query |
string | required | Search query. |
market |
string | optional | Market code. Default: us |
safe_search |
string | optional | off | moderate | strict Default: moderate |
time_range |
string | optional | Restrict to recently discovered pages. |
page |
integer | optional | Page number (1-based). Default: 1 |
offset |
integer | optional | 0-based result offset (overrides page). |
per_page |
integer | optional | Results per page. Default: 10 |
count |
integer | optional | Alias for per_page. |
language |
string | optional | UI language code (e.g. en). TODO: wire language. |
bing_videos
1 credit
Video Search
Video search results with publisher, views and date.
| Param | Type | Required | Description |
|---|---|---|---|
query |
string | required | Search query. |
market |
string | optional | Market code. Default: us |
page |
integer | optional | Page number (1-based). Default: 1 |
count |
integer | optional | Result count / page size. Default: 35 |
per_page |
integer | optional | Alias for count. |
offset |
integer | optional | 0-based result offset (overrides page). |
safe_search |
string | optional | off | moderate | strict Default: moderate |
duration |
string | optional | Filter by clip length. |
resolution |
string | optional | Filter by video resolution. |
time_range |
string | optional | Restrict to recent videos. |
Shopping
bing_product
1 credit
Product Search
Product grid with title, price, seller and rating.
| Param | Type | Required | Description |
|---|---|---|---|
query |
string | required | Product query. |
gl |
string | optional | Country code. Default: us |
page |
integer | optional | Page number. Default: 1 |
offset |
integer | optional | 0-based result offset (overrides page). |
per_page |
integer | optional | Results per page. Default: 36 |
count |
integer | optional | Alias for per_page. |
safe_search |
string | optional | off | moderate | strict Default: moderate |
sort |
string | optional | Result ordering. TODO: wire sort. |
price_min |
number | optional | Minimum price. TODO: wire price_min. |
price_max |
number | optional | Maximum price. TODO: wire price_max. |
bing_shopping
1 credit
Shopping Offers
Merchant offers and deals with seller, price and a buy link.
| Param | Type | Required | Description |
|---|---|---|---|
query |
string | required | Product query. |
gl |
string | optional | Country code. Default: us |
page |
integer | optional | Page number. Default: 1 |
offset |
integer | optional | 0-based result offset (overrides page). |
per_page |
integer | optional | Results per page. Default: 36 |
count |
integer | optional | Alias for per_page. |
safe_search |
string | optional | off | moderate | strict Default: moderate |
sort |
string | optional | Result ordering. TODO: wire sort. |
price_min |
number | optional | Minimum price. TODO: wire price_min. |
price_max |
number | optional | Maximum price. TODO: wire price_max. |
Fewer tools?
The aggregate server at https://mcp.capzy.ai/mcp reaches this platform through 5 discovery meta-tools, and https://mcp.capzy.ai/search/mcp carries just each platform's primary search.