lazaretto-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@lazaretto-mcpCheck if npm package 'left-pad' is malicious"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
lazaretto-mcp
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.
Related MCP server: Forage MCP Server
Install
npx lazaretto-mcpConfigure (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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jamesdfinance-dev/lazaretto-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server