bing-seo-mcp (skiddgoddamn/bing-seo-mcp) is an MCP server listed on the M8ven Trust Index. It scores 58 out of 100, grade D. It declares 26 tools. No publisher has claimed this listing.

D
Caution
58/100

bing-seo-mcp

Provides AI agents full access to Bing Webmaster Tools API for site management, URL submission, sitemaps, traffic stats, keyword research, and URL blocking.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

skiddgoddamn

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Known vulnerabilities in dependencies: 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 1 credential: BING_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes24 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

b_auth_status

Show Bing auth status: whether an API key is configured and valid.

b_set_apikey

Save the Bing Webmaster Tools API key. Validated via GetUserSites before saving. Get it at Bing Webmaster Tools → Settings → API access → API Key.

bing_sites_get

Bing: list all sites for the authenticated user.

bing_site_add

Bing: add a site to the account.

bing_site_verify

Bing: trigger verification for a site (after placing the verification token).

bing_site_roles

Bing: get roles/owners of a site.

bing_submit_url

Bing: submit a single URL for indexing.

bing_submit_url_batch

Bing: submit multiple URLs for indexing in one batch.

bing_submit_content

Bing: submit a URL together with its HTTP content (content submission API).

bing_url_quota

Bing: get daily/monthly URL submission quota for a site.

bing_sitemaps_get

Bing: list submitted sitemaps/feeds for a site.

bing_sitemap_submit

Bing: submit a sitemap/feed URL for a site.

bing_rank_traffic_stats

Bing: get rank and traffic stats for a site.

bing_query_stats

Bing: get search query stats for a site.

bing_page_stats

Bing: get per-page traffic stats for a site.

bing_page_query_stats

Bing: get query stats for a specific page.

bing_crawl_stats

Bing: get crawl stats for a site.

bing_crawl_issues

Bing: get crawl issues (errors) for a site.

bing_keyword_get

Bing: get impression/keyword data for an exact query.

bing_related_keywords

Bing: get related keywords for a query.

bing_blocked_urls_get

Bing: list blocked URLs for a site.

bing_block_url_add

Bing: block a URL or directory from Bing search.

bing_block_url_remove

Bing: remove a URL block.

bing_deep_link_block

Bing: add a deep link block.

// known CVEs in dependencies3 high

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@modelcontextprotocol/sdk@1.12.0GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

high@modelcontextprotocol/sdk@1.12.0GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.12.0GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
🔐 secretBING_API_KEY"env": { "": "" }
configBING_MCP_CONFIG_DIR~/.bing-seo-mcp Override the config directory
configB_CONFIRMfalse Require a confirm=true argument on mutating calls
configB_LOG_BODIESfalse Log request/response bodies to stderr (verbose)
configB_LOG_FILEAppend log lines to a file (default: stderr only)
configB_LOG_LEVELINFO DEBUG · INFO · WARNING · ERROR
configB_READONLYfalse Block every mutating tool (_add _submit _remove _block _verify)
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

26/26 tools missing one or more hints — b_auth_status (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); b_set_apikey (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); bing_sites_get (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +23 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tool test coverage

8/26 tools referenced in tests (31%)

Write tests that reference each tool by name so every tool has at least one test.

Production dependencies are patched

0 critical, 3 high severity in production deps — @modelcontextprotocol/sdk@1.12.0 (high), @modelcontextprotocol/sdk@1.12.0 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/skiddgoddamn/bing-seo-mcp?variant=verified)](https://m8ven.ai/mcp/skiddgoddamn/bing-seo-mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: a26025b30489c7a63bbaf750e42bcedcc32f094b
code hash: 02b28ca531aada8759bfa269447ef1f3d76921a198c3a7f34fa0b671218e969f
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client