← Back to search

@isiahw1/mcp-server-bing-webmaster

GitHub Actions Scanned 13d ago

MCP server for Bing Webmaster Tools integration

C
69.7 / 100

Versions

1.0.2latest
Feb 10, 2026
1.0.1
Jul 6, 2025
1.0.0
Jul 6, 2025
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 60

get_deep_link_blocks
annotations: none low

Get list of blocked deep links. Args: site_url: The URL of the site Returns: List of blocked deep links

site_url string
add_deep_link_block
annotations: none low

Block deep links for specific URL patterns. Args: site_url: The URL of the site url_pattern: URL pattern to block block_type: Type of block reason: Reason for blocking Returns: Success message

reason string site_url string block_type string url_pattern string
get_query_parameters
annotations: none low

Get URL normalization parameters. Args: site_url: The URL of the site Returns: List of query parameters used for URL normalization

site_url string
add_query_parameter
annotations: none low

Add URL normalization parameter. Args: site_url: The URL of the site parameter: The query parameter to normalize Returns: Success message

site_url string parameter string
get_site_roles
annotations: none low

Get list of users with access to the site. Args: site_url: The URL of the site Returns: List of users and their roles

site_url string
add_site_roles
annotations: none low

Delegate site access to another user. Args: site_url: The URL of the site user_email: Email of the user to grant access auth_token: Authentication token role_type: Type of role to grant is_explicit: Whether the role is explicit should_notify: Whether to notify the user Returns: Success message

site_url string role_type string auth_token string user_email string is_explicit string should_notify string
get_feeds
annotations: none low

Get all RSS/Atom feeds for a site. Args: site_url: The URL of the site Returns: List of feeds

site_url string
get_content_submission_quota
annotations: none low

Get content submission quota information. Args: site_url: The URL of the site Returns: Content submission quota details

site_url string
get_url_traffic_info
annotations: none low

Get traffic information for specific URLs. Args: site_url: The URL of the site urls: List of URLs to get traffic info for Returns: Traffic information for each URL

urls string site_url string
get_crawl_settings
annotations: none low

Get crawl settings for a site. Args: site_url: The URL of the site Returns: Crawl settings configuration

site_url string
update_crawl_settings
annotations: none low

Update crawl settings for a site. Args: site_url: The URL of the site crawl_rate: Crawl rate setting (Slow, Normal, Fast) Returns: Success message

site_url string crawl_rate string
get_country_region_settings
annotations: none low

Get country/region targeting settings. Args: site_url: The URL of the site Returns: List of country/region settings

site_url string
add_country_region_settings
annotations: none low

Add country/region targeting settings. Args: site_url: The URL of the site country_code: ISO country code (e.g., 'US', 'GB') region_code: Region code (optional) Returns: Success message

site_url string region_code string country_code string
remove_query_parameter
annotations: none low

Remove a URL normalization parameter. Args: site_url: The URL of the site parameter: The query parameter to remove Returns: Success message

site_url string parameter string
remove_deep_link_block
annotations: none low

Remove a deep link block. Args: site_url: The URL of the site url_pattern: URL pattern to unblock Returns: Success message

site_url string url_pattern string
add_page_preview_block
annotations: none low

Add a page preview block to prevent rich snippets. Args: site_url: The URL of the site block_url: URL or pattern to block block_type: Type of block (default: Page) Returns: Success message

site_url string block_url string block_type string
get_active_page_preview_blocks
annotations: none low

Get list of active page preview blocks. Args: site_url: The URL of the site Returns: List of active page preview blocks

site_url string
remove_page_preview_block
annotations: none low

Remove a page preview block. Args: site_url: The URL of the site block_url: URL pattern to unblock Returns: Success message

site_url string block_url string
enable_disable_query_parameter
annotations: none low

Enable or disable a URL query parameter. Args: site_url: The URL of the site parameter: The query parameter enabled: Whether to enable (True) or disable (False) Returns: Success message

enabled string site_url string parameter string
fetch_url
annotations: none low

Request Bing to fetch/crawl a specific URL. Args: site_url: The URL of the site url: The specific URL to fetch Returns: Success message

url string site_url string
get_fetched_urls
annotations: none low

Get list of URLs that have been fetched. Args: site_url: The URL of the site Returns: List of fetched URLs

site_url string
get_fetched_url_details
annotations: none low

Get detailed information about a fetched URL. Args: site_url: The URL of the site url: The fetched URL to get details for Returns: Detailed information about the fetched URL

url string site_url string
get_connected_pages
annotations: none low

Get list of connected pages that link to your site. Args: site_url: The URL of the site Returns: List of connected pages

site_url string
get_children_url_info
annotations: none low

Get information about child URLs under a parent URL. Args: site_url: The URL of the site parent_url: The parent URL Returns: List of child URL information

site_url string parent_url string
get_children_url_traffic_info
annotations: none low

Get traffic information for child URLs. Args: site_url: The URL of the site parent_url: The parent URL limit: Maximum number of results (default: 100) Returns: Traffic information for child URLs

limit string site_url string parent_url string
get_feed_details
annotations: none low

Get detailed information about a specific feed. Args: site_url: The URL of the site feed_url: The URL of the feed Returns: Detailed feed information

feed_url string site_url string
remove_feed
annotations: none low

Remove a feed from Bing Webmaster Tools. Args: site_url: The URL of the site feed_url: The URL of the feed to remove Returns: Success message

feed_url string site_url string
get_page_query_stats
annotations: none low

Get query statistics for a specific page. Args: site_url: The URL of the site page: The specific page URL Returns: List of query statistics for the page

page string site_url string
get_query_traffic_stats
annotations: none low

Get traffic statistics for queries over time. Args: site_url: The URL of the site query: The search query period: Time period (default: 30d) Returns: Traffic statistics for the query

query string period string site_url string
get_site_moves
annotations: none low

Get history of site moves/migrations. Args: site_url: The URL of the site Returns: List of site moves

site_url string
submit_site_move
annotations: none low

Submit a site move/migration notification. Args: old_site_url: The old site URL new_site_url: The new site URL move_type: Type of move (default: Domain) Returns: Success message

move_type string new_site_url string old_site_url string
remove_site_role
annotations: none low

Remove a user's access to a site. Args: site_url: The URL of the site user_email: Email of the user to remove Returns: Success message

site_url string user_email string
remove_country_region_settings
annotations: none low

Remove country/region targeting settings. Args: site_url: The URL of the site country_code: ISO country code to remove Returns: Success message

site_url string country_code string
get_sites
annotations: none low

Retrieve all sites in the user's Bing Webmaster Tools account. Returns: List of sites with their details including URL, verification status, etc.

add_site
annotations: none low

Add a new site to Bing Webmaster Tools. Args: site_url: The URL of the site to add Returns: Success message

site_url string
verify_site
annotations: none low

Attempt to verify ownership of a site. Args: site_url: The URL of the site to verify Returns: Verification result

site_url string
remove_site
annotations: none low

Remove a site from Bing Webmaster Tools. Args: site_url: The URL of the site to remove Returns: Success message

site_url string
get_query_stats
annotations: none low

Get detailed traffic statistics for top queries. Args: site_url: The URL of the site Returns: List of query statistics with clicks, impressions, CTR, and position

site_url string
get_page_stats
annotations: none low

Get traffic statistics for top pages. Args: site_url: The URL of the site Returns: List of page statistics

site_url string
get_rank_and_traffic_stats
annotations: none low

Get overall ranking and traffic statistics. Args: site_url: The URL of the site Returns: Overall site statistics

site_url string
get_crawl_stats
annotations: none low

Retrieve crawl statistics for a specific site. Args: site_url: The URL of the site Returns: List of daily crawl statistics

site_url string
get_crawl_issues
annotations: none low

Get crawl issues and errors for a site. Args: site_url: The URL of the site Returns: List of crawl issues

site_url string
submit_url
annotations: none low

Submit a single URL for indexing. Args: site_url: The URL of the site url: The specific URL to submit Returns: Success message

url string site_url string
submit_url_batch
annotations: none low

Submit multiple URLs for indexing. Args: site_url: The URL of the site urls: List of URLs to submit Returns: Submission result

urls string site_url string
get_url_submission_quota
annotations: none low

Get information about URL submission quota and usage. Args: site_url: The URL of the site Returns: Quota information

site_url string
submit_sitemap
annotations: none low

Submit a sitemap to Bing. Args: site_url: The URL of the site sitemap_url: The URL of the sitemap Returns: Success message

site_url string sitemap_url string
remove_sitemap
annotations: none low

Remove a sitemap from Bing. Args: site_url: The URL of the site sitemap_url: The URL of the sitemap to remove Returns: Success message

site_url string sitemap_url string
get_keyword_data
annotations: none low

Get detailed data for a specific keyword/query. Args: site_url: The URL of the site query: The keyword/query to analyze Returns: Keyword performance data

query string site_url string
get_related_keywords
annotations: none low

Get keywords related to a specific query. Args: site_url: The URL of the site query: The base keyword/query Returns: List of related keywords

query string site_url string
get_link_counts
annotations: none low

Get inbound link counts for a site. Args: site_url: The URL of the site Returns: Link count statistics

site_url string
get_url_links
annotations: none low

Get inbound links for specific site URL. Args: site_url: The URL of the site link: Specific link to retrieve details for page: Page number of results (default: 0) Returns: LinkDetails object with inbound link information

link string page string site_url string
get_blocked_urls
annotations: none low

Get list of blocked URLs for a site. Args: site_url: The URL of the site Returns: List of blocked URLs

site_url string
add_blocked_url
annotations: none low

Block a URL or directory from being crawled. Args: site_url: The URL of the site url: The URL or directory to block block_type: Type of block ("Page" or "Directory") Returns: Success message

url string site_url string block_type string
remove_blocked_url
annotations: none low

Remove a URL from the blocked list. Args: site_url: The URL of the site url: The blocked URL to remove Returns: Success message

url string site_url string
get_query_page_stats
annotations: none low

Get detailed traffic statistics for a specific query. Args: site_url: The URL of the site query: The search query to analyze Returns: List of page statistics for the given query

query string site_url string
get_query_page_detail_stats
annotations: none low

Get detailed statistics for a specific query and page combination. Args: site_url: The URL of the site query: The search query page: The specific page URL Returns: Detailed statistics for the query-page combination

page string query string site_url string
get_url_info
annotations: none low

Get detailed index information for a specific URL. Args: site_url: The URL of the site url: The specific URL to check Returns: Detailed information about the URL's index status

url string site_url string
submit_content
annotations: none low

Submit page content directly to Bing without crawling. Args: site_url: The URL of the site url: The URL of the content content: The HTML content to submit content_type: MIME type of the content (default: text/html) content_length: Length of the content in bytes (default: auto-calculated) Returns: Success message

url string content string site_url string content_type string content_length string
get_keyword_stats
annotations: none low

Get historical statistics for a specific keyword. Args: site_url: The URL of the site query: The keyword/query to analyze country: Country code (optional) language: Language code (optional) Returns: Historical keyword statistics

query string country string language string site_url string
add_connected_page
annotations: none low

Add a page that has a link to your website. Args: site_url: The URL of your site connected_url: The URL of the page linking to your site Returns: Success message

site_url string connected_url string

Permissions 4

network medium
Server uses network capabilities via: httpx
filesystem low
Server uses filesystem capabilities via: fs, fs sync ops, os, path
shell high
Server uses shell capabilities via: child_process, execSync(), spawn()
env_vars low
Server uses env_vars capabilities via: os.getenv(), process.env

Scan Findings 133

info
Tool: get_crawl_stats manifest_parser · 90%
info
Tool: get_crawl_issues manifest_parser · 90%
info
Tool: get_connected_pages manifest_parser · 90%
info
Tool: submit_url manifest_parser · 90%
info
Tool: submit_url_batch manifest_parser · 90%
info
Tool: get_url_submission_quota manifest_parser · 90%
info
Tool: submit_sitemap manifest_parser · 90%
info
Tool: get_query_stats manifest_parser · 90%
info
Tool: get_page_stats manifest_parser · 90%
info
Tool: get_rank_and_traffic_stats manifest_parser · 90%
low
Tool 'get_children_url_info' has no annotations annotation_checker · 100%
low
Tool 'get_children_url_traffic_info' has no annotations annotation_checker · 100%
low
Tool 'get_feed_details' has no annotations annotation_checker · 100%
low
Tool 'remove_feed' has no annotations annotation_checker · 100%
low
Tool 'get_page_query_stats' has no annotations annotation_checker · 100%
low
Tool 'get_query_traffic_stats' has no annotations annotation_checker · 100%
low
Tool 'get_site_moves' has no annotations annotation_checker · 100%
low
Tool 'get_sites' has no annotations annotation_checker · 100%
low
Tool 'add_site' has no annotations annotation_checker · 100%
low
Tool 'verify_site' has no annotations annotation_checker · 100%
low
Tool 'remove_site' has no annotations annotation_checker · 100%
low
Tool 'get_query_stats' has no annotations annotation_checker · 100%
low
Tool 'submit_site_move' has no annotations annotation_checker · 100%
low
Tool 'remove_site_role' has no annotations annotation_checker · 100%
low
Tool 'remove_country_region_settings' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: python-dotenv@1.0.0 (GHSA-mf9w-mj56-hr94) dependency_analyzer · 95%
medium
Vulnerable dependency: python-dotenv@1.0.0 (PYSEC-2026-2270) dependency_analyzer · 95%
info
package.json metadata manifest_parser · 100%
info
pyproject.toml metadata manifest_parser · 100%
info
Tool: get_sites manifest_parser · 90%
info
Tool: add_site manifest_parser · 90%
info
Tool: verify_site manifest_parser · 90%
info
Tool: remove_site manifest_parser · 90%
low
Tool 'get_page_stats' has no annotations annotation_checker · 100%
low
Tool 'get_rank_and_traffic_stats' has no annotations annotation_checker · 100%
low
Tool 'get_crawl_stats' has no annotations annotation_checker · 100%
low
Tool 'get_crawl_issues' has no annotations annotation_checker · 100%
low
Tool 'submit_url' has no annotations annotation_checker · 100%
low
Tool 'submit_url_batch' has no annotations annotation_checker · 100%
low
Tool 'get_url_submission_quota' has no annotations annotation_checker · 100%
low
Tool 'submit_sitemap' has no annotations annotation_checker · 100%
low
Tool 'remove_sitemap' has no annotations annotation_checker · 100%
low
Tool 'get_keyword_data' has no annotations annotation_checker · 100%
low
Tool 'get_related_keywords' has no annotations annotation_checker · 100%
low
Tool 'get_link_counts' has no annotations annotation_checker · 100%
low
Tool 'get_url_links' has no annotations annotation_checker · 100%
low
Tool 'get_blocked_urls' has no annotations annotation_checker · 100%
low
Tool 'add_blocked_url' has no annotations annotation_checker · 100%
low
Tool 'remove_blocked_url' has no annotations annotation_checker · 100%
low
Tool 'get_query_page_stats' has no annotations annotation_checker · 100%
low
Tool 'get_query_page_detail_stats' has no annotations annotation_checker · 100%
low
Tool 'get_url_info' has no annotations annotation_checker · 100%
low
Tool 'submit_content' has no annotations annotation_checker · 100%
low
Tool 'get_keyword_stats' has no annotations annotation_checker · 100%
low
Tool 'add_connected_page' has no annotations annotation_checker · 100%
low
Tool 'get_deep_link_blocks' has no annotations annotation_checker · 100%
low
Tool 'add_deep_link_block' has no annotations annotation_checker · 100%
low
Tool 'get_query_parameters' has no annotations annotation_checker · 100%
low
Tool 'add_query_parameter' has no annotations annotation_checker · 100%
low
Tool 'get_site_roles' has no annotations annotation_checker · 100%
low
Tool 'add_site_roles' has no annotations annotation_checker · 100%
low
Tool 'get_feeds' has no annotations annotation_checker · 100%
low
Tool 'get_content_submission_quota' has no annotations annotation_checker · 100%
low
Tool 'get_url_traffic_info' has no annotations annotation_checker · 100%
low
Tool 'get_crawl_settings' has no annotations annotation_checker · 100%
low
Tool 'update_crawl_settings' has no annotations annotation_checker · 100%
low
Tool 'get_country_region_settings' has no annotations annotation_checker · 100%
low
Tool 'add_country_region_settings' has no annotations annotation_checker · 100%
low
Tool 'remove_query_parameter' has no annotations annotation_checker · 100%
low
Tool 'remove_deep_link_block' has no annotations annotation_checker · 100%
low
Tool 'add_page_preview_block' has no annotations annotation_checker · 100%
low
Tool 'get_active_page_preview_blocks' has no annotations annotation_checker · 100%
low
Tool 'remove_page_preview_block' has no annotations annotation_checker · 100%
low
Tool 'enable_disable_query_parameter' has no annotations annotation_checker · 100%
low
Tool 'fetch_url' has no annotations annotation_checker · 100%
low
Tool 'get_fetched_urls' has no annotations annotation_checker · 100%
low
Tool 'get_fetched_url_details' has no annotations annotation_checker · 100%
low
Tool 'get_connected_pages' has no annotations annotation_checker · 100%
info
Tool: remove_sitemap manifest_parser · 90%
info
Tool: get_keyword_data manifest_parser · 90%
info
Tool: get_related_keywords manifest_parser · 90%
info
Tool: get_link_counts manifest_parser · 90%
info
Tool: get_url_links manifest_parser · 90%
info
Tool: get_blocked_urls manifest_parser · 90%
info
Tool: add_blocked_url manifest_parser · 90%
info
Tool: remove_blocked_url manifest_parser · 90%
info
Tool: get_query_page_stats manifest_parser · 90%
info
Tool: get_query_page_detail_stats manifest_parser · 90%
info
Tool: get_url_info manifest_parser · 90%
info
Tool: submit_content manifest_parser · 90%
info
Tool: get_keyword_stats manifest_parser · 90%
info
Tool: add_connected_page manifest_parser · 90%
info
Tool: get_deep_link_blocks manifest_parser · 90%
info
Tool: add_deep_link_block manifest_parser · 90%
info
Tool: get_query_parameters manifest_parser · 90%
info
Tool: add_query_parameter manifest_parser · 90%
info
Tool: get_site_roles manifest_parser · 90%
info
Tool: add_site_roles manifest_parser · 90%
info
Tool: get_feeds manifest_parser · 90%
info
Tool: get_content_submission_quota manifest_parser · 90%
info
Tool: get_url_traffic_info manifest_parser · 90%
info
Tool: get_crawl_settings manifest_parser · 90%
info
Tool: update_crawl_settings manifest_parser · 90%
info
Tool: get_country_region_settings manifest_parser · 90%
info
Tool: add_country_region_settings manifest_parser · 90%
info
Tool: remove_query_parameter manifest_parser · 90%
info
Tool: remove_deep_link_block manifest_parser · 90%
info
Tool: add_page_preview_block manifest_parser · 90%
info
Tool: get_active_page_preview_blocks manifest_parser · 90%
info
Tool: remove_page_preview_block manifest_parser · 90%
info
Tool: enable_disable_query_parameter manifest_parser · 90%
info
Tool: fetch_url manifest_parser · 90%
info
Tool: get_fetched_urls manifest_parser · 90%
info
Tool: get_fetched_url_details manifest_parser · 90%
info
Tool: get_children_url_info manifest_parser · 90%
info
Tool: get_children_url_traffic_info manifest_parser · 90%
info
Tool: get_feed_details manifest_parser · 90%
info
Tool: remove_feed manifest_parser · 90%
info
Tool: get_page_query_stats manifest_parser · 90%
info
Tool: get_query_traffic_stats manifest_parser · 90%
info
Tool: get_site_moves manifest_parser · 90%
info
Tool: submit_site_move manifest_parser · 90%
info
Tool: remove_site_role manifest_parser · 90%
info
Tool: remove_country_region_settings manifest_parser · 90%
info
Required env vars (3) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 90%
low
Permission: filesystem access detected permission_analyzer · 90%
high
Permission: shell access detected permission_analyzer · 95%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 217 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%