
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.
@lattis-dev/cli
Advanced tools
Search indexed websites and read raw page markdown from the command line — real web content for AI agents
Search indexed websites and read raw page markdown from the command line.
Lattis pre-indexes websites and serves them over a simple API. This CLI gives you semantic search across every indexed site, per-site AI Visibility Scores, and raw page markdown — real content, not training data.
npm install -g @lattis-dev/cli
Or use without installing:
npx @lattis-dev/cli search "posthog free tier limits"
Or via shell script:
curl -fsSL https://lattis.dev/install.sh | sh
The remote MCP server is the easiest path — no local install, always up to date:
claude mcp add lattis --transport http https://mcp.lattis.dev/mcp
If you'd rather run a local stdio MCP server (same 4 tools, no network hop), use the bundled mcp command in Claude Code config (~/.claude/settings.json):
{
"mcpServers": {
"lattis": {
"command": "npx",
"args": ["-y", "@lattis-dev/cli", "mcp"]
}
}
}
Both expose the same 4 tools: lattis_search, lattis_list_sites, lattis_get_site, lattis_get_page.
# Compact JSON for LLM consumption
lattis search "PostHog pricing" --agent | your-agent
# Use as context in a prompt
echo "Based on this data: $(lattis site posthog.com --agent)" | llm
lattis search "analytics for startups"
Returns ranked markdown passages with source URLs.
lattis search "rate limits" --site=openai.com
lattis sites
Shows every indexed site with its AI Visibility Score.
lattis site posthog.com
Metadata and AI Visibility Score.
lattis page posthog.com /pricing
Full raw markdown of the page.
lattis report incident.io
Per-question breakdown: which questions the site answers, which it misses, and suggestions per miss.
lattis analyze https://example.com
lattis search "book a meeting" --agent
Returns minimal JSON optimized for token efficiency — pipe it into your agent.
| Variable | Default | Description |
|---|---|---|
LATTIS_API_URL | https://api.lattis.dev | Override API endpoint |
Lattis crawls any website and serves its content back as raw markdown. You get:
Learn more at lattis.dev.
FAQs
DEPRECATED: this package has been renamed to @sitedex/cli. The `lattis` and `lattis-mcp` binaries are kept as forwarding shims that print a deprecation warning and exec the new commands.
The npm package @lattis-dev/cli receives a total of 63 weekly downloads. As such, @lattis-dev/cli popularity was classified as not popular.
We found that @lattis-dev/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.