
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@sitedex/cli
Advanced tools
Sitedex CLI + local MCP server — run audits, manage credits, and search indexed websites from the command line. Browser device-flow login (`sitedex login`) and headless API-key auth.
The Sitedex CLI. Run audits, search the index, and pull reports from the terminal. Ships a local MCP server for Claude Code, Cursor, and any MCP client.
npm install -g @sitedex/cli
sitedex login
Or one-off, no install:
npx @sitedex/cli login
npx @sitedex/cli audits create https://example.com
// ~/.claude/settings.json
{
"mcpServers": {
"sitedex": {
"command": "npx",
"args": ["-y", "@sitedex/cli", "mcp"]
}
}
}
The local MCP server gives the agent the full surface:
sitedex_search, sitedex_list_sites, sitedex_get_site, sitedex_list_pages, sitedex_get_page, sitedex_get_visibility_score, sitedex_index_urlsitedex_audits_create, sitedex_audits_get, sitedex_audits_list, sitedex_credits_balance, sitedex_whoamisitedex_login_start, sitedex_login_finish, sitedex_logoutThe agent can call sitedex_login_start mid-session — it returns a URL to open. The user clicks Authorize in the browser, the agent calls sitedex_login_finish, and the next tool call picks up the new credentials. No restart.
# Default — opens your browser
sitedex login
# Headless / SSH — paste a token
sitedex login --paste
# CI — non-interactive
sitedex login --token=sdx_…
sitedex whoami # show signed-in account
sitedex logout # sign out
Manage API keys at app.sitedex.dev/settings/api-keys.
sitedex audits create https://example.com # $5 per audit; first one's free
sitedex audits create https://example.com --force # always run a new audit
sitedex audits create https://example.com --wait # wait for the audit to finish
sitedex audits get <audit_id>
sitedex audits list <domain>
$5 per audit. Repeat audits within 24 hours come back free — useful right after a fix when you want to confirm the score moved. Every new account gets one free credit.
sitedex credits balance # your wallet
sitedex credits ledger # recent transactions
sitedex credits add # open Stripe Checkout for one credit
sitedex sites get <domain> # site profile and headline score
sitedex sites list # sites you've claimed
sitedex report <domain> # full audit report (per-question, capabilities, protocol)
sitedex search "posthog free tier limits" # search the index
sitedex search "rate limits" --site=openai.com # search one site
sitedex page posthog.com /pricing # one page as markdown
sitedex sites get posthog.com --agent
sitedex audits get <id> --agent | jq
--agent returns compact JSON suitable for piping.
| Variable | Default | What it does |
|---|---|---|
SITEDEX_API_URL | https://api.sitedex.dev | Point the CLI at staging or a custom deployment. |
SITEDEX_TOKEN | (reads ~/.config/sitedex/credentials.json) | One-shot token. Useful in CI. |
The live web index for AI agents. Sitedex crawls public websites, scores how well they answer real buyer questions, and serves the result over MCP, REST, and a CLI.
Pricing: $5 per audit. Repeat audits within 24 hours are free. Search and public reads are unmetered.
sitedex.dev · docs · GitHub
FAQs
Sitedex CLI + local MCP server — run audits, manage credits, and search indexed websites from the command line. Browser device-flow login (`sitedex login`) and headless API-key auth.
The npm package @sitedex/cli receives a total of 7 weekly downloads. As such, @sitedex/cli popularity was classified as not popular.
We found that @sitedex/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.