mcp-server-bing-webmaster
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BING_WEBMASTER_API_KEY | Yes | Your Bing Webmaster API key from Bing Webmaster Tools |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_sitesA | Retrieve all sites in the user's Bing Webmaster Tools account |
| add_siteB | Add a new site to Bing Webmaster Tools |
| verify_siteC | Attempt to verify ownership of a site |
| remove_siteC | Remove a site from Bing Webmaster Tools |
| get_query_statsC | Get detailed traffic statistics for top queries. |
| get_page_statsC | Get traffic statistics for top pages. |
| get_rank_and_traffic_statsC | Get overall ranking and traffic statistics. |
| get_crawl_statsC | Retrieve crawl statistics for a specific site. |
| get_crawl_issuesB | Get crawl issues and errors for a site. |
| submit_urlC | Submit a single URL for indexing. |
| submit_url_batchC | Submit multiple URLs for indexing. |
| get_url_submission_quotaC | Get information about URL submission quota and usage. |
| submit_sitemapB | Submit a sitemap to Bing. |
| remove_sitemapC | Remove a sitemap from Bing. |
| get_keyword_dataC | Get detailed data for a specific keyword/query. |
| get_related_keywordsC | Get keywords related to a specific query. |
| get_link_countsB | Get inbound link counts for a site. |
| get_url_linksC | Get inbound links for specific site URL. |
| get_blocked_urlsC | Get list of blocked URLs for a site. |
| add_blocked_urlC | Block a URL or directory from being crawled. |
| remove_blocked_urlC | Remove a URL from the blocked list. |
| get_query_page_statsC | Get detailed traffic statistics for a specific query. |
| get_query_page_detail_statsC | Get detailed statistics for a specific query and page combination. |
| get_url_infoC | Get detailed index information for a specific URL. |
| submit_contentC | Submit page content directly to Bing without crawling. |
| get_keyword_statsC | Get historical statistics for a specific keyword. |
| add_connected_pageC | Add a page that has a link to your website. |
| get_deep_link_blocksB | Get list of blocked deep links. |
| add_deep_link_blockC | Block deep links for specific URL patterns. |
| get_query_parametersC | Get URL normalization parameters. Note: May require special permissions. |
| add_query_parameterD | Add URL normalization parameter. |
| get_site_rolesC | Get list of users with access to the site. |
| add_site_rolesC | Delegate site access to another user. |
| get_feedsC | Get all RSS/Atom feeds for a site. |
| get_content_submission_quotaC | Get content submission quota information. |
| get_url_traffic_infoC | Get traffic information for specific URLs. |
| get_crawl_settingsC | Get crawl settings for a site. |
| update_crawl_settingsC | Update crawl settings for a site. |
| get_country_region_settingsA | Get country/region targeting settings. Note: May require special permissions. |
| add_country_region_settingsC | Add country/region targeting settings. |
| remove_query_parameterC | Remove a URL normalization parameter. |
| remove_deep_link_blockD | Remove a deep link block. |
| add_page_preview_blockC | Add a page preview block to prevent rich snippets. |
| get_active_page_preview_blocksC | Get list of active page preview blocks. |
| remove_page_preview_blockC | Remove a page preview block. |
| enable_disable_query_parameterC | Enable or disable a URL query parameter. |
| fetch_urlC | Request Bing to fetch/crawl a specific URL. |
| get_fetched_urlsC | Get list of URLs that have been fetched. |
| get_fetched_url_detailsD | Get detailed information about a fetched URL. |
| get_connected_pagesB | Get list of connected pages that link to your site. |
| get_children_url_infoC | Get information about child URLs under a parent URL. |
| get_children_url_traffic_infoC | Get traffic information for child URLs. |
| get_feed_detailsC | Get detailed information about a specific feed. |
| remove_feedC | Remove a feed from Bing Webmaster Tools. |
| get_page_query_statsC | Get query statistics for a specific page. |
| get_query_traffic_statsC | Get traffic statistics for queries over time. |
| get_site_movesC | Get history of site moves/migrations. |
| submit_site_moveC | Submit a site move/migration notification. |
| remove_site_roleC | Remove a user's access to a site. |
| remove_country_region_settingsC | Remove country/region targeting settings. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 60 tools
The tools have clear purposes but significant overlap exists, particularly in the 'get_' category where many tools retrieve similar types of data (e.g., get_crawl_stats, get_page_stats, get_query_stats, get_rank_and_traffic_stats all provide traffic/statistical data). While descriptions help differentiate them, an agent could easily misselect between closely related tools like get_query_stats and get_query_traffic_stats.
Tool names follow a highly consistent verb_noun pattern throughout. All tools use clear action verbs (add, get, remove, submit, update, enable_disable, fetch) followed by specific nouns, with consistent snake_case formatting. This predictability makes the tool set easy to navigate and understand.
With 60 tools, this is an extremely large set that feels overwhelming for the Bing Webmaster Tools domain. While the domain is broad, many tools could likely be consolidated (e.g., multiple 'get_' tools for different statistics types). The count will make it difficult for agents to efficiently navigate and select the right tool.
The tool set provides comprehensive coverage of the Bing Webmaster Tools domain. It includes full CRUD operations for resources (add/get/remove), extensive data retrieval options, submission capabilities, configuration management, and administrative functions. No obvious gaps exist for core webmaster workflows.