Lazaretto
БесплатноНе проверенAn MCP server that lets an agent verify a skill, tool, or package before it installs it.
Описание
An MCP server that lets an agent verify a skill, tool, or package before it installs it.
README
An MCP server that lets an agent verify a skill, tool, or package before it installs it. It is a thin client for the Lazaretto API — it ships no detection logic and does nothing but make two HTTPS requests, so it is easy to audit.
Tools
known_bad_lookup— free, no key. Is a sha256 content hash a known-bad artifact? (Exact-hash match against an indicator store refreshed daily.)scan_artifact— fetches a target (npm package, GitHub repo, ClawHub skill, raw URL, or inline text) without running it and returns a deterministic verdict (malicious/flagged/clear/error) with evidence. A full scan is paid: setLAZARETTO_API_KEY(prepaid credits) or pay via x402.
Reports are signals with evidence, not a warranty. clear means no known-bad
match and no rule fired — not a statement about risk.
Install
npx lazaretto-mcp
Configure (Claude Desktop / Cursor / any MCP client)
{
"mcpServers": {
"lazaretto": {
"command": "npx",
"args": ["-y", "lazaretto-mcp"],
"env": {
"LAZARETTO_API_KEY": "lz_... (optional — buy credits at https://lazaretto.dev/#pricing)"
}
}
}
}
LAZARETTO_BASE_URL overrides the API host (default https://lazaretto.dev).
License
MIT. The Lazaretto service and its detection engine are separate and proprietary.
Установка Lazaretto
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/jamesdfinance-dev/lazaretto-mcpFAQ
Lazaretto MCP бесплатный?
Да, Lazaretto MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Lazaretto?
Нет, Lazaretto работает без API-ключей и переменных окружения.
Lazaretto — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Lazaretto в Claude Desktop, Claude Code или Cursor?
Открой Lazaretto на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Lazaretto with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
