MCP Catalogs
Home

mcp-server-bwt

by zizzfizzix·6·Score 34

Python MCP server exposing Bing Webmaster Tools API functionality to AI assistants like Claude.

ai-llmdeveloper-toolsseo
5
Forks
2
Open issues
13 mo ago
Last commit
2d ago
Indexed

Overview

mcp-server-bwt provides a comprehensive bridge between AI assistants and Bing Webmaster Tools, allowing AI systems to manage sites, submit URLs for indexing, analyze traffic, and crawl website data directly through the MCP protocol. It wraps the existing bing-webmaster-tools Python library to expose functionality as MCP tools that can be used by AI clients.

Try asking AI

After installing, here are 3 things you can ask your AI assistant:

you:SEO professionals using Claude to monitor website performance and submit content for indexing
you:Developers building AI-powered analytics tools that integrate with Bing Webmaster data
you:Content creators optimizing their sites by submitting pages directly through AI assistants

When to choose this

Choose this MCP server if you work with Bing Webmaster Tools regularly and want to streamline SEO tasks through conversational AI interactions.

When NOT to choose this

Don't choose this if you primarily work with other search engines' webmaster tools or need functionality not exposed by the Bing Webmaster API.

Tools this server exposes

12 tools extracted from the README
  • get_sites

    List all verified sites in your Bing Webmaster Tools account

  • submit_url

    Submit a single URL for indexing

  • get_query_stats

    Get statistics for search queries

  • get_crawl_issues

    Get crawling issues

  • get_keyword_stats

    Get statistics for a keyword

  • get_url_info

    Get information about a URL

  • submit_url_batch

    Submit multiple URLs for indexing in a batch

  • get_page_stats

    Get statistics for pages

  • get_blocked_urls

    Get blocked URLs

  • add_site

    Add a new site to your account

  • get_rank_and_traffic_stats

    Get rank and traffic statistics

  • get_link_counts

    Get link counts

Comparable tools

search-console-mcpseo-toolswebmaster-api-integrationai-seo-assistant

Installation

Installation

Using uvx (recommended)

Add to Claude desktop config:

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

Using make

  1. Install dependencies:
make install
  1. Add to Claude desktop config:
"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"
    }
  }
}

Compare mcp-server-bwt with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.