D
Caution
48/100
2 months ago

Anybrowse

MCP-native web scraping and search API for AI agents. Converts any URL to clean Markdown with 90% success rate, including Cloudflare-protected sites and JS SPAs. Real-time web search via Brave Search API. CAPTCHA solving built-in. 10 free scrapes/day.

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

kc23go

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

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
🚨
Secret credentials may flow to a network call
2 flows detected: OPENCLAW_GATEWAY_TOKEN, GEMINI_API_KEY. We can’t prove the destination matches the brand the credential belongs to.
⚠️
Known vulnerabilities in dependencies: 1 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 21 credentials: ADMIN_SECRET_TOKEN, AGENT_COMMS_SECRET, ANTHROPIC_API_KEY, ANYBROWSE_API_KEY, BRAVE_API_KEY, BRAVE_SEARCH_API_KEY, CAPSOLVER_KEY, CDP_API_KEY_SECRET, COINBASE_COMMERCE_API_KEY, COINBASE_COMMERCE_WEBHOOK_SECRET, CONVERTKIT_KEY, GEMINI_API_KEY, OPENCLAW_GATEWAY_TOKEN, OWNER_API_KEY, PAYPAL_CLIENT_SECRET, POSTHOG_KEY, RESEND_API_KEY, RESEND_KEY, STRIPE_SECRET_KEY, STRIPE_WEBHOOK_SECRET, WALLET_PRIVATE_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies1 high4 low

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

highfastify@5.7.4GHSA-247c-9743-5963

Fastify has a Body Schema Validation Bypass via Leading Space in Content-Type Header

lowfastify@5.7.4GHSA-444r-cwp2-x5xf

fastify: request.protocol and request.host Spoofable via X-Forwarded-Proto/Host from Untrusted Connections

lowfastify@5.7.4GHSA-573f-x89g-hqp9

Fastify's Missing End Anchor in "subtypeNameReg" Allows Malformed Content-Types to Pass Validation

lownodemailer@8.0.1GHSA-c7w3-x93f-qmm8

Nodemailer has SMTP command injection due to unsanitized `envelope.size` parameter

lownodemailer@8.0.1GHSA-vvjj-xcjg-gr5g

Nodemailer Vulnerable to SMTP Command Injection via CRLF in Transport name Option (EHLO/HELO)

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.
🔐 secretADMIN_SECRET_TOKEN
🔐 secretAGENT_COMMS_SECRET
🔐 secretANTHROPIC_API_KEY
🔐 secretANYBROWSE_API_KEY
configANYBROWSE_API_URL
configBASE_URL
🔐 secretBRAVE_API_KEY
🔐 secretBRAVE_SEARCH_API_KEY
🔐 secretCAPSOLVER_KEY
configCAPTCHA_SOLVING_ENABLED
configCDP_API_KEY_ID
🔐 secretCDP_API_KEY_SECRET
🔐 secretCOINBASE_COMMERCE_API_KEY
🔐 secretCOINBASE_COMMERCE_WEBHOOK_SECRET
🔐 secretCONVERTKIT_KEY
configDRIP_FROM
configENABLE_PAYMENTS
configENABLE_VPS_PROXY_FALLBACK
configFACILITATOR_URL
🔐 secretGEMINI_API_KEY
🔐 secretOPENCLAW_GATEWAY_TOKEN
configOPENCLAW_GATEWAY_URL
🔐 secretOWNER_API_KEY
configPAYPAL_CLIENT_ID
🔐 secretPAYPAL_CLIENT_SECRET
configPAYPAL_ENV
🔐 secretPOSTHOG_KEY
configREBROWSER_PATCHES_RUNTIME_FIX_MODE
configRELAY_FETCH_TIMEOUT_MS
🔐 secretRESEND_API_KEY
configRESEND_FROM_EMAIL
configRESEND_FROM_NAME
🔐 secretRESEND_KEY
configRESEND_REPLY_TO
configRESIDENTIAL_PROXY
configSAVE_DEBUG_SCREENSHOTS
configSCRAPE_BASE
configSTRIPE_PRICE_ID
🔐 secretSTRIPE_SECRET_KEY
configSTRIPE_SUBS_FILE
🔐 secretSTRIPE_WEBHOOK_SECRET
🔐 secretWALLET_PRIVATE_KEY
configWARM_MIN_SCORE
configWARM_POOL_SIZE
configWORKER_ID
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deploySMTP_PASS
deploySMTP_USER
// quality suggestions

Dependencies

33 dependencies, 3 flagged: playwright-core, playwright-extra, puppeteer-extra-plugin-stealth

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

3/3 tools missing one or more hints — scrape (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); crawl (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); search (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint). 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.

Tool handlers catch errors

Only 0/3 tool handlers wrap calls in try/catch (0%)

Wrap each tool handler body in try/catch and return a structured error response.

Tests exist

No test files found

Add tests that exercise each declared tool.

Shell command execution

65 child_process calls — runs shell commands

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

Secrets stay with their owner

1 secret/sensitive value flow into network calls (GEMINI_API_KEY → dynamic) (1 other flows matched canonical API hosts)

Audit where credentials are sent. A NOTION_TOKEN should only reach api.notion.com — never a third-party host.

Secrets not logged

1 secret value sent to console.log

Redact or omit secret values from log output.

No arbitrary install scripts

Has postinstall/preinstall script — runs arbitrary code on npm install

Remove postinstall/preinstall hooks unless they’re essential.

Production dependencies are patched

0 critical, 1 high severity in production deps — fastify@5.7.4 (high), fastify@5.7.4 (low)

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

Dependency freshness

2/29 production deps stale: playwright-extra@2023-03-01 (3.3y), puppeteer-extra-plugin-stealth@2023-04-11 (3.2y)

Domain consistency

npm scope @anybrowse doesn't match GitHub owner kc23go

Use the same org name across GitHub, npm, and your homepage so users can verify the publisher.

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 10 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/kc23go-anybrowse-k54ghj?variant=verified)](https://m8ven.ai/mcp/kc23go-anybrowse-k54ghj)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 4cef5e07b02b00a445185e4e6ef6b5e0c077bb06
code hash: decd50bc1989a295789834698d1551837918c65cca51bd6fe44b0e178b4167e9
verified: 6/12/2026, 11:22:18 AM
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