MCP Server for Bing Webmaster Tools
An MCP (Model Context Protocol) server that provides access to Bing Webmaster Tools functionality through Claude and other MCP-compatible AI assistants.
Features
- 🚀 Direct API Integration: Simple and reliable access to Bing Webmaster Tools
- 📊 Comprehensive Features: Site management, traffic analytics, crawl data, and more
- 🛡️ Error Handling: Robust error handling with detailed logging
- 🎯 MCP Compliant: Full compatibility with Model Context Protocol
- 📈 Rich Functionality: URL submission, keyword analysis, sitemap management, and more
Installation
Prerequisites
- Python 3.10 or higher
- Bing Webmaster API key (get it from Bing Webmaster Tools)
Option 1: Install from npm
Option 2: Install from source
Configuration
1. Get your Bing Webmaster API Key
- Sign in to Bing Webmaster Tools
- Go to Settings → API Access
- Generate your API key
2. Set up environment
Create a .env
file in your project directory:
3. Configure Claude Desktop
Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json
on macOS):
For development/source installation:
Available Tools (42 Total)
Site Management
get_sites
- List all verified sites in your accountadd_site
- Add a new site to Bing Webmaster Toolsverify_site
- Verify ownership of a siteremove_site
- Remove a site from your accountget_site_roles
- Get list of users with access to the siteadd_site_roles
- Delegate site access to another user
Traffic Analysis
get_query_stats
- Get search query performance dataget_page_stats
- Get page-level traffic statisticsget_rank_and_traffic_stats
- Get overall ranking and traffic dataget_query_page_stats
- Get detailed traffic statistics for a specific queryget_query_page_detail_stats
- Get statistics for specific query-page combinationsget_url_traffic_info
- Get traffic information for specific URLs
Crawling & Indexing
get_crawl_stats
- View crawl statistics and bot activityget_crawl_issues
- Get crawl errors and issuesget_crawl_settings
- Get crawl settings for a siteupdate_crawl_settings
- Update crawl settings (slow/normal/fast)get_url_info
- Get detailed index information for a specific URL
URL Management
submit_url
- Submit a single URL for indexingsubmit_url_batch
- Submit multiple URLs at onceget_url_submission_quota
- Check your URL submission limits
Content Submission
submit_content
- Submit page content directly without crawlingget_content_submission_quota
- Get content submission quota information
Sitemaps & Feeds
submit_sitemap
- Submit a new sitemapremove_sitemap
- Remove a sitemapget_feeds
- Get all RSS/Atom feeds for a site
Keyword Analysis
get_keyword_data
- Get detailed data for specific keywordsget_related_keywords
- Find related search termsget_keyword_stats
- Get historical statistics for a specific keyword
Link Analysis
get_link_counts
- Get inbound link statisticsget_url_links
- Get inbound links for specific site URL (requires link and page parameters)add_connected_page
- Add a page that has a link to your website
Content Blocking
get_blocked_urls
- View blocked URLsadd_blocked_url
- Block URLs from crawlingremove_blocked_url
- Unblock URLs
Deep Link Management
get_deep_link_blocks
- Get list of blocked deep linksadd_deep_link_block
- Block deep links for specific URL patternsremove_deep_link_block
- Remove a deep link block
URL Parameters
get_query_parameters
- Get URL normalization parameters (may require special permissions)add_query_parameter
- Add URL normalization parameterremove_query_parameter
- Remove a URL normalization parameter
Geographic Settings
get_country_region_settings
- Get country/region targeting settings (may require special permissions)add_country_region_settings
- Add country/region targeting settingsremove_country_region_settings
- Remove country/region targeting settings
Page Preview Management
add_page_preview_block
- Add a page preview block to prevent rich snippetsget_active_page_preview_blocks
- Get list of active page preview blocksremove_page_preview_block
- Remove a page preview block
Site Migration
get_site_moves
- Get history of site moves/migrationssubmit_site_move
- Submit a site move/migration notification
Children URL Management
get_children_url_info
- Get information about child URLs under a parent URLget_children_url_traffic_info
- Get traffic information for child URLs
Usage Examples
Once configured, you can use these tools in Claude:
Basic Examples
Advanced Examples
Development
Setup Development Environment
Running Tests
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT License - see LICENSE file for details.
Support
For issues, questions, or contributions, please visit: https://github.com/isiahw1/mcp-server-bing-webmaster
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
An MCP (Model Context Protocol) server that provides access to Bing Webmaster Tools functionality
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content fetching and parsing.Last updated -226PythonMIT License
- AsecurityFlicenseAqualityAn MCP (Model Context Protocol) server that provides Google search capabilities and webpage content analysis tools. This server enables AI models to perform Google searches and analyze webpage content programmatically.Last updated -316752TypeScript
- AsecurityAlicenseAqualityA Model Context Protocol server that integrates with Microsoft Bing Search API, allowing AI assistants to perform web, news, and image searches.Last updated -319PythonMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants like Claude to interact with Bing Webmaster Tools API, allowing users to manage sites, submit URLs for indexing, analyze traffic, and access other webmaster tools through natural language.Last updated -621PythonMIT License