{"id":27234456,"url":"https://github.com/zizzfizzix/mcp-server-bwt","last_synced_at":"2026-04-30T10:09:54.017Z","repository":{"id":286823444,"uuid":"962199205","full_name":"zizzfizzix/mcp-server-bwt","owner":"zizzfizzix","description":"Model Context Protocol (MCP) server for Bing Webmaster Tools (BWT) allowing Claude.ai and other clients to interact with the BWT API","archived":false,"fork":false,"pushed_at":"2025-04-08T15:26:45.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T16:13:57.493Z","etag":null,"topics":["bing-webmaster","bing-webmaster-tools","mcp","mcp-server","model-context-protocol-servers","modelcontextprotocol","seo","seo-tools"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zizzfizzix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-04-07T19:52:38.000Z","updated_at":"2025-04-08T20:08:14.000Z","dependencies_parsed_at":"2025-04-08T15:23:32.248Z","dependency_job_id":"e056deaa-5569-47e1-a2d6-9536c6fe4f5c","html_url":"https://github.com/zizzfizzix/mcp-server-bwt","commit_stats":null,"previous_names":["zizzfizzix/mcp-server-bwt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zizzfizzix/mcp-server-bwt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zizzfizzix%2Fmcp-server-bwt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zizzfizzix%2Fmcp-server-bwt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zizzfizzix%2Fmcp-server-bwt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zizzfizzix%2Fmcp-server-bwt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zizzfizzix","download_url":"https://codeload.github.com/zizzfizzix/mcp-server-bwt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zizzfizzix%2Fmcp-server-bwt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32460977,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bing-webmaster","bing-webmaster-tools","mcp","mcp-server","model-context-protocol-servers","modelcontextprotocol","seo","seo-tools"],"created_at":"2025-04-10T15:56:40.587Z","updated_at":"2026-04-30T10:09:54.012Z","avatar_url":"https://github.com/zizzfizzix.png","language":"Python","funding_links":[],"categories":["Cloud Services","Search \u0026 Data Extraction"],"sub_categories":["How to Submit"],"readme":"# mcp-server-bwt\n\n\u003e MCP server for Bing Webmaster Tools\n\nThis MCP ([Model Context Protocol](https://modelcontextprotocol.io/introduction)) server provides a bridge between [supported AI assistants](https://modelcontextprotocol.io/clients) like Claude or Cursor and the Bing Webmaster Tools API. It exposes all Bing Webmaster Tools functionality available via [`bing-webmaster-tools`](https://github.com/merj/bing-webmaster-tools) as MCP tools that can be used by AI assistants to interact with your Bing Webmaster Tools account.\n\n## Example Usage with Claude\n\nOnce configured, you can use the MCP server with Claude to interact with your Bing Webmaster Tools account. Here are some example prompts:\n\n- \"List all my verified sites in Bing Webmaster Tools\"\n- \"Submit my homepage for indexing\"\n- \"Get traffic statistics for my website\"\n- \"Check for any crawling issues on my site\"\n- \"Get keyword statistics for 'my product'\"\n\nClaude will use the appropriate MCP tools to fulfill your requests.\n\n## Requirements\n\n- [Python](https://www.python.org) \u003e= 3.13\n- [Nodejs](https://nodejs.org)\n- [Bing Webmaster Tools API Key](https://learn.microsoft.com/en-us/bingwebmaster/getting-access#using-api-key)\n\n## Installation\n\n### Using uvx (recommended)\n\nWhen using [`uvx`](https://docs.astral.sh/uv/guides/tools/) no specific installation is needed. We will use it to directly run *mcp_server_bwt* from the client app.\n\n#### Add to Claude desktop with uvx\n\n[In your Claude config](https://modelcontextprotocol.io/quickstart/user#2-add-the-filesystem-mcp-server) specify:\n\n```json\n\"mcpServers\": {\n  \"mcp_server_bwt\": {\n    \"command\": \"uvx\",\n    \"args\": [\n      \"--from\",\n      \"git+https://github.com/zizzfizzix/mcp-server-bwt\",\n      \"mcp_server_bwt\"\n    ]\n  }\n}\n```\n\n#### Add to Zed with uvx\n\nIn your Zed settings.json add:\n\n```json\n\"context_servers\": [\n  \"bwtServer\": {\n    \"command\": \"uvx\",\n    \"args\": [\n      \"--from\",\n      \"git+https://github.com/zizzfizzix/mcp-server-bwt\",\n      \"mcp_server_bwt\"\n    ]\n  }\n]\n```\n\n### Using make\n\nAlternatively you can install `mcp_server_bwt` using make:\n\n```bash\nmake install\n```\n\n#### Add to Claude desktop with make\n\n[In your Claude config](https://modelcontextprotocol.io/quickstart/user#2-add-the-filesystem-mcp-server) specify:\n\n```json\n\"mcpServers\": {\n  \"bwtServer\": {\n    \"command\": \"/PATH/TO/mcp-server-bwt/.venv/bin/python\",\n    \"args\": [\"/PATH/TO/mcp-server-bwt/mcp_server_bwt/main.py\"],\n    \"env\": {\n      \"BING_WEBMASTER_API_KEY\": \"YOUR_API_KEY_HERE\"\n    }\n  }\n}\n```\n\n#### Add to Zed with make\n\nIn your Zed settings.json add:\n\n```json\n\"context_servers\": {\n  \"bwtServer\": {\n    \"command\": \"/PATH/TO/mcp-server-bwt/.venv/bin/python\",\n    \"args\": [\"/PATH/TO/mcp-server-bwt/mcp_server_bwt/main.py\"],\n    \"env\": {\n      \"BING_WEBMASTER_API_KEY\": \"YOUR_API_KEY_HERE\"\n    }\n  }\n}\n```\n\n## Available Tools\n\nThe server provides the following Bing Webmaster Tools API functionality (more info in the [API docs](https://learn.microsoft.com/en-us/dotnet/api/microsoft.bing.webmaster.api.interfaces?view=bing-webmaster-dotnet)):\n\n### Site Management\n\n- `get_sites`: List all verified sites in your Bing Webmaster Tools account\n- `add_site`: Add a new site to your account\n- `verify_site`: Verify ownership of a site\n- `remove_site`: Remove a site from your account\n- `get_site_roles`: Get roles for a specific site\n- `add_site_roles`: Add roles to a site\n- `remove_site_role`: Remove a role from a site\n- `get_site_moves`: Get information about site moves\n- `submit_site_move`: Submit a site move request\n\n### URL Submission\n\n- `submit_url`: Submit a single URL for indexing\n- `submit_url_batch`: Submit multiple URLs for indexing in a batch\n- `submit_content`: Submit content for indexing\n- `submit_feed`: Submit a feed for indexing\n- `get_feeds`: Get all submitted feeds\n- `get_feed_details`: Get details about a specific feed\n- `remove_feed`: Remove a feed from your account\n- `get_url_submission_quota`: Check your URL submission quota\n- `get_content_submission_quota`: Check your content submission quota\n- `fetch_url`: Fetch a URL for indexing\n- `get_fetched_urls`: Get all fetched URLs\n- `get_fetched_url_details`: Get details about a specific fetched URL\n\n### Traffic Analysis\n\n- `get_query_stats`: Get statistics for search queries\n- `get_query_traffic_stats`: Get traffic statistics for search queries\n- `get_query_page_stats`: Get page statistics for search queries\n- `get_query_page_detail_stats`: Get detailed page statistics for search queries\n- `get_page_stats`: Get statistics for pages\n- `get_page_query_stats`: Get query statistics for pages\n- `get_rank_and_traffic_stats`: Get rank and traffic statistics\n\n### Crawling\n\n- `get_crawl_stats`: Get crawling statistics\n- `get_crawl_settings`: Get crawling settings\n- `save_crawl_settings`: Save crawling settings\n- `get_crawl_issues`: Get crawling issues\n\n### Keyword Analysis\n\n- `get_keyword`: Get information about a keyword\n- `get_keyword_stats`: Get statistics for a keyword\n- `get_related_keywords`: Get related keywords\n\n### Link Analysis\n\n- `get_link_counts`: Get link counts\n- `get_url_links`: Get links for a URL\n- `get_deep_link`: Get deep link information\n- `get_deep_link_blocks`: Get deep link blocks\n- `add_deep_link_block`: Add a deep link block\n- `remove_deep_link_block`: Remove a deep link block\n- `update_deep_link`: Update a deep link\n- `get_deep_link_algo_urls`: Get deep link algorithm URLs\n- `get_connected_pages`: Get connected pages\n- `add_connected_page`: Add a connected page\n\n### Content Management\n\n- `get_url_info`: Get information about a URL\n- `get_url_traffic_info`: Get traffic information for a URL\n- `get_children_url_info`: Get information about child URLs\n- `get_children_url_traffic_info`: Get traffic information for child URLs\n\n### Content Blocking\n\n- `get_blocked_urls`: Get blocked URLs\n- `add_blocked_url`: Add a URL to the blocked list\n- `remove_blocked_url`: Remove a URL from the blocked list\n- `get_active_page_preview_blocks`: Get active page preview blocks\n- `add_page_preview_block`: Add a page preview block\n- `remove_page_preview_block`: Remove a page preview block\n\n### Regional Settings\n\n- `get_country_region_settings`: Get country/region settings\n- `add_country_region_settings`: Add country/region settings\n- `remove_country_region_settings`: Remove country/region settings\n\n### URL Management\n\n- `get_query_parameters`: Get query parameters\n- `add_query_parameter`: Add a query parameter\n- `remove_query_parameter`: Remove a query parameter\n- `enable_disable_query_parameter`: Enable or disable a query parameter\n\n## Development\n\nTo run all tests:\n\n```bash\nmake test\n```\n\nTo build the app:\n\n```bash\nmake build\n```\n\nTo lint the project:\n\n```bash\nmake lint\n```\n\nTo format the project:\n\n```bash\nmake format\n```\n\n### Environment Variables\n\nThe following environment variables are required:\n\n- `BING_WEBMASTER_API_KEY`: Your Bing Webmaster Tools API key\n\n### Starting the Server\n\nTo start the MCP server:\n\n```bash\nmake start\n```\n\n### MCP Inspector\n\nYou can use the MCP inspector to test the server:\n\n```bash\nmake mcp_inspector\n```\n\n### Creating from Template\n\nThis MCP server was created from a cookiecutter template. To create a similar one, run:\n\n```bash\nuvx cookiecutter gh:zizzfizzix/python-base-mcp-server\n```\n\n## License\n\nmcp-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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzizzfizzix%2Fmcp-server-bwt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzizzfizzix%2Fmcp-server-bwt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzizzfizzix%2Fmcp-server-bwt/lists"}