# Bing Webmaster Tools — MCP server on mcp.ai > Connect your Bing Webmaster Tools account and use 13 tools for analytics straight from your AI agent. Connect with your own API key. Bing Webmaster Tools helps site owners inspect search performance, manage crawling and indexing, submit URLs and feeds, and configure verified sites in Bing Search. By: mcp.ai · official Page: https://mcp.ai/bing_webmaster_tools ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_bing_webmaster_tools?ms=1787291340000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/bing_webmaster_tools/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/bing_webmaster_tools/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/bing_webmaster_tools/skill.md Postman collection (v2.1): https://mcp.ai/bing_webmaster_tools/postman.json ## Tools - bing_webmaster_tools_get_crawl_diagnostics(report?: string, site_url: string) — Read crawl issues or daily crawl statistics for a verified site. - bing_webmaster_tools_get_feeds(feed_url?: string, site_url: string) — List a site's submitted sitemaps and feeds, or inspect one feed's child details. - bing_webmaster_tools_get_inbound_links(site_url: string, target_url?: string, page_number?: integer) — Read inbound-link counts across a site or link details for one target URL, one provider page at a time. - bing_webmaster_tools_get_page_performance(report?: string, page_url: string, site_url: string, page_number?: integer) — Read traffic for one owned URL, its search queries, or a paged set of child URLs. - bing_webmaster_tools_get_query_performance(query: string, report?: string, page_url?: string, site_url: string) — Analyze one Bing search query over time, across ranking pages, or for one query-page pair. - bing_webmaster_tools_get_search_performance(report?: string, site_url: string) — Read site-level Bing search performance as daily totals, top queries, or top pages. - bing_webmaster_tools_get_submission_quotas(site_url: string, submission_type?: string) — Get remaining daily and monthly URL and/or content submission quotas for a verified site. - bing_webmaster_tools_inspect_url(url: string, site_url: string) — Get Bing index and crawl metadata for one page or directory in a verified site. - bing_webmaster_tools_list_child_urls(url: string, site_url: string, page_number?: integer, http_code_filter?: integer, crawl_date_filter?: integer, document_flags_filter?: integer, discovered_date_filter?: integer) — Return one Bing index-detail page for URLs below a directory or container, with optional crawl and index filters. - bing_webmaster_tools_list_sites() — List the sites associated with the connected Bing Webmaster Tools user, including verification state and verification codes. - bing_webmaster_tools_research_keywords(query: string, report?: string, country: string, end_date?: string, language: string, start_date?: string) — Get Bing keyword impressions, historical statistics, or related keyword ideas for a country and language. - bing_webmaster_tools_submit_feed(feed_url: string, site_url: string) — Submit a sitemap or feed URL for non-recallable Bing processing; do not retry when the submission result is ambiguous. - bing_webmaster_tools_submit_urls(urls: string[], site_url: string) — Submit one to 500 owned URLs to Bing, consuming URL-submission quota and starting a non-recallable crawl and indexing request that does not guarantee indexing. ## Example prompts - "What can I do in Bing Webmaster Tools?" - "Show me a summary of my Bing Webmaster Tools account" ## Links Docs: https://mcp.ai/docs/mcps/bing_webmaster_tools Website: https://mcp.ai/mcps/bing_webmaster_tools