Bing Webmaster Tools

by zizzfizzix

2 stars
Not rated
GitHub

About

Integrates with Bing Webmaster Tools API to enable complete site management, URL submission, traffic analysis, crawling, keyword research, and content management through natural language interactions.

Details

Author
zizzfizzix
Repository
zizzfizzix/mcp-server-bwt
GitHub stars
2
License
MIT License
Categories
Developer Tools, Workplace, File Management, AI, Search, API, Knowledge Base
Tags
#integration, #web

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Bing Webmaster Tools
    Command (node, npx, python, etc.) uvx
    Arguments
    • Argument 1 --from
    • Argument 2 git+https://github.com/zizzfizzix/mcp-server-bwt
    • Argument 3 mcp_server_bwt

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Once configured, you can use the MCP server with Claude to interact with your Bing Webmaster Tools account. Here are some example prompts:

- "List all my verified sites in Bing Webmaster Tools"
- "Submit my homepage for indexing"
- "Get traffic statistics for my website"
- "Check for any crawling issues on my site"
- "Get keyword statistics for 'my product'"

Claude will use the appropriate MCP tools to fulfill your requests.

The following environment variables are required:

- BING_WEBMASTER_API_KEY: Your Bing Webmaster Tools API key

get_sites

List all verified sites in your Bing Webmaster Tools account.

add_site

Add a new site to your account.

verify_site

Verify ownership of a site.

remove_site

Remove a site from your account.

get_site_roles

Get roles for a specific site.

add_site_roles

Add roles to a site.

remove_site_role

Remove a role from a site.

get_site_moves

Get information about site moves.

submit_site_move

Submit a site move request.

submit_url

Submit a single URL for indexing.

submit_url_batch

Submit multiple URLs for indexing in a batch.

submit_content

Submit content for indexing.

submit_feed

Submit a feed for indexing.

get_feeds

Get all submitted feeds.

get_feed_details

Get details about a specific feed.

remove_feed

Remove a feed from your account.

get_url_submission_quota

Check your URL submission quota.

get_content_submission_quota

Check your content submission quota.

fetch_url

Fetch a URL for indexing.

get_fetched_urls

Get all fetched URLs.

get_fetched_url_details

Get details about a specific fetched URL.

get_query_stats

Get statistics for search queries.

get_query_traffic_stats

Get traffic statistics for search queries.

get_query_page_stats

Get page statistics for search queries.

get_query_page_detail_stats

Get detailed page statistics for search queries.

get_page_stats

Get statistics for pages.

get_page_query_stats

Get query statistics for pages.

get_rank_and_traffic_stats

Get rank and traffic statistics.

get_crawl_stats

Get crawling statistics.

get_crawl_settings

Get crawling settings.

save_crawl_settings

Save crawling settings.

get_crawl_issues

Get crawling issues.

get_keyword

Get information about a keyword.

get_keyword_stats

Get statistics for a keyword.

get_related_keywords

Get related keywords.

get_link_counts

Get link counts.

get_url_links

Get links for a URL.

get_deep_link

Get deep link information.

get_deep_link_blocks

Get deep link blocks.

add_deep_link_block

Add a deep link block.

remove_deep_link_block

Remove a deep link block.

update_deep_link

Update a deep link.

get_deep_link_algo_urls

Get deep link algorithm URLs.

get_connected_pages

Get connected pages.

add_connected_page

Add a connected page.

get_url_info

Get information about a URL.

get_url_traffic_info

Get traffic information for a URL.

get_children_url_info

Get information about child URLs.

get_children_url_traffic_info

Get traffic information for child URLs.

get_blocked_urls

Get blocked URLs.

add_blocked_url

Add a URL to the blocked list.

remove_blocked_url

Remove a URL from the blocked list.

get_active_page_preview_blocks

Get active page preview blocks.

add_page_preview_block

Add a page preview block.

remove_page_preview_block

Remove a page preview block.

get_country_region_settings

Get country/region settings.

add_country_region_settings

Add country/region settings.

remove_country_region_settings

Remove country/region settings.

get_query_parameters

Get query parameters.

add_query_parameter

Add a query parameter.

remove_query_parameter

Remove a query parameter.

enable_disable_query_parameter

Enable or disable a query parameter.

The server provides the following Bing Webmaster Tools API functionality (more info in the API docs):

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "bing webmaster tools": {
            "env": {},
            "args": [
                "--from",
                "git+https://github.com/zizzfizzix/mcp-server-bwt",
                "mcp_server_bwt"
            ],
            "command": "uvx"
        }
    }
}

Linux

{
    "env": [],
    "args": [
        "--from",
        "git+https://github.com/zizzfizzix/mcp-server-bwt",
        "mcp_server_bwt"
    ],
    "command": "uvx"
}

Macos

{
    "env": [],
    "args": [
        "--from",
        "git+https://github.com/zizzfizzix/mcp-server-bwt",
        "mcp_server_bwt"
    ],
    "command": "uvx"
}

Windows

{
    "env": [],
    "args": [
        "--from",
        "git+https://github.com/zizzfizzix/mcp-server-bwt",
        "mcp_server_bwt"
    ],
    "command": "uvx"
}

mcp-server-bwt

> MCP server for Bing Webmaster Tools

This MCP (Model Context Protocol) server provides a bridge between supported AI assistants like Claude or Cursor and the Bing Webmaster Tools API. It exposes all Bing Webmaster Tools functionality available via bing-webmaster-tools as MCP tools that can be used by AI assistants to interact with your Bing Webmaster Tools account.

Example Usage with Claude

Once configured, you can use the MCP server with Claude to interact with your Bing Webmaster Tools account. Here are some example prompts:

- "List all my verified sites in Bing Webmaster Tools"
- "Submit my homepage for indexing"
- "Get traffic statistics for my website"
- "Check for any crawling issues on my site"
- "Get keyword statistics for 'my product'"

Claude will use the appropriate MCP tools to fulfill your requests.

Requirements

- Python >= 3.13
- Nodejs
- Bing Webmaster Tools API Key

Installation

Using uvx (recommended)

When using uvx no specific installation is needed. We will use it to directly run mcp_server_bwt from the client app.

Add to Claude desktop with uvx

In your Claude config specify:

"mcpServers": {
  "mcp_server_bwt": {
    "command": "uvx",
    "args": [
      "--from",
      "git+https://github.com/zizzfizzix/mcp-server-bwt",
      "mcp_server_bwt"
    ]
  }
}

Add to Zed with uvx

In your Zed settings.json add:

"context_servers": [
  "bwtServer": {
    "command": "uvx",
    "args": [
      "--from",
      "git+https://github.com/zizzfizzix/mcp-server-bwt",
      "mcp_server_bwt"
    ]
  }
]

Using make

Alternatively you can install mcp_server_bwt using make:

make install

Add to Claude desktop with make

In your Claude config specify:

"mcpServers": {
  "bwtServer": {
    "command": "/PATH/TO/mcp-server-bwt/.venv/bin/python",
    "args": ["/PATH/TO/mcp-server-bwt/mcp_server_bwt/main.py"],
    "env": {
      "BING_WEBMASTER_API_KEY": "YOUR_API_KEY_HERE"
    }
  }
}

Add to Zed with make

In your Zed settings.json add:

"context_servers": {
  "bwtServer": {
    "command": "/PATH/TO/mcp-server-bwt/.venv/bin/python",
    "args": ["/PATH/TO/mcp-server-bwt/mcp_server_bwt/main.py"],
    "env": {
      "BING_WEBMASTER_API_KEY": "YOUR_API_KEY_HERE"
    }
  }
}

Available Tools

The server provides the following Bing Webmaster Tools API functionality (more info in the API docs):

Site Management

- get_sites: List all verified sites in your Bing Webmaster Tools account
- add_site: Add a new site to your account
- verify_site: Verify ownership of a site
- remove_site: Remove a site from your account
- get_site_roles: Get roles for a specific site
- add_site_roles: Add roles to a site
- remove_site_role: Remove a role from a site
- get_site_moves: Get information about site moves
- submit_site_move: Submit a site move request

URL Submission

- submit_url: Submit a single URL for indexing
- submit_url_batch: Submit multiple URLs for indexing in a batch
- submit_content: Submit content for indexing
- submit_feed: Submit a feed for indexing
- get_feeds: Get all submitted feeds
- get_feed_details: Get details about a specific feed
- remove_feed: Remove a feed from your account
- get_url_submission_quota: Check your URL submission quota
- get_content_submission_quota: Check your content submission quota
- fetch_url: Fetch a URL for indexing
- get_fetched_urls: Get all fetched URLs
- get_fetched_url_details: Get details about a specific fetched URL

Traffic Analysis

- get_query_stats: Get statistics for search queries
- get_query_traffic_stats: Get traffic statistics for search queries
- get_query_page_stats: Get page statistics for search queries
- get_query_page_detail_stats: Get detailed page statistics for search queries
- get_page_stats: Get statistics for pages
- get_page_query_stats: Get query statistics for pages
- get_rank_and_traffic_stats: Get rank and traffic statistics

Crawling

- get_crawl_stats: Get crawling statistics
- get_crawl_settings: Get crawling settings
- save_crawl_settings: Save crawling settings
- get_crawl_issues: Get crawling issues

Keyword Analysis

- get_keyword: Get information about a keyword
- get_keyword_stats: Get statistics for a keyword
- get_related_keywords: Get related keywords

Link Analysis

- get_link_counts: Get link counts
- get_url_links: Get links for a URL
- get_deep_link: Get deep link information
- get_deep_link_blocks: Get deep link blocks
- add_deep_link_block: Add a deep link block
- remove_deep_link_block: Remove a deep link block
- update_deep_link: Update a deep link
- get_deep_link_algo_urls: Get deep link algorithm URLs
- get_connected_pages: Get connected pages
- add_connected_page: Add a connected page

Content Management

- get_url_info: Get information about a URL
- get_url_traffic_info: Get traffic information for a URL
- get_children_url_info: Get information about child URLs
- get_children_url_traffic_info: Get traffic information for child URLs

Content Blocking

- get_blocked_urls: Get blocked URLs
- add_blocked_url: Add a URL to the blocked list
- remove_blocked_url: Remove a URL from the blocked list
- get_active_page_preview_blocks: Get active page preview blocks
- add_page_preview_block: Add a page preview block
- remove_page_preview_block: Remove a page preview block

Regional Settings

- get_country_region_settings: Get country/region settings
- add_country_region_settings: Add country/region settings
- remove_country_region_settings: Remove country/region settings

URL Management

- get_query_parameters: Get query parameters
- add_query_parameter: Add a query parameter
- remove_query_parameter: Remove a query parameter
- enable_disable_query_parameter: Enable or disable a query parameter

Development

To run all tests:

make test

To build the app:

make build

To lint the project:

make lint

To format the project:

make format

Environment Variables

The following environment variables are required:

- BING_WEBMASTER_API_KEY: Your Bing Webmaster Tools API key

Starting the Server

To start the MCP server:

make start

MCP Inspector

You can use the MCP inspector to test the server:

make mcp_inspector

Creating from Template

This MCP server was created from a cookiecutter template. To create a similar one, run:

uvx cookiecutter gh:zizzfizzix/python-base-mcp-server

License

mcp-server-bwt is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.