zephex
CLIGet StartedPricingMCP ToolsCommunityGuidesDocs
←BackSign in
CLIGet StartedPricingMCP ToolsCommunityGuidesDocs
Get started freeSign in
DocsAPIToolsEditorsChangelogHelp

GET STARTED

WelcomeQuickstartSetup videoMCP Q&A (learn)BlogWhat is MCP?Who is Zephex for?Plans & PricingZ-GASAB benchmarkBenchmark chart (live)Changelog

INSTALLATION

Web Terminal tools (plain English)Terminal tools (complete)Connect MCPVS Code Marketplace extensionCLI (no AI agent)CLI init (first run)CLI account & logoutNPX (Recommended)Test Pulse (check test)Test Pulse commandsProject MemorySupply Pulse (supply)Supply Pulse commandsTerminal CLI referenceSlash commands (37 palette)Web Terminal (dashboard)Command CompassCLI commandsCLI in DockerCLI: All editors (one command)CLI: Crush, Hermes, ChatGPT, KiloOAuth & HTTP setupInstall overviewHTTP APISetup WalkthroughHTTP vs stdio

API & KEYS

API Key ManagementKey Naming & FormatAuthenticationKey Dashboard

CONFIGURATION

Universal RequirementsSupported EditorsHow It WorksArchitectureCLAUDE.md TemplateAGENTS.md Template

EDITORS28 guides

Supported EditorsVS CodeVS Code extension (Marketplace)Claude CodeCursorWindsurfJetBrains

PLATFORM

macOSWindowsLinux

TOOLS10 tools

Capabilities OverviewTools OverviewTool FilteringTool Workflowsget_project_contextread_codefind_codecheck_packageexplain_architectureZephex_dev_infocheck_testaudit_headerskeep_thinkingproject_memory

GUIDES

Best PracticesToken EfficiencyUse CasesZephex vs Local MCPZephex vs Context7Zephex vs GitHub MCPZephex vs SmitheryMCP EcosystemMarkdown Access

SUPPORT

Help CenterMCP troubleshootingTeam rolloutFAQConnection IssuesRate LimitsDowntime & ErrorsBillingTier GuidePro & Max guideUsage LimitsUsage Analytics

LEGAL

System StatusTerms (summary)Privacy (summary)Data UseSecurityAuthenticationSecurityData HandlingPrivacy PolicyTerms of Service

Quick Links

API Reference

Complete API documentation

Troubleshooting

Common issues and solutions

Community

Join our Discord community

Plugins

Editor and CLI integrations

Pricing

Free, Pro, and Max plans

Enter
Zephex_devzephex-devzephexzephexhello@zephex.dev
© 2026 Zephex. All systems operational.

Cli Site

mcpcli site — what's actually broken?

Runtime truth from a real check — not curl, not header grades. CLI + REST only (no MCP tool).

Related: Terminal CLI reference · Full command list · API key setup

Quick start
shell
npm install -g zephex && mcpcli setupmcpcli site localhost:3000mcpcli site zephex.devmcpcli site zephex.dev --why "what api errors"mcpcli site history

Paste a URL and get what broke, where, and what to fix first — in plain English plus developer detail. No browser download for localhost.

Local vs remote

localhost — fast HTTP check on your machine

mcpcli site localhost:3000 hits your dev server over HTTP. Nothing to install — no download, no browser setup. Cloud agents cannot reach your loopback; this command can. You get page title, tech stack hints, load time, and API health probes with --deep.

Public URLs — full scan on Zephex cloud (AWS)

mcpcli site https://zephex.dev POSTs to /api/site/scan with your API key. The scan runs on Zephex infrastructure (real browser, JS console, screenshots). Run mcpcli setup first.

Commands

Core commands

  • mcpcli site <url> — full scan (alias: pulse, broken)
  • mcpcli <url> — bare URL shorthand (e.g. mcpcli zephex.dev)
  • mcpcli site last — re-print last session
  • mcpcli site history — last 10 cloud scans (API key)
  • mcpcli ask "is zephex.dev working" — natural language router
Flags

Useful flags

shell
mcpcli site localhost:3000 --json --strict   # CI: exit 1 if criticalmcpcli site localhost:3000 --deep --apis        # API surface probemcpcli site zephex.dev --screenshot             # PNG (cloud scans only)mcpcli site zephex.dev --why "why is checkout slow"  # free 30m follow-up
vs MCP tools

Not an MCP tool

Site Pulse (mcpcli site) is a fast runtime probe — page errors, API health, vitals. For security headers and TLS grades use /check-url or mcpcli check url https://… (same audit_headers MCP tool).