add_site¶
Add a new site to your Bing Webmaster Tools account.
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
site_url |
string | Yes | The URL of the site to add (e.g. https://www.example.com/) |
Response¶
Example Prompts¶
"Add https://www.example.com/ to my Bing Webmaster account."
Notes¶
- Adding a site does not verify it -- call
verify_sitenext, after completing whichever verification method Bing offers for the site (DNS record, meta tag, XML file, etc., configured outside this MCP server). - Use
list_sitesafterward to confirm the site was added.