Browser Browser

Сканирование

Новый скан Мониторы

Инструменты

My IP DNS Lookup WHOIS SSL Certificate Ping HTTP Headers Domain Check IP Calculator IDN Converter Reverse DNS Schema Generator TAS-IX Трассировка

Сервисы

Массовый скан Хостинг Отчёт CSEC Дефейс

Разведка

Армия AI-агентов Конкуренты Граф CVE Страхование Репутация

SEO

AI Blog GitHub SEO Site Audit Site Compare Traffic Analytics

Ещё

Все функции Документация Цены
Начать бесплатно
MCP-NATIVE · 9 TOOLS · BEARER AUTH

Your AI editor
can now scan URLs.

Browser is the first MCP-native security platform. Add the endpoint to Claude Desktop, Cursor, Continue.dev or any MCP-aware AI tool — your editor can now scan URLs, run XSS tests, recon employee emails and audit servers using plain English commands.

Get API key → Read docs
Claude Desktop · MCP: browser-uz
# In Claude Desktop, Cursor, Continue.dev, etc: You: scan https://example.com and show me the top 3 issues [Claude calls scan_url tool via MCP] [Browser runs all 27 modules in 38s] Claude: I ran a full security scan on example.com. Here are the top issues: 🟠 High — Missing Content-Security-Policy header Mitigation: add a CSP with script-src 'self' … 🟡 Medium — Cookie without Secure flag on /api/session Set Secure + HttpOnly + SameSite=Strict on session cookies. 🔵 Low — Server version disclosure: nginx/1.24.0 Remove the Server header or use server_tokens off in nginx config. You: now run XSS scan on https://example.com/search?q= [Claude calls xss_scan tool — XSStrike runs in 47s] Claude: XSStrike found 1 reflected XSS in `q` parameter, context: HTML attribute. Payload: ' onmouseover='alert(1)'//
9 tools your AI editor can call
scan_url
Full 27-module scan against any URL
recon_subdomains
Subfinder — 30+ public sources
recon_emails
theHarvester — 40+ public sources
xss_scan
XSStrike context-aware XSS scanner
dns_lookup
DNS records + DNSSEC validation
ssl_info
TLS chain + cipher analysis
security_headers
Fast HTTP header audit
breach_check
Domain in breach database
cve_lookup
CVE details + EPSS score

Setup in 2 minutes

1
Generate API key
Sign in → /api-keys → click Create key. Copy the bru_... token (shown once).
2
Add endpoint to your AI editor
For Claude Desktop, edit ~/.claude_desktop_config.json:
"mcpServers": { "browser-uz": { "command": "npx", "args": ["-y", "@browser-uz/mcp-bridge"], "env": { "BROWSER_API_KEY": "bru_your_key_here" } } }
3
Restart AI editor + try a command
Type "scan https://yourdomain.com" in Claude / Cursor — the editor will discover the tool and call it transparently.

Make your AI editor security-aware.

Free for authorised targets. 9 tools. JSON-RPC 2.0 standard. No vendor lock-in.

Generate API key →