mcp-bing-webmaster
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-bing-webmasterlist my verified sites"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-bing-webmaster
Bing Webmaster Tools 用の、セキュリティを重視した小さな MCP サーバーです。読み取り系の分析・インデックス情報ツールと、非破壊の URL 送信ツールだけを提供します。それ以外の操作は搭載しません。
公式 mcp SDK(FastMCP)の上に、純 Python でゼロから実装しています。Node ラッパーなし、テレメトリなし、通信先は ssl.bing.com のみです。
なぜ作ったか
既存のコミュニティ製 Bing MCP サーバーは API の全機能を載せており、破壊的操作(サイト・サイトマップの削除、サイト移行、クロール設定変更など)を含みます。また一部はプロセスの全環境変数を継承する Node ランチャーを使っています。本サーバーは意図的に次の設計にしています。
破壊的・変更系エンドポイントをすべて省略 — サイト・サイトマップ・ブロックの削除やサイト移行のツールは存在しないため、エージェントが誤って実行できません。
API キーは
BING_WEBMASTER_API_KEY環境変数からのみ取得(CLI 引数やハードコードは不可)。通信先は単一ホスト(
ssl.bing.com)のみ。全リクエストに明示的なタイムアウトを設定。依存関係を固定し、利用側もタグ pin で参照する前提。
Related MCP server: FileMaker MCP Server
必要要件
Python 3.10 以上
Bing Webmaster Tools の API キー — https://www.bing.com/webmasters → 設定 → API アクセス で発行
使い方
キーを環境変数に設定し、uvx で実行します(インストール不要)。
export BING_WEBMASTER_API_KEY="あなたのキー"
uvx --from git+https://github.com/AkiraMatsumoto-github/mcp-bing-webmaster@v0.1.0 mcp-bing-webmasterMCP クライアント設定
必ずタグを pin して、レビュー済みのコードだけを実行してください。
{
"mcpServers": {
"bing-webmaster": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/AkiraMatsumoto-github/mcp-bing-webmaster@v0.1.0",
"mcp-bing-webmaster"
],
"env": {
"BING_WEBMASTER_API_KEY": "あなたのキー"
}
}
}
}ツール一覧
読み取り(安全)
ツール | Bing メソッド | 用途 |
| GetUserSites | 検証済みサイトの一覧 |
| GetQueryStats | クエリ別の表示回数・クリック・順位 |
| GetPageStats | ページ別トラフィック |
| GetPageQueryStats | 特定ページへ流入したクエリ |
| GetRankAndTrafficStats | 日次トラフィックの時系列 |
| GetUrlTrafficInfo | 単一 URL のトラフィック情報 |
| GetCrawlStats | クロール統計 |
| GetCrawlIssues | 検出されたクロール問題 |
| GetUrlInfo | URL のインデックス情報 |
| GetLinkCounts | 被リンク数 |
| GetUrlSubmissionQuota | URL 送信の残クォータ |
| GetContentSubmissionQuota | コンテンツ送信の残クォータ |
| GetKeywordStats | キーワードの表示回数¹ |
| GetRelatedKeywords | 関連キーワード¹ |
¹ キーワード系ツールのパラメータは公式 API のシグネチャに準拠していますが、未検証です。実アカウントで検証のうえ利用してください。
送信(非破壊・クォータを消費)
ツール | Bing メソッド | 用途 |
| SubmitUrl | 単一 URL を(再)クロール向けに送信 |
| SubmitUrlBatch | 複数 URL を一括送信 |
意図的に搭載していない操作
remove_site、add_site、verify_site、add_site_roles、submit_site_move、update_crawl_settings、remove_sitemap、add/remove_blocked_url、add/remove_deep_link_block、add/remove_query_parameter、add/remove_country_region_settings、add/remove_page_preview_block。
開発
uv sync
uv run python -c "import mcp_bing_webmaster.server as s; print([t.name for t in __import__('asyncio').run(s.mcp.list_tools())])"ライセンス
MIT — LICENSE を参照してください。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AkiraMatsumoto-github/mcp-bing-webmaster'
If you have feedback or need assistance with the MCP directory API, please join our Discord server