{
  "info": {
    "name": "Bing Webmaster Tools — mcp.ai",
    "description": "REST API for the Bing Webmaster Tools MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/bing_webmaster_tools",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "bing_webmaster_tools_get_crawl_diagnostics",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/crawl/diagnostics",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "crawl",
            "diagnostics"
          ]
        },
        "description": "Read crawl issues or daily crawl statistics for a verified site.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"report\": \"\",\n  \"site_url\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bing_webmaster_tools_get_feeds",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/feeds",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "feeds"
          ]
        },
        "description": "List a site's submitted sitemaps and feeds, or inspect one feed's child details.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"feed_url\": \"\",\n  \"site_url\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bing_webmaster_tools_get_inbound_links",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/inbound/links",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "inbound",
            "links"
          ]
        },
        "description": "Read inbound-link counts across a site or link details for one target URL, one provider page at a time.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"site_url\": \"\",\n  \"target_url\": \"\",\n  \"page_number\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bing_webmaster_tools_get_page_performance",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/page/performance",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "page",
            "performance"
          ]
        },
        "description": "Read traffic for one owned URL, its search queries, or a paged set of child URLs.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"report\": \"\",\n  \"page_url\": \"\",\n  \"site_url\": \"\",\n  \"page_number\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bing_webmaster_tools_get_query_performance",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/query/performance",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "query",
            "performance"
          ]
        },
        "description": "Analyze one Bing search query over time, across ranking pages, or for one query-page pair.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"query\": \"\",\n  \"report\": \"\",\n  \"page_url\": \"\",\n  \"site_url\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bing_webmaster_tools_get_search_performance",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/search/performance",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "search",
            "performance"
          ]
        },
        "description": "Read site-level Bing search performance as daily totals, top queries, or top pages.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"report\": \"\",\n  \"site_url\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bing_webmaster_tools_get_submission_quotas",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/submission/quotas",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "submission",
            "quotas"
          ]
        },
        "description": "Get remaining daily and monthly URL and/or content submission quotas for a verified site.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"site_url\": \"\",\n  \"submission_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bing_webmaster_tools_inspect_url",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/inspect/url",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "inspect",
            "url"
          ]
        },
        "description": "Get Bing index and crawl metadata for one page or directory in a verified site.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"site_url\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bing_webmaster_tools_list_child_urls",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/child/urls",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "child",
            "urls"
          ]
        },
        "description": "Return one Bing index-detail page for URLs below a directory or container, with optional crawl and index filters.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"site_url\": \"\",\n  \"page_number\": 0,\n  \"http_code_filter\": 0,\n  \"crawl_date_filter\": 0,\n  \"document_flags_filter\": 0,\n  \"discovered_date_filter\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bing_webmaster_tools_list_sites",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/sites",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "sites"
          ]
        },
        "description": "List the sites associated with the connected Bing Webmaster Tools user, including verification state and verification codes.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bing_webmaster_tools_research_keywords",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/research/keywords",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "research",
            "keywords"
          ]
        },
        "description": "Get Bing keyword impressions, historical statistics, or related keyword ideas for a country and language.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"query\": \"\",\n  \"report\": \"\",\n  \"country\": \"\",\n  \"end_date\": \"\",\n  \"language\": \"\",\n  \"start_date\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bing_webmaster_tools_submit_feed",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/submit/feed",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "submit",
            "feed"
          ]
        },
        "description": "Submit a sitemap or feed URL for non-recallable Bing processing; do not retry when the submission result is ambiguous.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"feed_url\": \"\",\n  \"site_url\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bing_webmaster_tools_submit_urls",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/submit/urls",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "submit",
            "urls"
          ]
        },
        "description": "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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"urls\": \"\",\n  \"site_url\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}